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 = "f004")
<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>: Metoprolol </p> <p> <b>code</b>: <span title="Codes: {http://snomed.info/sct 318475005}">Metoprolol tartrate 50mg tablet</span> </p> <p> <b>isBrand</b>: true </p> <p> <b>kind</b>: product </p> <blockquote> <p> <b>package</b> </p> <p> <b>container</b>: <span title="Codes: {http://snomed.info/sct 398124009}">drug container</span> </p> </blockquote> </div> </text> <name value="Metoprolol"/> <code> <coding> <system value="http://snomed.info/sct"/> <code value="318475005"/><!-- SNOMED CT classification code --> <display value="Metoprolol tartrate 50mg tablet"/> </coding> </code> <isBrand value="true"/><!-- <manufacturer> Linked to non excisting RESOURCE(Organization) OID: 2.16.840.1.113883.4.642.1.4 <reference value="organization/F000"/> <display value="Magistra"/> </manufacturer> --> <kind value="product"/> <package> <container> <coding> <system value="http://snomed.info/sct"/> <code value="398124009"/> <display value="drug container"/> </coding> </container> </package> </Medication>