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

FHIR IG analytics

Packagedguv.enla
Resource TypeMedication
IdDGUV_ENLA_Bsp_MedikationWirkstoff.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 MedikationsInformation einer verunfallten Person entsprechend des VersichertePerson-Profils der DGUV


Source1

{
  "resourceType": "Medication",
  "id": "DGUV-ENLA-Bsp-MedikationWirkstoff",
  "meta": {
    "profile": [
      "http://fhir.dguv.de/ENLA/Medication/DGUV-ENLA-PR-MedikationWirkstoff"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "code": {
    "coding": [
      {
        "system": "http://fhir.de/CodeSystem/ifa/pzn",
        "code": "01162549"
      }
    ],
    "text": "Paracetamol 500 Fair-Med"
  },
  "status": "active",
  "ingredient": [
    {
      "itemCodeableConcept": {
        "coding": [
          {
            "system": "http://fhir.de/CodeSystem/ifa/pzn",
            "version": "2025",
            "code": "01162549",
            "display": "Paracetamol 500 Fair-Med"
          }
        ]
      }
    }
  ],
  "batch": {
    "lotNumber": "1234"
  }
}