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

FHIR IG analytics

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

Medikamentenrezeptur aus Wirkstoffen

Source1

{
  "resourceType": "Medication",
  "id": "ExampleISiKMedikament5",
  "meta": {
    "profile": [
      "https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikament"
    ]
  },
  "ingredient": [
    {
      "strength": {
        "numerator": {
          "system": "http://unitsofmeasure.org",
          "value": 400,
          "unit": "mg",
          "code": "mg"
        },
        "denominator": {
          "system": "http://unitsofmeasure.org",
          "unit": "Tablette",
          "value": 1,
          "code": "1"
        }
      },
      "itemCodeableConcept": {
        "coding": [
          {
            "system": "http://fhir.de/CodeSystem/bfarm/atc",
            "code": "M02AA13",
            "display": "Ibuprofen",
            "version": "2024"
          }
        ]
      },
      "isActive": true
    },
    {
      "strength": {
        "numerator": {
          "system": "http://unitsofmeasure.org",
          "value": 500,
          "unit": "mg",
          "code": "mg"
        },
        "denominator": {
          "system": "http://unitsofmeasure.org",
          "unit": "Tablette",
          "value": 1,
          "code": "1"
        }
      },
      "itemCodeableConcept": {
        "coding": [
          {
            "system": "http://fhir.de/CodeSystem/bfarm/atc",
            "code": "N02BE01",
            "display": "Paracetamol",
            "version": "2024"
          }
        ]
      },
      "isActive": true
    }
  ],
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "form": {
    "text": "Tabletten"
  }
}