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

Medicationexample12.xml

Raw XML (canonical form)

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

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

  <!--    this example is an Inhaler    -->
  
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: medexample012</p><p><b>text</b>: </p><p><b>code</b>: Ventolin Aerosol  <span>(Details : {http://www.accessdata.fda.gov/scripts/cder/ndc/dsp_searchresult.cfm code '0173068220'
           = '??', given as 'Ventolin Aerosol '})</span></p><p><b>isBrand</b>: true</p><p><b>manufacturer</b>: <a>http://us.gsk.com/fhirresource/1</a></p></div>
  </text>
   
  <code>
    <coding>
      <system value="http://www.accessdata.fda.gov/scripts/cder/ndc/dsp_searchresult.cfm"/>
      <code value="0173068220"/>
      <display value="Ventolin Aerosol "/>
    </coding>
  </code>  
  <isBrand value="true"/>
  <manufacturer>
    <reference value="http://us.gsk.com/fhirresource/1"/>
  </manufacturer>
</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.