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-propofol.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-propofol",
  "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": "194346",
        "system": "http://fhir.de/CodeSystem/ifa/pzn",
        "display": "PROPOFOL 2% 20MG/1ML MCT"
      }
    ]
  },
  "form": {
    "coding": [
      {
        "code": "50021000",
        "system": "http://standardterms.edqm.eu",
        "display": "Emulsion for injection/infusion"
      }
    ]
  },
  "ingredient": [
    {
      "isActive": true,
      "itemCodeableConcept": {
        "coding": [
          {
            "code": "22898",
            "system": "http://fhir.de/CodeSystem/ask",
            "display": "Propofol"
          }
        ]
      },
      "strength": {
        "denominator": {
          "value": 1,
          "code": "ml",
          "system": "http://unitsofmeasure.org",
          "unit": "ml"
        },
        "numerator": {
          "value": 20,
          "code": "mg",
          "system": "http://unitsofmeasure.org",
          "unit": "mg"
        }
      }
    }
  ],
  "status": "active"
}