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

FHIR IG analytics

Packagede.medizininformatikinitiative.kerndatensatz.medikation
Resource TypeMedicationStatement
IdMedicationStatement-mii-exa-medikation-medication-statement-intravenous-use.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": "MedicationStatement",
  "id": "mii-exa-medikation-medication-statement-intravenous-use",
  "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/MedicationStatement|2026.0.1"
    ]
  },
  "dosage": [
    {
      "doseAndRate": [
        {
          "doseRange": {
            "high": {
              "value": 2600,
              "code": "mg",
              "system": "http://unitsofmeasure.org",
              "unit": "milligram"
            },
            "low": {
              "value": 2400,
              "code": "mg",
              "system": "http://unitsofmeasure.org",
              "unit": "milligram"
            }
          }
        }
      ],
      "route": {
        "coding": [
          {
            "code": "20045000",
            "system": "http://standardterms.edqm.eu",
            "display": "Intravenous use"
          }
        ]
      },
      "text": "Parenterale Applikation von 2.400 mg bis unter 2.600 mg Thiotepa"
    }
  ],
  "effectiveDateTime": "2018-05-26",
  "medicationReference": {
    "reference": "Medication/mii-exa-medikation-medication-thiotepa"
  },
  "partOf": [
    {
      "reference": "Procedure/ExampleProcedure"
    }
  ],
  "status": "completed",
  "subject": {
    "reference": "Patient/example"
  }
}