Mona FHIR Implementation Guide
0.4.50648 - ci-build

Mona FHIR Implementation Guide - Local Development build (v0.4.50648). See the Directory of published versions

: MedicationAdministrationWithRateRatioFullExample - JSON Representation

Raw json | Download


{
  "resourceType" : "MedicationAdministration",
  "id" : "MedicationAdministrationWithRateRatioFullExample",
  "meta" : {
    "profile" : [
      "https://fhir.mona.icu/StructureDefinition/mona-medication-administration"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>Last changed by</b>: <a href=\"Practitioner-NurseCarla.html\">Generated Summary: Carla Espinosa (OFFICIAL); Phone: +49 170 1234567; gender: female</a></p><p><b>status</b>: completed</p><p><b>category</b>: <span title=\"Codes: {https://fhir.mona.icu/CodeSystem/mona-medication-category INFUSION_PUMPS}\">Perfusors</span></p><p><b>medication</b>: <span title=\"Codes: {https://fhir.mona.icu/CodeSystem/mona-medication-code eb8f1aef-a941-4e9c-a01f-22c9c0be84c4}, {http://snomed.info/sct 372525000}, {https://fhir.mona.icu/CodeSystem/mona-medication-dosage-form d8a7c3da-d83c-41f1-82a1-11d1a96781e2}\">Vicodin 5/500</span></p><p><b>subject</b>: <a href=\"Patient-PatientExample.html\">Generated Summary: id: some-patient-number; John Doe (OFFICIAL); gender: male; birthDate: 1951-05-28; deceased: 2020-12-13</a></p><p><b>context</b>: <a href=\"Encounter-EncounterFullExample.html\">Generated Summary: id: some-patient-case; status: in-progress; <span title=\"{http://terminology.hl7.org/CodeSystem/v3-ActCode IMP}\">inpatient encounter</span>; period: Apr 14, 2021, 12:06:11 PM --&gt; Apr 28, 2021, 8:05:00 AM</a></p><p><b>effective</b>: Apr 28, 2021, 6:54:02 AM --&gt; Apr 29, 2021, 6:54:02 AM</p><p><b>request</b>: <a href=\"MedicationRequest-MedicationPrescriptionExample.html\">Generated Summary: status: stopped; intent: order; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/medicationrequest-category inpatient}\">Inpatient</span>, <span title=\"Codes: {https://fhir.mona.icu/CodeSystem/mona-medication-category INFUSIONS}\">INFUSIONS</span>; <span title=\"Codes: {https://fhir.mona.icu/CodeSystem/mona-medication-code bc41ad5e-df93-4846-8f1e-aef61f916839}\">Vicodin 5/500 Oral Tablet</span></a></p><h3>Dosages</h3><table class=\"grid\"><tr><td>-</td><td><b>Route</b></td><td><b>Method</b></td><td><b>Rate[x]</b></td></tr><tr><td>*</td><td><span title=\"Codes: {http://snomed.info/sct 47625008}\">Intravenous use</span></td><td><span title=\"Codes: {https://fhir.mona.icu/CodeSystem/mona-medication-administration-method IV_CONTINUOUS}\">i.v. Kontinuierlich</span></td><td>100 ml/1 h</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "https://fhir.mona.icu/StructureDefinition/lastChangedBy",
      "valueReference" : {
        "reference" : "Practitioner/NurseCarla"
      }
    }
  ],
  "status" : "completed",
  "category" : {
    "coding" : [
      {
        "system" : "https://fhir.mona.icu/CodeSystem/mona-medication-category",
        "code" : "INFUSION_PUMPS",
        "display" : "Perfusor"
      }
    ],
    "text" : "Perfusors"
  },
  "medicationCodeableConcept" : {
    "coding" : [
      {
        "system" : "https://fhir.mona.icu/CodeSystem/mona-medication-code",
        "code" : "eb8f1aef-a941-4e9c-a01f-22c9c0be84c4",
        "display" : "Vicodin 5/500"
      },
      {
        "system" : "http://snomed.info/sct",
        "code" : "372525000",
        "display" : "Vicodin 5/500"
      },
      {
        "system" : "https://fhir.mona.icu/CodeSystem/mona-medication-dosage-form",
        "code" : "d8a7c3da-d83c-41f1-82a1-11d1a96781e2",
        "display" : "Oral powder"
      }
    ],
    "text" : "Vicodin 5/500"
  },
  "subject" : {
    "reference" : "Patient/PatientExample"
  },
  "context" : {
    "reference" : "Encounter/EncounterFullExample"
  },
  "effectivePeriod" : {
    "start" : "2021-04-28T06:54:02+00:00",
    "end" : "2021-04-29T06:54:02+00:00"
  },
  "request" : {
    "reference" : "MedicationRequest/MedicationPrescriptionExample"
  },
  "dosage" : {
    "route" : {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "47625008",
          "display" : "Intravenous use"
        }
      ],
      "text" : "Intravenous use"
    },
    "method" : {
      "coding" : [
        {
          "system" : "https://fhir.mona.icu/CodeSystem/mona-medication-administration-method",
          "code" : "IV_CONTINUOUS",
          "display" : "i.v. Kontinuierlich"
        }
      ],
      "text" : "i.v. Kontinuierlich"
    },
    "rateRatio" : {
      "numerator" : {
        "value" : 100,
        "unit" : "ml"
      },
      "denominator" : {
        "value" : 1,
        "system" : "http://unitsofmeasure.org",
        "code" : "h"
      }
    }
  }
}