STU 3 Ballot

This page is part of the FHIR Specification (v1.6.0: STU 3 Ballot 4). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2

Medicationadministrationexample3.xml

Raw XML (canonical form)

Example of an IV administration not given with a note - Alemtuzumab (id = "medadminexample03")

<MedicationAdministration xmlns="http://hl7.org/fhir"> 
  <id value="medadminexample03"/>
  <text><status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: medadminexample03</p><p><b>contained</b>: </p><p><b>status</b>: on-hold</p><p><b>medication</b>: id: med0303; Alemtuzumab 10mg/ml (Lemtrada) <span>(Details : {RxNorm code '1594660' = '??', given as 'Alemtuzumab 10mg/ml (Lemtrada)'})</span></p><p><b>patient</b>: <a>Donald Duck</a></p><p><b>encounter</b>: <a>Encounter/f001</a></p><p><b>effectiveTime</b>: 15/01/2015 2:30:00 PM --&gt; 15/01/2015 2:30:00 PM</p><p><b>prescription</b>: <a>MedicationOrder/medrx0317</a></p><p><b>wasNotGiven</b>: true</p><p><b>reasonNotGiven</b>: Medication not administered because contraindicated <span>(Details : {SNOMED CT code '373147003' = 'Medication not administered because contraindicated',
           given as 'Medication not administered because contraindicated'})</span></p><p><b>note</b>: Patient started Bupropion this morning - will administer in a reduced dose tomorrow</p></div></text><contained>
    <Medication>
      <id value="med0303"/>
      <code>
        <coding>
          <system value="http://www.nlm.nih.gov/research/umls/rxnorm"/>
          <code value="1594660"/>
          <display value="Alemtuzumab 10mg/ml (Lemtrada)"/>
        </coding>
      </code>
    </Medication>
  </contained>
  <status value="on-hold"/>
  <medicationReference>
    <reference value="#med0303"/> 
  </medicationReference>
 <patient>
   <reference value="Patient/pat1"/>
   <display value="Donald Duck"/> 
  </patient>
<encounter>
  <reference value="Encounter/f001"/>
</encounter>
 <effectiveTimePeriod>
  <start value="2015-01-15T14:30:00+01:00"/>
  <end value="2015-01-15T14:30:00+01:00"/>
</effectiveTimePeriod>
  <prescription>
    <reference value="MedicationOrder/medrx0317"/>
  </prescription>
  <wasNotGiven value="true"/>
  <reasonNotGiven>
      <coding>
        <system value="http://snomed.info/sct"/>
      <code value="373147003"/>
      <display value="Medication not administered because contraindicated"/>
      </coding>
  </reasonNotGiven>
  <note>
    <text value="Patient started Bupropion this morning - will administer in a reduced dose tomorrow"/>
  </note>
</MedicationAdministration>

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.