{
  "resourceType": "ValueSet",
  "id": "dbir-valueset-plane",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "url": "http://mrdm.nl/profiles/fhir/r4/dbir/ValueSet/Plane",
  "name": "Plane",
  "status": "draft",
  "publisher": "MRDM",
  "version": "0.0.1",
  "experimental": false,
  "description": "The surgical plane in which an implant will be inserted",
  "compose": {
    "include": [
      {
        "system": "http://mrdm.nl/profiles/fhir/R4/dbir/CodeSystem/code-system",
        "version": "0.0.1",
        "concept": [
          {
            "code": "1",
            "display": "Subglandular"
          },
          {
            "code": "3",
            "display": "Subfascial"
          },
          {
            "code": "4",
            "display": "Sub flap"
          },
          {
            "code": "5",
            "display": "Subcutaneous"
          },
          {
            "code": "6",
            "display": "Complete cover with P.M."
          },
          {
            "code": "7",
            "display": "Partial cover with P.M."
          }
        ]
      }
    ]
  }
}