DSTU2 Ballot Source

This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 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")

Raw XML

<Medication xmlns="http://hl7.org/fhir">
  <id value="medexample012"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><!-- Snipped for brevity --></div>
  </text>
  <name value="Ventolin HFA Inhalation Aerosol"/>
  <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.