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

FHIR IG analytics

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

Strukturierte Dosierung: 500 mg zweimal täglich, oral.


Source1

{
  "resourceType": "MedicationStatement",
  "id": "medstmt-strukturiert-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"
          }
        ]
      }
    }
  ],
  "status": "active",
  "medicationReference": {
    "reference": "#med1"
  },
  "subject": {
    "reference": "Patient/123"
  },
  "dosage": [
    {
      "text": "Strukturierte Dosierung",
      "timing": {
        "code": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-GTSAbbreviation",
              "code": "BID",
              "display": "zweimal täglich",
              "_display": {
                "extension": [
                  {
                    "url": "http://fhir.dguv.de/ENLA/Extension/DGUV-ENLA-EX-AnzeigenameDeutsch",
                    "valueString": "Zweimal täglich"
                  }
                ]
              }
            }
          ]
        }
      },
      "route": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "26643006",
            "display": "Orale Anwendung"
          }
        ]
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 500,
            "unit": "mg",
            "system": "http://unitsofmeasure.org",
            "code": "mg"
          }
        }
      ]
    }
  ]
}