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-glucoseloesung.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-glucoseloesung",
  "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": "03705422",
        "system": "http://fhir.de/CodeSystem/ifa/pzn",
        "display": "Glucose 5% B.braun Ecoflac Plus"
      },
      {
        "code": "V06DC01",
        "system": "http://fhir.de/CodeSystem/bfarm/atc",
        "version": "2023",
        "display": "Glucose"
      },
      {
        "code": "V06DC01",
        "system": "http://www.whocc.no/atc",
        "version": "2023",
        "display": "glucose"
      }
    ]
  },
  "form": {
    "coding": [
      {
        "code": "11210000",
        "system": "http://standardterms.edqm.eu",
        "display": "Solution for infusion"
      }
    ]
  },
  "ingredient": [
    {
      "isActive": true,
      "itemCodeableConcept": {
        "coding": [
          {
            "code": "50-99-7",
            "system": "http://terminology.hl7.org/CodeSystem/CAS"
          },
          {
            "code": "5SL0G7R0OK",
            "system": "http://fdasis.nlm.nih.gov",
            "display": "ANHYDROUS DEXTROSE"
          },
          {
            "code": "67079006",
            "system": "http://snomed.info/sct",
            "display": "Glucose (substance)"
          }
        ]
      },
      "strength": {
        "denominator": {
          "value": 1000,
          "code": "ml",
          "system": "http://unitsofmeasure.org",
          "unit": "ml"
        },
        "numerator": {
          "value": 50,
          "code": "g",
          "system": "http://unitsofmeasure.org",
          "unit": "g"
        }
      }
    },
    {
      "isActive": false,
      "itemCodeableConcept": {
        "coding": [
          {
            "code": "7732-18-5",
            "system": "http://terminology.hl7.org/CodeSystem/CAS"
          },
          {
            "code": "059QF0KO0R",
            "system": "http://fdasis.nlm.nih.gov",
            "display": "WATER"
          },
          {
            "code": "11713004",
            "system": "http://snomed.info/sct",
            "display": "Water (substance)"
          }
        ]
      }
    }
  ],
  "status": "active"
}