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
Over-the-counter example (used by Contraindication) (id = "tylenol")
<MedicationStatement xmlns="http://hl7.org/fhir"> <id value="tylenol"/> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"><!-- Snipped for brevity --></div> </text> <contained> <Substance> <id value="1"/> <type> <coding> <system value="urn:oid:2.16.840.1.113883.5.1103"/> <code value="270"/> </coding> </type> </Substance> </contained> <contained> <Medication> <id value="2"/> <name value="ACETAMINOPHEN"/> <code> <coding> <system value="urn:oid:2.16.840.1.113883.6.73"/> <code value="N02BE01"/> </coding> </code> <product> <form> <coding> <system value="http://hl7.org/fhir/v3/MaterialForm"/> <code value="TAB"/> <display value="tablet"/> </coding> </form> <ingredient> <item> <reference value="#1"/> </item> <amount> <numerator> <value value="500"/> <system value="http://unitsofmeasure.org"/> <code value="mg"/> </numerator> <denominator> <value value="1"/> <system value="http://unitsofmeasure.org"/> <code value="1"/> </denominator> </amount> </ingredient> </product> </Medication> </contained><!-- --> <patient> <reference value="Patient/example"/> </patient> <status value="completed"/> <effectiveDateTime value="2010"/> <medication> <reference value="#2"/> </medication> <dosage> <schedule> <repeat> <frequency value="1"/> <duration value="1"/> <units value="d"/> </repeat> </schedule> <asNeededBoolean value="true"/> <route> <coding> <system value="http://snomed.info/sct"/> <code value="394899003"/> <display value="oral administration of treatment"/> </coding> </route> <quantity> <value value="1"/> </quantity> </dosage> </MedicationStatement>
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.