{
  "resourceType": "StructureDefinition",
  "id": "zib-MedicalDevice-Practitioner",
  "url": "http://nictiz.nl/fhir/StructureDefinition/zib-MedicalDevice-Practitioner",
  "version": "2.1.4",
  "name": "Zib MedicalDevice Practitioner",
  "title": "HCIM MedicalDevice Practitioner",
  "status": "active",
  "publisher": "Nictiz",
  "contact": [
    {
      "name": "Nictiz",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.nictiz.nl",
          "use": "work"
        }
      ]
    }
  ],
  "description": "The healthprofessional involved in the indication for use of the medical device as defined by the Dutch Health and Care Information models (Dutch: Zorginformatiebouwsteen or ZIB) 'MedischHulpmiddel' version 1.0.",
  "purpose": "To record who is involved in the indication for use of the medical device. This extension is used because currently there is no reference to a Practitioner resource for this supporting information",
  "copyright": "CC0",
  "fhirVersion": "3.0.2",
  "kind": "complex-type",
  "abstract": false,
  "contextType": "resource",
  "context": [
    "DeviceUseStatement"
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension.extension",
        "path": "Extension.extension",
        "max": "0"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://nictiz.nl/fhir/StructureDefinition/zib-MedicalDevice-Practitioner"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.valueReference",
        "short": "HealthProfessional",
        "definition": "The healthcare provider involved in the indication for use of the medical device implant.",
        "alias": [
          "Zorgverlener"
        ],
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://fhir.nl/fhir/StructureDefinition/nl-core-practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://fhir.nl/fhir/StructureDefinition/nl-core-practitionerrole"
          }
        ]
      }
    ]
  }
}