FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagedguv.oper
Resource TypeProcedure
IdDGUV_OPER_BSP_OPProzedur_01.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Hier finden Sie ein Beispiel der OPProzedur einer verunfallten Person entsprechend des VersichertePerson-Profils der DGUV


Source1

{
  "resourceType": "Procedure",
  "id": "DGUV-OPER-Bsp-OPProzedur",
  "meta": {
    "profile": [
      "http://fhir.dguv.de/OPER/Procedure/DGUV-OPER-PR-OPProzedur"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://fhir.dguv.de/OPER/Extension/DGUV-OPER-EX-Narkose",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://fhir.dguv.de/OPER/CodeSystem/DGUV-OPER-CS-Narkose",
            "code": "AA",
            "display": "Allgemeinanästhesie"
          }
        ]
      }
    },
    {
      "url": "http://fhir.dguv.de/OPER/Extension/DGUV-OPER-EX-Schnittzeit",
      "valueDateTime": "2024-03-12T08:15:00+01:00"
    },
    {
      "url": "http://fhir.dguv.de/OPER/Extension/DGUV-OPER-EX-Nahtzeit",
      "valueDateTime": "2024-03-12"
    }
  ],
  "status": "completed",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "80146002",
        "display": "Appendectomy"
      }
    ],
    "text": "Appendektomie"
  },
  "subject": {
    "reference": "http://fhir.dguv.de/OPER/Patient/DGUV-OPER-PR-VersichertePerson",
    "display": "Max Mustermann"
  },
  "encounter": {
    "display": "Fallnummer 2026-000987"
  },
  "performedDateTime": "2024-03-12T08:00:00+01:00",
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "74400008",
          "display": "Appendicitis"
        }
      ],
      "text": "Akute Appendizitis"
    }
  ],
  "bodySite": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "66754008",
          "display": "Appendix structure"
        }
      ],
      "text": "Appendix"
    }
  ]
}