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

FHIR IG analytics

Packagedguv.enla
Resource TypeMedication
IdDGUV_ENLA_Bsp_MedikationRezeptur_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

Rezeptur: Salicyl-Vaselin 5% (5 g Salicylsäure / 95 g Vaselin auf 100 g)


Source1

{
  "resourceType": "Medication",
  "id": "example-rezeptur-1",
  "meta": {
    "profile": [
      "http://fhir.dguv.de/ENLA/Medication/DGUV-ENLA-PR-MedikationRezeptur"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "code": {
    "coding": [
      {
        "system": "https://fhir.kbv.de/CodeSystem/KBV_CS_ERP_Medication_Type",
        "code": "rezeptur"
      }
    ],
    "text": "Rezeptur: Salicyl-Vaselin 5 %"
  },
  "status": "active",
  "ingredient": [
    {
      "itemCodeableConcept": {
        "text": "Acidum salicylicum (Salicylsäure)"
      },
      "strength": {
        "numerator": {
          "value": 5,
          "unit": "g",
          "system": "http://unitsofmeasure.org",
          "code": "g"
        },
        "denominator": {
          "value": 100,
          "unit": "g",
          "system": "http://unitsofmeasure.org",
          "code": "g"
        }
      }
    },
    {
      "itemCodeableConcept": {
        "text": "Vaselinum album"
      },
      "strength": {
        "numerator": {
          "value": 95,
          "unit": "g",
          "system": "http://unitsofmeasure.org",
          "code": "g"
        },
        "denominator": {
          "value": 100,
          "unit": "g",
          "system": "http://unitsofmeasure.org",
          "code": "g"
        }
      }
    }
  ]
}