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

FHIR IG analytics

Packagede.gematik.isik-medikation
Resource TypeMedication
IdMedication-ExampleISiKMedikament2.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",
  "id": "ExampleISiKMedikament2",
  "meta": {
    "profile": [
      "https://gematik.de/fhir/isik/v3/Medikation/StructureDefinition/ISiKMedikament"
    ]
  },
  "ingredient": [
    {
      "strength": {
        "numerator": {
          "system": "http://unitsofmeasure.org",
          "value": 85,
          "unit": "mg",
          "code": "mg"
        },
        "denominator": {
          "system": "http://unitsofmeasure.org",
          "value": 250,
          "unit": "Milliliter",
          "code": "mL"
        }
      },
      "extension": [
        {
          "url": "https://www.medizininformatik-initiative.de/fhir/core/modul-medikation/StructureDefinition/wirkstofftyp",
          "valueCoding": {
            "system": "https://www.medizininformatik-initiative.de/fhir/core/modul-medikation/CodeSystem/wirkstofftyp",
            "code": "IN"
          }
        }
      ],
      "itemCodeableConcept": {
        "coding": [
          {
            "system": "http://fhir.de/CodeSystem/bfarm/atc",
            "code": "L01DB01",
            "display": "Doxorubicin"
          }
        ]
      },
      "isActive": true
    },
    {
      "itemReference": {
        "reference": "Medication/7f27cb8d-940b-43fd-ab8b-fee5b7a9b060"
      },
      "isActive": true
    }
  ],
  "code": {
    "text": "Infusion bestehend aus 85mg Doxorubicin aufgeloest zur Verabreichung in 250ml 5-%iger (50 mg/ml) Glucose-Infusionsloesung"
  },
  "status": "active",
  "form": {
    "coding": [
      {
        "system": "http://standardterms.edqm.eu",
        "code": "11210000",
        "display": "Solution for infusion"
      }
    ]
  }
}