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

Medicationexample13.xml

Raw XML (canonical form)

Medication with coded Manufactured medication (id = "medexample013")

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

  <!--   this example is an example of Insulin   -->
  
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">3 ML Insulin, Aspart, Human 100 UNT/ML Prefilled Syringe [NovoLog]</div>
  </text>
   
   <code>
    <coding>
      <system value="http://purl.bioontology.org/ontology/RXNORM/847265"/>
      <code value="847265"/>
      <display value="3 ML Insulin, Aspart, Human 100 UNT/ML Prefilled Syringe [NovoLog]"/>
    </coding>
  </code>  
  <isBrand value="true"/>
  <manufacturer>
    <reference value="http://www.novonordisk-us.com/fhirresource/1"/>
  </manufacturer>
  <product>
    <form>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="385219001"/>
        <display value="Injection Solution"/>
      </coding>
    </form>
    <ingredient>
      <item>
        <display value="Insulin Aspart"/>
      </item>
      <amount>
        <numerator>
          <value value="100"/>
          <system value="http://unitsofmeasure.org"/>
          <code value="U"/>
        </numerator>
        <denominator>
          <value value="1"/>
          <system value="http://unitsofmeasure.org"/>
          <code value="mL"/>
        </denominator>
      </amount>
    </ingredient>
    <batch>
      <lotNumber value="12345"/>
      <expirationDate value="2018-12-22"/>
    </batch>
  </product>
</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.