US Meds Implementation Guide (Release 1.2.0)

This page is part of the US-Medication FHIR IG (v1.2.0: STU 2) based on FHIR R3. This is the current published version. For a full list of available versions, see the Directory of published versions

Example: MedicationAdministration-medadmin-1

Formats: Narrative, XML, JSON, Turtle

Raw xml


<MedicationAdministration xmlns="http://hl7.org/fhir">
  <id value="medadmin-1"/>
  <meta>
    <versionId value="1"/>
    <lastUpdated value="2016-12-08T06:38:52Z"/>
    <profile
             value="http://hl7.org/fhir/us/meds/StructureDefinition/medicationadministration"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: medadmin-1</p><p><b>meta</b>: </p><p><b>status</b>: completed</p><p><b>medication</b>: Lantus 100 unit/ml injectable solution <span style="background: LightGoldenRodYellow">(Details : {RxNorm code '285018' = '285018', given as 'Lantus 100 unit/ml injectable solution'})</span></p><p><b>subject</b>: Amy V. Shaw</p><p><b>effective</b>: 15/01/2015 4:30:00 AM --&gt; 15/01/2015 2:30:00 PM</p><h3>Performers</h3><table class="grid"><tr><td>-</td><td><b>Actor</b></td></tr><tr><td>*</td><td>Ronald Bone, MD</td></tr></table><h3>Dosages</h3><table class="grid"><tr><td>-</td><td><b>Text</b></td><td><b>Dose</b></td></tr><tr><td>*</td><td>20 Units SC before breakfast</td><td>20 U<span style="background: LightGoldenRodYellow"> (Details: UCUM code U = 'U')</span></td></tr></table></div>
  </text>
  <status value="completed"/>
  <medicationCodeableConcept>
    <coding>
      <system value="http://www.nlm.nih.gov/research/umls/rxnorm"/>
      <code value="285018"/>
      <display value="Lantus 100 unit/ml injectable solution"/>
    </coding>
    <text value="Lantus 100 unit/ml injectable solution"/>
  </medicationCodeableConcept>
  <subject>
    <display value="Amy V. Shaw"/>
  </subject>
  <effectivePeriod>
    <start value="2015-01-15T04:30:00+01:00"/>
    <end value="2015-01-15T14:30:00+01:00"/>
  </effectivePeriod>
  <performer>
    <actor>
      <display value="Ronald Bone, MD"/>
    </actor>
  </performer>
  <dosage>
    <text value="20 Units SC before breakfast"/>
    <dose>
      <value value="20"/>
      <unit value="U"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="U"/>
    </dose>
  </dosage>
</MedicationAdministration>