This page is part of the Quality Improvement Core Framework (v2.0.0: STU 2) based on FHIR R3. The current version which supercedes this version is 4.1.1. For a full list of available versions, see the Directory of published versions

Example: MedicationAdministration-qicore-medicationadministration-example

Formats: XML, JSON, Turtle

{
  "resourceType" : "MedicationAdministration",
  "id" : "qicore-medicationadministration-example",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><p> <strong> Generated Narrative with Details</strong> </p> 
            <p> <strong> id</strong> : medadminexample03</p> 
            <p> <strong> contained</strong> : </p> 
            <p> <strong> status</strong> : on-hold</p> <p> <strong> medication</strong> : id: med0303; Alemtuzumab 10mg/ml (Lemtrada) <span> (Details : {RxNorm code '1594660' = '1594660', given as 'Alemtuzumab 10mg/ml (Lemtrada)'})</span> </p> 
            <p> <strong> subject</strong> : <a> Donald Duck</a> </p> 
            <p> <strong> context</strong> : <a> Encounter/f001</a> </p> 
            <p> <strong> supportingInformation</strong> : <a> Condition/f204</a> </p> 
            <p> <strong> effective</strong> : 15/01/2015 2:30:00 PM --&gt; 15/01/2015 2:30:00 PM</p> 
            <p> <strong> notGiven</strong> : true</p> 
            <p> <strong> reasonNotGiven</strong> : Administration of medication not done due to a contraindication (situation) <span> (Details : {SNOMED CT code '373147003' = 'Medication not administered because contraindicated',
        given as 'Administration of medication not done due to a contraindication (situation)'})</span> </p> 
            <p> <strong> prescription</strong> : <a> MedicationRequest/medrx0317</a> </p>
            <p> <strong> dosage</strong> : <a> 3 mg by intravenous route</a> </p>
            <p> <strong> note</strong> : Patient started Bupropion this morning - will administer in a reduced dose tomorrow</p> 
        </div>"
  },
  "status" : "on-hold",
  "medicationReference" : {
    "reference" : "Medication/qicore-medication-example"
  },
  "subject" : {
    "reference" : "Patient/qicore-patient-example",
    "display" : "Donald Duck"
  },
  "context" : {
    "reference" : "Encounter/qicore-encounter-example"
  },
  "supportingInformation" : [
    {
      "reference" : "Condition/qicore-condition-example"
    }
  ],
  "effectivePeriod" : {
    "start" : "2015-01-15T14:30:00+01:00",
    "end" : "2015-01-15T14:30:00+01:00"
  },
  "notGiven" : true,
  "reasonNotGiven" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "373147003",
          "display" : "Administration of medication not done due to a contraindication (situation)"
        }
      ]
    }
  ],
  "prescription" : {
    "reference" : "MedicationRequest/qicore-medicationrequest-example"
  },
  "note" : [
    {
      "text" : "Patient started Bupropion this morning - will administer in a reduced dose tomorrow"
    }
  ],
  "dosage" : {
    "route" : {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "47625008",
          "display" : "Intravenous route (qualifier value)"
        }
      ]
    },
    "dose" : {
      "value" : 3,
      "unit" : "mg",
      "system" : "http://unitsofmeasure.org",
      "code" : "mg"
    }
  }
}