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

FHIR IG analytics

Packagedguv.enla
Resource TypeMedicationStatement
IdDGUV_ENLA_Bsp_MedikationsInformation.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": "MedicationStatement",
  "id": "DGUV-ENLA-Bsp-MedikationsInformation",
  "meta": {
    "profile": [
      "http://fhir.dguv.de/ENLA/MedicationStatement/DGUV-ENLA-PR-MedikationsInformation"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "medicationReference": {
    "reference": "Medication/MedikationArzneimittel"
  },
  "subject": {
    "reference": "Farad_Rudi/T995030511"
  },
  "dosage": [
    {
      "text": "Strukturierte Dosierung",
      "timing": {
        "code": {
          "coding": [
            {
              "system": "http://hl7.org/fhir/event-timing",
              "version": "4.0.1",
              "code": "MORN",
              "display": "Morning",
              "_display": {
                "extension": [
                  {
                    "url": "http://fhir.dguv.de/ENLA/Extension/DGUV-ENLA-EX-AnzeigenameDeutsch",
                    "valueString": "Morgens"
                  }
                ]
              }
            }
          ]
        }
      },
      "route": {
        "coding": [
          {
            "system": "https://fhir.kbv.de/CodeSystem/KBV_CS_MIO_Route_of_Administration_German",
            "version": "1.0.0",
            "code": "oral",
            "display": "oral"
          }
        ]
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 500,
            "unit": "mg",
            "system": "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_BMP_DOSIEREINHEIT",
            "code": "mg"
          }
        }
      ]
    }
  ]
}