{
  "resourceType": "ValueSet",
  "id": "dbir-valueset-indication",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "url": "http://mrdm.nl/profiles/fhir/r4/dbir/ValueSet/Indication",
  "name": "Indication",
  "status": "draft",
  "publisher": "MRDM",
  "version": "0.0.1",
  "experimental": false,
  "description": "Type of indication for breast implant surgery",
  "compose": {
    "include": [
      {
        "system": "http://mrdm.nl/profiles/fhir/R4/dbir/CodeSystem/code-system",
        "version": "0.0.1",
        "concept": [
          {
            "code": "10",
            "display": "Symmetrizing augmentation (after contralateral postmastectomy reconstruction)"
          },
          {
            "code": "11",
            "display": "Cosmetic augmentation"
          },
          {
            "code": "12",
            "display": "Reconstruction post mastectomy for cancer"
          },
          {
            "code": "13",
            "display": "Reconstruction benign (including gender reassignment surgery)"
          },
          {
            "code": "15",
            "display": "Reconstruction post prophylactic mastectomy"
          },
          {
            "code": "16",
            "display": "Reconstruction benign"
          },
          {
            "code": "17",
            "display": "Gender reassignment surgery"
          },
          {
            "code": "18",
            "display": "Reconstruction post lumpectomy for (in situ) breast cancer"
          }
        ]
      }
    ]
  }
}