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

FHIR IG analytics

Packagedguv.enla
Resource TypeMedication
IdDGUV_ENLA_Bsp_MedikationWirkstoff_1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Medication",
  "meta": {
    "profile": [
      "http://fhir.dguv.de/ENLA/Medication/DGUV-ENLA-PR-MedikationWirkstoff"
    ]
  },
  "code": {
    "coding": [
      {
        "system": "http://fhir.de/CodeSystem/bfarm/atc",
        "code": "N02BE01",
        "display": "Paracetamol"
      },
      {
        "system": "http://fhir.de/CodeSystem/ifa/pzn",
        "code": "12345678",
        "display": "Paracetamol 500 mg Tabletten"
      }
    ],
    "text": "Paracetamol 500 mg Tabletten"
  },
  "ingredient": [
    {
      "itemCodeableConcept": {
        "coding": [
          {
            "system": "http://fhir.de/CodeSystem/bfarm/atc",
            "code": "N02BE01",
            "display": "Paracetamol"
          }
        ],
        "text": "Paracetamol"
      },
      "isActive": true,
      "strength": {
        "numerator": {
          "value": 500,
          "unit": "mg",
          "system": "http://unitsofmeasure.org",
          "code": "mg"
        },
        "denominator": {
          "value": 1,
          "unit": "1",
          "system": "http://unitsofmeasure.org",
          "code": "1"
        }
      }
    }
  ]
}