{
  "resourceType": "StructureDefinition",
  "url": "http://fhir.dguv.de/OPER/Observation/DGUV-OPER-PR-Unfallereignis",
  "name": "DGUV_OPER_PR_Unfallereignis",
  "title": "Unfallereignis",
  "status": "draft",
  "publisher": "Deutsche Gesetzliche Unfallversicherung e.V. (DGUV)",
  "description": "Dieses Profil bildet das Unfallereignis im Zusammenhang mit dem Operationsbericht ab.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Observation",
  "baseDefinition": "http://fhir.dguv.de/Basis/Observation/DGUV-Basis-PR-Unfallereignis",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Observation.id",
        "path": "Observation.id",
        "mustSupport": true
      },
      {
        "id": "Observation.meta",
        "path": "Observation.meta",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Observation.meta.profile",
        "path": "Observation.meta.profile",
        "min": 1,
        "max": "1",
        "fixedCanonical": "http://fhir.dguv.de/OPER/Observation/DGUV-OPER-PR-Unfallereignis",
        "mustSupport": true
      },
      {
        "id": "Observation.extension",
        "path": "Observation.extension",
        "max": "1"
      },
      {
        "id": "Observation.extension:Pflegeunfall",
        "path": "Observation.extension",
        "sliceName": "Pflegeunfall",
        "max": "0"
      },
      {
        "id": "Observation.identifier",
        "path": "Observation.identifier",
        "mustSupport": true
      },
      {
        "id": "Observation.identifier.system",
        "path": "Observation.identifier.system",
        "mustSupport": true
      },
      {
        "id": "Observation.identifier.value",
        "path": "Observation.identifier.value",
        "mustSupport": true
      },
      {
        "id": "Observation.status",
        "path": "Observation.status",
        "mustSupport": true
      },
      {
        "id": "Observation.code",
        "path": "Observation.code",
        "short": "Kennzeichnung des ENLA-Teilberichtsinhalts",
        "definition": "Kennzeichnung des ENLA-Teilberichtsinhalts",
        "mustSupport": true
      },
      {
        "id": "Observation.code.coding",
        "path": "Observation.code.coding",
        "slicing": {
          "rules": "open"
        },
        "mustSupport": true
      },
      {
        "id": "Observation.code.coding:DAV",
        "path": "Observation.code.coding",
        "sliceName": "DAV",
        "max": "0"
      },
      {
        "id": "Observation.code.coding:SAV-VAV",
        "path": "Observation.code.coding",
        "sliceName": "SAV-VAV",
        "max": "0"
      },
      {
        "id": "Observation.code.coding:Teilberichtsinhalt",
        "path": "Observation.code.coding",
        "sliceName": "Teilberichtsinhalt",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Observation.code.coding:Teilberichtsinhalt.system",
        "path": "Observation.code.coding.system",
        "short": "CodeSystem für OPER-Teilberichtsinhalte",
        "min": 1,
        "fixedUri": "http://fhir.dguv.de/OPER/CodeSystem/DGUV-OPER-CS-Teilberichtsinhalt",
        "mustSupport": true
      },
      {
        "id": "Observation.code.coding:Teilberichtsinhalt.code",
        "path": "Observation.code.coding.code",
        "short": "Kürzel für konkreten OPER-Teilberichtsinhalt",
        "min": 1,
        "fixedCode": "UE",
        "mustSupport": true
      },
      {
        "id": "Observation.code.coding:Teilberichtsinhalt.display",
        "path": "Observation.code.coding.display",
        "short": "Konkrete Bezeichnung für OPER-Teilberichtsinhalt",
        "min": 1,
        "fixedString": "Unfallereignis",
        "mustSupport": true
      },
      {
        "id": "Observation.subject",
        "path": "Observation.subject",
        "short": "Verweis auf betroffene versicherte Person",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://fhir.dguv.de/OPER/Patient/DGUV-OPER-PR-VersichertePerson"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Observation.subject.reference",
        "path": "Observation.subject.reference",
        "short": "Konkreter Verweis auf versicherte Person",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Observation.effective[x]",
        "path": "Observation.effective[x]",
        "mustSupport": true
      },
      {
        "id": "Observation.component",
        "path": "Observation.component",
        "max": "0"
      }
    ]
  }
}