{
  "resourceType": "StructureDefinition",
  "id": "IRD-Patient",
  "url": "https://health.linova.de/fhir/v1/IRD/Patient",
  "version": "1.0.0",
  "name": "IRD_Patient",
  "status": "draft",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "derivation": "specialization",
  "abstract": true,
  "type": "Patient",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Patient",
  "differential": {
    "element": [
      {
        "id": "Patient",
        "path": "Patient",
        "definition": "A Patient who is being treated within the rehabilitation cycle"
      },
      {
        "id": "Patient.extension:responsible",
        "path": "Patient.extension",
        "definition": "Responsible entity for the patient which is able to see the patient and their CarePlan",
        "min": 0,
        "max": "*",
        "sliceName": "responsible",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://health.linova.de/fhir/v1/IRD/PractitionerRole",
              "https://health.linova.de/fhir/v1/IRD/Organisation"
            ]
          }
        ]
      }
    ]
  }
}