HL7 PT FHIR Implementation Guide: Example IG Release 1 | STU1
1.0.0 - STU1
HL7 PT FHIR Implementation Guide: Example IG Release 1 | STU1, published by HL7 Portugal. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-pt/resp-ig/ and changes regularly. See the Directory of published versions
<MedicationStatement xmlns="http://hl7.org/fhir">
<id value="MedicationStatement_ID_example"/>
<meta>
<source value="Airdoc"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationStatement MedicationStatement_ID_example</b></p><a name="MedicationStatement_ID_example"> </a><a name="hcMedicationStatement_ID_example"> </a><a name="MedicationStatement_ID_example-en-US"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Information Source: Airdoc</p></div><p><b>status</b>: Active</p><p><b>medication</b>: <a href="Medication-Medication_ID_example.html">Medication Fluticasone Propionate inhaler nnn</a></p><p><b>subject</b>: <a href="Patient/patient_ID_example">Patient/patient_ID_example</a></p><p><b>dateAsserted</b>: 2021-12-14 11:13:39+0000</p><p><b>informationSource</b>: <a href="Patient/patient_ID_example">Patient/patient_ID_example</a></p><p><b>note</b>: NOTE</p><blockquote><p><b>dosage</b></p></blockquote></div>
</text>
<status value="active"/>
<medicationReference>🔗
<reference value="Medication/Medication_ID_example"/>
</medicationReference>
<subject>
<reference value="Patient/patient_ID_example"/>
</subject>
<dateAsserted value="2021-12-14T11:13:39.013Z"/>
<informationSource>
<reference value="Patient/patient_ID_example"/>
</informationSource>
<note>
<text value="NOTE"/>
</note>
<dosage>
<sequence value="1"/>
<asNeededBoolean value="true"/>
<route>
<coding>
<system value="http://snomed.info/sct"/>
<code value="260548002"/>
<display value="Oral"/>
</coding>
</route>
<doseAndRate>
<type>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/dose-rate-type"/>
<code value="ordered"/>
<display value="ordered"/>
</coding>
</type>
<doseQuantity>
<value value="1"/>
<unit value="tab"/>
<system
value="http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm"/>
<code value="tab"/>
</doseQuantity>
</doseAndRate>
</dosage>
</MedicationStatement>