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

FHIR IG analytics

Packagede.medizininformatikinitiative.kerndatensatz.medikation
Resource TypeMedication
IdMedication-mii-exa-medikation-medication-caelyx.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": "mii-exa-medikation-medication-caelyx",
  "meta": {
    "security": [
      {
        "code": "HTEST",
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "display": "test health data"
      }
    ],
    "profile": [
      "https://www.medizininformatik-initiative.de/fhir/core/modul-medikation/StructureDefinition/Medication|2026.0.1"
    ]
  },
  "code": {
    "coding": [
      {
        "code": "887150",
        "system": "http://fhir.de/CodeSystem/ifa/pzn",
        "display": "Caelyx 50 Mg/25 ml Konz.z.Herst.e.Infusi"
      },
      {
        "code": "L01DB01",
        "system": "http://fhir.de/CodeSystem/bfarm/atc",
        "version": "2023",
        "display": "Doxorubicin"
      }
    ]
  },
  "status": "active",
  "form": {
    "coding": [
      {
        "code": "11213000",
        "system": "http://standardterms.edqm.eu",
        "display": "Concentrate for solution for infusion"
      }
    ]
  },
  "ingredient": [
    {
      "itemCodeableConcept": {
        "coding": [
          {
            "code": "82F2G7BL4E",
            "system": "http://fdasis.nlm.nih.gov",
            "display": "DOXORUBICIN HYDROCHLORIDE"
          },
          {
            "code": "25316-40-9",
            "system": "http://terminology.hl7.org/CodeSystem/CAS"
          }
        ]
      },
      "isActive": true,
      "strength": {
        "numerator": {
          "value": 50,
          "code": "mg",
          "system": "http://unitsofmeasure.org",
          "unit": "mg"
        },
        "denominator": {
          "value": 25,
          "code": "ml",
          "system": "http://unitsofmeasure.org",
          "unit": "ml"
        }
      }
    }
  ]
}