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

FHIR IG analytics

Packagede.gematik.isik
Resource TypeMedication
IdMedication-ExampleISiKMedikament7.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

Medikament (hier: Paracetamol) in Wasser aufgelöst

Source1

{
  "resourceType": "Medication",
  "id": "ExampleISiKMedikament7",
  "meta": {
    "profile": [
      "https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikament"
    ]
  },
  "ingredient": [
    {
      "strength": {
        "numerator": {
          "system": "http://unitsofmeasure.org",
          "value": 500,
          "unit": "mg",
          "code": "mg"
        },
        "denominator": {
          "system": "http://unitsofmeasure.org",
          "value": 1,
          "code": "1"
        }
      },
      "itemCodeableConcept": {
        "coding": [
          {
            "system": "http://fhir.de/CodeSystem/bfarm/atc",
            "code": "N02BE01",
            "display": "Paracetamol",
            "version": "2024"
          }
        ]
      },
      "isActive": true
    },
    {
      "strength": {
        "numerator": {
          "system": "http://unitsofmeasure.org",
          "value": 1,
          "unit": "Esslöffel",
          "code": "1"
        },
        "denominator": {
          "system": "http://unitsofmeasure.org",
          "value": 1,
          "code": "1"
        }
      },
      "itemCodeableConcept": {
        "text": "Wasser"
      },
      "isActive": false
    }
  ],
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "code": {
    "text": "Paracetamol gelöst in Wasser"
  },
  "status": "active"
}