{
  "resourceType": "StructureDefinition",
  "id": "711a2549-6ba6-4c20-8b9d-a2f436c1a85a",
  "meta": {
    "lastUpdated": "2019-02-20T10:19:25.5477974+00:00"
  },
  "url": "http://medico-emr.net/stu3/sd/Procedure-OPCommonInfo-1",
  "name": "Procedure-OPCommonInfo-1",
  "status": "active",
  "date": "2019-02-20T10:19:24.7141437+00:00",
  "description": "An instance of this profile represents information common to a set  of 1-n surgcial interventions.\r\nEach surgical interventions are represented through Procedure-OPSurgicalIntervention-1 - using it's partOf field they refer to this instance of common information.",
  "purpose": "Access: Read\r\nAccess type:  public",
  "fhirVersion": "3.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Procedure",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Procedure",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Procedure",
        "path": "Procedure",
        "definition": "A surgical operation performed on a patient with a certain encounter\r\nThis profile targets the container for 1..n contained procedures - each describing a single procedure within this whole surgical operation."
      },
      {
        "id": "Procedure.id",
        "path": "Procedure.id",
        "short": "OPCommonInfo-####",
        "definition": "Internal id - format OPCommonInfo-####",
        "min": 1
      },
      {
        "id": "Procedure.meta",
        "path": "Procedure.meta",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Meta",
            "profile": "http://medico-emr.net/stu3/sd/Meta-ProfileOnly-1"
          }
        ]
      },
      {
        "id": "Procedure.meta.profile",
        "path": "Procedure.meta.profile",
        "fixedUri": "http://medico-emr.net/stu3/sd/Procedure-OPCommonInfo-1"
      },
      {
        "id": "Procedure.meta.profile.id",
        "path": "Procedure.meta.profile.id",
        "max": "0"
      },
      {
        "id": "Procedure.implicitRules",
        "path": "Procedure.implicitRules",
        "max": "0"
      },
      {
        "id": "Procedure.language",
        "path": "Procedure.language",
        "max": "0"
      },
      {
        "id": "Procedure.text",
        "path": "Procedure.text",
        "max": "0"
      },
      {
        "id": "Procedure.contained",
        "path": "Procedure.contained",
        "max": "0"
      },
      {
        "id": "Procedure.extension",
        "path": "Procedure.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Procedure.extension:MXT-Procedure-OPCommonInfo-isElective-1",
        "path": "Procedure.extension",
        "sliceName": "MXT-Procedure-OPCommonInfo-isElective-1",
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://medico-emr.net/stu3/sd/MXT-Procedure-OPCommonInfo-isElective-1"
          }
        ]
      },
      {
        "id": "Procedure.extension:MXT-Procedure-OPCommonInfo-implantApplied-1",
        "path": "Procedure.extension",
        "sliceName": "MXT-Procedure-OPCommonInfo-implantApplied-1",
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://medico-emr.net/stu3/sd/MXT-Procedure-OPCommonInfo-implantApplied-1"
          }
        ]
      },
      {
        "id": "Procedure.extension:ContaminationClass",
        "path": "Procedure.extension",
        "sliceName": "ContaminationClass",
        "type": [
          {
            "code": "Extension",
            "profile": "http://medico-emr.net/stu3/sd/MXT-Procedure-OPCommonInfo-contaminationClass-1"
          }
        ]
      },
      {
        "id": "Procedure.extension:AnestheticRisk",
        "path": "Procedure.extension",
        "sliceName": "AnestheticRisk",
        "type": [
          {
            "code": "Extension",
            "profile": "http://medico-emr.net/stu3/sd/MXT-Procedure-OPCommonInfo-anesteticRisk-1"
          }
        ]
      },
      {
        "id": "Procedure.extension:isEndoscopical",
        "path": "Procedure.extension",
        "sliceName": "isEndoscopical",
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://medico-emr.net/stu3/sd/MXT-Procedure-OPCommonInfo-isEndoscopical-1"
          }
        ]
      },
      {
        "id": "Procedure.identifier",
        "path": "Procedure.identifier",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        },
        "min": 1,
        "max": "1"
      },
      {
        "id": "Procedure.identifier:medicoResourceId",
        "path": "Procedure.identifier",
        "sliceName": "medicoResourceId",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Identifier",
            "profile": "http://medico-emr.net/stu3/sd/Identifier-medicoResourceId-1"
          }
        ]
      },
      {
        "id": "Procedure.identifier:medicoResourceId.system",
        "path": "Procedure.identifier.system",
        "definition": "Must be a constant underneath http://medico-emr.net/%KUNDE%/sid1/OPCommonInfo",
        "comment": "see http://en.wikipedia.org/wiki/Uniform_resource_identifier\r\nDynamically resolved for validation\r\n--FixedValue=http://medico-emr.net/%KUNDE%/sid1/OPCommonInfo"
      },
      {
        "id": "Procedure.definition",
        "path": "Procedure.definition",
        "max": "0"
      },
      {
        "id": "Procedure.basedOn",
        "path": "Procedure.basedOn",
        "max": "0",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/ProcedureRequest"
          }
        ]
      },
      {
        "id": "Procedure.partOf",
        "path": "Procedure.partOf",
        "max": "0"
      },
      {
        "id": "Procedure.status",
        "path": "Procedure.status",
        "short": "preparation | in-progress | suspended | aborted | completed | entered-in-error | unknown°"
      },
      {
        "id": "Procedure.notDone",
        "path": "Procedure.notDone",
        "max": "0"
      },
      {
        "id": "Procedure.notDoneReason",
        "path": "Procedure.notDoneReason",
        "max": "0"
      },
      {
        "id": "Procedure.category",
        "path": "Procedure.category",
        "max": "0"
      },
      {
        "id": "Procedure.category.id",
        "path": "Procedure.category.id",
        "max": "0"
      },
      {
        "id": "Procedure.code",
        "path": "Procedure.code",
        "code": [
          {
            "system": "https://www.dimdi.de/static/de/klassi/ops/"
          }
        ]
      },
      {
        "id": "Procedure.code.id",
        "path": "Procedure.code.id",
        "max": "0"
      },
      {
        "id": "Procedure.code.coding.id",
        "path": "Procedure.code.coding.id",
        "max": "0"
      },
      {
        "id": "Procedure.code.coding.system",
        "path": "Procedure.code.coding.system",
        "min": 1
      },
      {
        "id": "Procedure.code.coding.version",
        "path": "Procedure.code.coding.version",
        "max": "0"
      },
      {
        "id": "Procedure.code.coding.code",
        "path": "Procedure.code.coding.code",
        "min": 1
      },
      {
        "id": "Procedure.code.coding.userSelected",
        "path": "Procedure.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Procedure.subject",
        "path": "Procedure.subject",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "profile": "http://medico-emr.net/stu3/sd/Reference-SubjectPatient-1",
            "targetProfile": "http://medico-emr.net/stu3/sd/Patient-Patient-1"
          }
        ]
      },
      {
        "id": "Procedure.context",
        "path": "Procedure.context",
        "short": "Associated Encounter",
        "definition": "id for medico case (given as FHIR encounter) \r\nStorage: x1100pat",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "profile": "http://medico-emr.net/stu3/sd/Reference-ContextEncounter-1",
            "targetProfile": "http://medico-emr.net/stu3/sd/Encounter-Case-1"
          }
        ]
      },
      {
        "id": "Procedure.performed[x]:performedPeriod",
        "path": "Procedure.performedPeriod",
        "sliceName": "performedPeriod",
        "min": 1,
        "type": [
          {
            "code": "Period"
          }
        ]
      },
      {
        "id": "Procedure.performed[x]:performedPeriod.id",
        "path": "Procedure.performedPeriod.id",
        "max": "0"
      },
      {
        "id": "Procedure.performed[x]:performedPeriod.start",
        "path": "Procedure.performedPeriod.start",
        "definition": "The start of the period. The boundary is inclusive.\r\nmedico: erste fixierende Zeit, kundenspez. einstellbar, z.B. Anaesthesievorbereitungszeitpunkt"
      },
      {
        "id": "Procedure.performed[x]:performedPeriod.end",
        "path": "Procedure.performedPeriod.end",
        "definition": "The end of the period. If the end of the period is missing, it means that the period is ongoing. The start may be in the past, and the end date in the future, which means that period is expected/planned to end at that time.\r\nmedico: letzte fixierende Zeit"
      },
      {
        "id": "Procedure.performer.id",
        "path": "Procedure.performer.id",
        "max": "0"
      },
      {
        "id": "Procedure.performer.role",
        "path": "Procedure.performer.role",
        "min": 1,
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "ProcedurePerformerRole"
            }
          ],
          "strength": "preferred",
          "valueSetReference": {
            "reference": "http://medico-emr.net/stu3/vs/Procedure-OP-PerformerRole-1"
          }
        }
      },
      {
        "id": "Procedure.performer.role.id",
        "path": "Procedure.performer.role.id",
        "max": "0"
      },
      {
        "id": "Procedure.performer.role.coding",
        "path": "Procedure.performer.role.coding",
        "min": 1
      },
      {
        "id": "Procedure.performer.role.coding.id",
        "path": "Procedure.performer.role.coding.id",
        "max": "0"
      },
      {
        "id": "Procedure.performer.role.coding.system",
        "path": "Procedure.performer.role.coding.system",
        "min": 1,
        "fixedUri": "http://medico-emr.net/cs1"
      },
      {
        "id": "Procedure.performer.role.coding.version",
        "path": "Procedure.performer.role.coding.version",
        "max": "0"
      },
      {
        "id": "Procedure.performer.role.coding.code",
        "path": "Procedure.performer.role.coding.code",
        "definition": "medico: possible values - see bound valueset",
        "min": 1
      },
      {
        "id": "Procedure.performer.role.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Procedure.performer.role.coding.display",
        "max": "0"
      },
      {
        "id": "Procedure.performer.role.coding.userSelected",
        "path": "Procedure.performer.role.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Procedure.performer.role.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Procedure.performer.role.text",
        "max": "0"
      },
      {
        "id": "Procedure.performer.actor",
        "path": "Procedure.performer.actor",
        "definition": "The practitioner who was involved in the procedure.\r\nrelative URL, format: Practitioner/Employee-#####, where #### is x8201psr.psr",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://medico-emr.net/stu3/sd/Practitioner-Employee-1"
          }
        ]
      },
      {
        "id": "Procedure.performer.actor.id",
        "path": "Procedure.performer.actor.id",
        "max": "0"
      },
      {
        "id": "Procedure.performer.actor.reference",
        "path": "Procedure.performer.actor.reference",
        "min": 1
      },
      {
        "id": "Procedure.performer.actor.identifier",
        "path": "Procedure.performer.actor.identifier",
        "max": "0"
      },
      {
        "id": "Procedure.performer.actor.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Procedure.performer.actor.display",
        "max": "0"
      },
      {
        "id": "Procedure.performer.onBehalfOf",
        "path": "Procedure.performer.onBehalfOf",
        "max": "0"
      },
      {
        "id": "Procedure.location",
        "path": "Procedure.location",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://medico-emr.net/stu3/sd/Location-OPRoom-1"
          }
        ]
      },
      {
        "id": "Procedure.location.id",
        "path": "Procedure.location.id",
        "definition": "The id of the operation room",
        "max": "0"
      },
      {
        "id": "Procedure.location.reference",
        "path": "Procedure.location.reference",
        "min": 1
      },
      {
        "id": "Procedure.location.identifier",
        "path": "Procedure.location.identifier",
        "short": "id and name of ther operation room",
        "definition": "id and name of ther operation room",
        "max": "0"
      },
      {
        "id": "Procedure.location.identifier.id",
        "path": "Procedure.location.identifier.id",
        "max": "0"
      },
      {
        "id": "Procedure.location.identifier.use",
        "path": "Procedure.location.identifier.use",
        "max": "0"
      },
      {
        "id": "Procedure.location.identifier.type",
        "path": "Procedure.location.identifier.type",
        "max": "0"
      },
      {
        "id": "Procedure.location.identifier.value",
        "path": "Procedure.location.identifier.value",
        "short": "id of operating room",
        "definition": "id of operating room"
      },
      {
        "id": "Procedure.location.identifier.period",
        "path": "Procedure.location.identifier.period",
        "max": "0"
      },
      {
        "id": "Procedure.location.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Procedure.location.display",
        "short": "OP room name",
        "definition": "OP room name (user friendly)"
      },
      {
        "id": "Procedure.reasonCode",
        "path": "Procedure.reasonCode",
        "max": "0"
      },
      {
        "id": "Procedure.reasonReference",
        "path": "Procedure.reasonReference",
        "max": "0"
      },
      {
        "id": "Procedure.bodySite",
        "path": "Procedure.bodySite",
        "max": "0"
      },
      {
        "id": "Procedure.outcome",
        "path": "Procedure.outcome",
        "max": "0"
      },
      {
        "id": "Procedure.report",
        "path": "Procedure.report",
        "max": "0"
      },
      {
        "id": "Procedure.complication",
        "path": "Procedure.complication",
        "max": "0"
      },
      {
        "id": "Procedure.complicationDetail",
        "path": "Procedure.complicationDetail",
        "max": "0"
      },
      {
        "id": "Procedure.followUp",
        "path": "Procedure.followUp",
        "max": "0"
      },
      {
        "id": "Procedure.note",
        "path": "Procedure.note",
        "max": "0"
      },
      {
        "id": "Procedure.focalDevice",
        "path": "Procedure.focalDevice",
        "max": "0"
      },
      {
        "id": "Procedure.usedReference",
        "path": "Procedure.usedReference",
        "max": "0"
      },
      {
        "id": "Procedure.usedCode",
        "path": "Procedure.usedCode",
        "max": "0"
      }
    ]
  }
}