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

: MedicationAdministrationExample - JSON Representation

Raw json | Download


{
  "resourceType" : "MedicationAdministration",
  "id" : "MedicationAdministrationExample",
  "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 MEDICINES}\">MEDICINES</span></p><p><b>medication</b>: <span title=\"Codes: {https://fhir.mona.icu/CodeSystem/mona-medication-code ecf4c268-95c3-4cde-b694-27b6a67a4d3a}\">Vicodin 5/500 Oral Tablet</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>: Jan 22, 2021, 7:06:37 PM</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>Dose</b></td></tr><tr><td>*</td><td><span title=\"Codes: {http://snomed.info/sct 26643006}\">Oral route</span></td><td><span title=\"Codes: {https://fhir.mona.icu/CodeSystem/mona-medication-administration-method ORAL}\">ORAL</span></td><td>4 g</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" : "MEDICINES"
      }
    ]
  },
  "medicationCodeableConcept" : {
    "coding" : [
      {
        "system" : "https://fhir.mona.icu/CodeSystem/mona-medication-code",
        "code" : "ecf4c268-95c3-4cde-b694-27b6a67a4d3a",
        "display" : "Vicodin 5/500 Oral Tablet"
      }
    ],
    "text" : "Vicodin 5/500 Oral Tablet"
  },
  "subject" : {
    "reference" : "Patient/PatientExample"
  },
  "context" : {
    "reference" : "Encounter/EncounterFullExample"
  },
  "effectiveDateTime" : "2021-01-22T19:06:37.088Z",
  "request" : {
    "reference" : "MedicationRequest/MedicationPrescriptionExample"
  },
  "dosage" : {
    "route" : {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "26643006"
        }
      ]
    },
    "method" : {
      "coding" : [
        {
          "system" : "https://fhir.mona.icu/CodeSystem/mona-medication-administration-method",
          "code" : "ORAL"
        }
      ]
    },
    "dose" : {
      "value" : 4,
      "unit" : "g"
    }
  }
}