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

FHIR IG analytics

Packagedguv.enla
Resource TypeMedicationStatement
IdDGUV_ENLA_Bsp_MedikationsInformation_1.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

Patient nimmt Beispielmedikament ein (Freitext-Dosierung).


Source1

{
  "resourceType": "MedicationStatement",
  "id": "medstmt-1",
  "meta": {
    "profile": [
      "http://fhir.dguv.de/ENLA/MedicationStatement/DGUV-ENLA-PR-MedikationsInformation"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "Medication",
      "id": "med1",
      "meta": {
        "profile": [
          "http://fhir.dguv.de/ENLA/Medication/DGUV-ENLA-PR-MedikationArzneimittel"
        ]
      },
      "code": {
        "coding": [
          {
            "system": "http://fhir.de/CodeSystem/ifa/pzn",
            "code": "12345678",
            "display": "Beispielmedikament 500 mg Tablette"
          }
        ],
        "text": "Beispielmedikament"
      }
    }
  ],
  "status": "active",
  "medicationReference": {
    "reference": "#med1"
  },
  "subject": {
    "reference": "Patient/123"
  },
  "dosage": [
    {
      "text": "Freitextliche Dosierung",
      "patientInstruction": "Nach dem Essen einnehmen"
    }
  ]
}