{
  "resourceType": "StructureDefinition",
  "id": "IRD-Procedure",
  "url": "https://health.linova.de/fhir/v1/IRD/Procedure",
  "version": "1.0.0",
  "name": "IRD_Procedure",
  "status": "draft",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "derivation": "specialization",
  "abstract": true,
  "type": "Procedure",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Procedure",
  "differential": {
    "element": [
      {
        "id": "Procedure",
        "path": "Procedure",
        "definition": "A procedure describes any activities or medical procedures a Patient has undergone since their initial complaints or injury"
      },
      {
        "id": "Procedure.subject",
        "path": "Procedure.subject",
        "definition": "The affected Patient",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://health.linova.de/fhir/v1/IRD/Patient"
            ]
          }
        ]
      },
      {
        "id": "Procedure.performer.actor",
        "path": "Procedure.performer.actor",
        "definition": "The Performer who executed the Procedure on the patient",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://health.linova.de/fhir/v1/IRD/PractitionerRole"
            ]
          }
        ]
      },
      {
        "id": "Procedure.performer.onBehalfOf",
        "path": "Procedure.performer.onBehalfOf",
        "definition": "The Organisation which was associated with the Practioner during the Procedure",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://health.linova.de/fhir/v1/IRD/Organisation"
            ]
          }
        ]
      }
    ]
  }
}