type: exampleresource: MedicationStatementexample: medicationstatement-example
MedicationStatement Example: medicationstatement-example
Narrative
Penicillin VK 10ml suspension administered by oral route at 14:30 on 1 June 2012
to patient ref: a23
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<MedicationStatement xmlns="http://hl7.org/fhir" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../../schema/medicationstatement.xsd">
<id value="example"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml">
<p>Penicillin VK 10ml suspension administered by oral route at 14:30 on 1 June 2012</p>
<p>to patient ref: a23</p>
</div>
</text>
<!-- -->
<status value="recorded"/>
<medicationReference>
<reference value="Medication/example"/>
</medicationReference>
<subject>
<reference value="Patient/example"/>
</subject>
<dateAsserted value="2015-02-22"/>
</MedicationStatement>