This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). 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 = "f002")
<Medication xmlns="http://hl7.org/fhir"> <id value="f002"/> <name value="Crestor"/> <code> <coding> <system value="http://snomed.info/sct"/> <code value="408036003"/> <!-- SNOMED CT classification code --> <display value="Rosuvastatin 10mg tablet"/> </coding> </code> <isBrand value="true"/> <!-- <manufacturer> Linked to non excisting Reference(Organization) OID: 2.16.840.1.113883.4.642.1.4 <reference value="Organization/f000"/> <display value="AstraZaneca B.V."/> </manufacturer> --> <kind value="product"/> <package> <container> <coding> <system value="http://snomed.info/sct"/> <code value="398124009"/> <display value="drug container"/> </coding> </container> <!-- <content> <item> 1..1 Reference(Medication) A product in the package </item> <amount> <value value="30"/> <units value="Pill"/> <system value="http://snomed.info/sct"/> <code value="46992007"/> </amount> </content> --> </package> </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.