{
  "resourceType": "StructureDefinition",
  "id": "zib-MedicalDevice-Problem",
  "url": "http://nictiz.nl/fhir/StructureDefinition/zib-MedicalDevice-Problem",
  "version": "2.0.1",
  "name": "Zib MedicalDevice Problem",
  "title": "HCIM MedicalDevice Problem",
  "status": "active",
  "publisher": "Nictiz",
  "contact": [
    {
      "name": "Nictiz",
      "telecom": [
        {
          "system": "email",
          "value": "info@nictiz.nl",
          "use": "work"
        }
      ]
    }
  ],
  "description": "The medical reason for use of the medical aid based on a Condition resource as defined by the Dutch Health and Care Information models (Dutch: Zorginformatiebouwsteen or zib) 'MedischHulpmiddel' version 1.0.",
  "purpose": "To provide supporting information on the reason why the medical device is used. Currently, there is no reference avaiblable to a Condition resource for this support information, hence the reason for this extension.",
  "copyright": "CC0",
  "fhirVersion": "3.0.2",
  "kind": "primitive-type",
  "abstract": false,
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://nictiz.nl/fhir/StructureDefinition/zib-MedicalDevice-Problem"
      },
      {
        "id": "Extension.value[x]:valueReference",
        "path": "Extension.valueReference",
        "sliceName": "valueReference",
        "short": "Indication",
        "definition": "The medical reason for use of the medical aid.",
        "alias": [
          "Indicatie"
        ],
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://nictiz.nl/fhir/StructureDefinition/zib-Problem"
            ]
          }
        ]
      }
    ]
  }
}