This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Real-world medication example (id = "f201")
<Medication xmlns="http://hl7.org/fhir"> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"> <p> <b>Generated Narrative</b> </p> <p> <b>name</b>: Salmeterol/fluticason </p> <p> <b>code</b>: <span title="Codes: {http://snomed.info/sct 411106009}">25ug Flutacisone + 250ug Salmeterol</span> </p> <p> <b>isBrand</b>: false </p> <p> <b>kind</b>: product </p> <blockquote> <p> <b>product</b> </p> <p> <b>form</b>: <span title="Codes: {http://snomed.info/sct 421606006}">Aerosol spray</span> </p> <h3>Ingredients</h3> <table class="grid"> <tr> <td> <b>Item</b> </td> <td> <b>Amount</b> </td> </tr> <tr> <td>flutacisone</td> <td>25 ug/1 PUFF</td> </tr> <tr> <td>salmeterol</td> <td>250 ug/1 PUFF</td> </tr> </table> </blockquote> </div> </text> <name value="Salmeterol/fluticason"/> <code> <coding> <system value="http://snomed.info/sct"/> <code value="411106009"/> <display value="25ug Flutacisone + 250ug Salmeterol"/> </coding> </code> <isBrand value="false"/><!-- Seretide;Advair;Adoair;Foxaire;Viani --> <kind value="product"/> <product> <form> <coding> <system value="http://snomed.info/sct"/> <code value="421606006"/> <display value="Aerosol spray"/> </coding> </form> <ingredient> <item> <display value="flutacisone"/> </item> <amount> <numerator> <value value="25"/> <system value="http://unitsofmeasure.org"/> <code value="ug"/> </numerator> <denominator> <value value="1"/> <system value="http://hl7.org/fhir/v3/orderableDrugForm"/> <code value="PUFF"/> </denominator> </amount> </ingredient> <ingredient> <item> <display value="salmeterol"/> </item> <amount> <numerator> <value value="250"/> <system value="http://unitsofmeasure.org"/> <code value="ug"/> </numerator> <denominator> <value value="1"/> <system value="http://hl7.org/fhir/v3/orderableDrugForm"/> <code value="PUFF"/> </denominator> </amount> </ingredient> </product> </Medication>