DSTU2

This page is part of the FHIR Specification (v1.0.2: DSTU 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Medicationexample4.xml

Raw XML (canonical form)

Fully populated Medication resource (id = "medexample004")

<Medication xmlns="http://hl7.org/fhir">
  <id value="medexample004"/>

  <!--   this example is fully popluated   -->
  
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">Amoxicillin 250mg/5ml Powder for Suspension</div>
  </text>
   
  <code>
    <coding>
      <system value="http://www.fda.gov/Drugs/InformationOnDrugs/ucm142438.htm"/>
      <code value="54569-2931"/>
      <display value="Amoxicillin Powder, for Suspension 250mg/5ml"/>
    </coding>
  </code>  
  <isBrand value="true"/>
  <manufacturer>
    <reference value="http://www.a-smeds.com/fhirresource/1"/>
  </manufacturer>
  <product>
    <form>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="42108003"/>
        <display value="Powder for Suspension"/>
      </coding>
    </form>
    <ingredient>
      <item>
        <display value="Amoxicillin"/>
      </item>
      <amount>
        <numerator>
          <value value="250"/>
          <system value="http://unitsofmeasure.org"/>
          <code value="mg"/>
        </numerator>
        <denominator>
          <value value="5"/>
          <system value="http://unitsofmeasure.org"/>
          <code value="mL"/>
        </denominator>
      </amount>
    </ingredient>
    <batch>
      <lotNumber value="12345"/>
      <expirationDate value="2018-12-22"/>
    </batch>
  </product>
  <package>
    <container>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="419672006"/>
        <display value="Bottle - unit of product usage"/>
      </coding>
    </container>
    <content>
      <item>
        <reference value="MedicationExample14"/>
      </item>
      <amount>
        <value value="7.5"/>
        <unit value="gm"/>
        <system value="http://unitsofmeasure.org"/>
      </amount>
    </content>
  </package>
</Medication>

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.