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

FHIR IG analytics

Packagede.gematik.isik
Resource TypeMedicationAdministration
IdMedicationAdministration-ExampleISiKMedikationsVerabreichung3.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": "MedicationAdministration",
  "id": "ExampleISiKMedikationsVerabreichung3",
  "meta": {
    "profile": [
      "https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationsVerabreichung"
    ]
  },
  "dosage": {
    "dose": {
      "system": "http://unitsofmeasure.org",
      "value": 1000,
      "unit": "mL",
      "code": "mL"
    },
    "rateQuantity": {
      "system": "http://unitsofmeasure.org",
      "value": 50,
      "unit": "mL/h",
      "code": "mL/h"
    },
    "text": "1L Infusion mit Rate 50ml/h",
    "site": {
      "coding": [
        {
          "code": "6073002",
          "system": "http://snomed.info/sct",
          "display": "Structure of ligament of left superior vena cava"
        }
      ]
    },
    "route": {
      "coding": [
        {
          "code": "20045000",
          "system": "http://standardterms.edqm.eu",
          "display": "Intravenous use"
        }
      ]
    }
  },
  "status": "completed",
  "medicationReference": {
    "reference": "Medication/ExampleISiKMedikament9"
  },
  "subject": {
    "reference": "Patient/PatientinMusterfrau"
  },
  "context": {
    "reference": "Encounter/FachabteilungskontaktMinimal",
    "identifier": {
      "value": "0123456789"
    }
  },
  "effectiveDateTime": "2021-07-01",
  "note": [
    {
      "text": "Testnotiz"
    }
  ]
}