This page is part of the International Patient Access (v1.1.0: STU 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
Page standards status: Informative |
<MedicationStatement xmlns="http://hl7.org/fhir">
<id value="MedStatementExample1"/>
<meta>
<profile
value="http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-medicationstatement"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationStatement MedStatementExample1</b></p><a name="MedStatementExample1"> </a><a name="hcMedStatementExample1"> </a><a name="MedStatementExample1-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">Profile: <a href="StructureDefinition-ipa-medicationstatement.html">IPA-MedicationStatement</a></p></div><p><b>identifier</b>: <code>urn:1.2.840.114350.1.13.861.1.7.2.798268</code>/5131734 (use: usual, )</p><p><b>status</b>: Active</p><p><b>medication</b>: <a href="Medication-MedExample1.html">Percocet</a></p><p><b>subject</b>: <a href="Patient-PatientExample1.html">Lufhir, Meiko</a></p><p><b>effective</b>: 2017-04-26 22:00:00+0000 --> (ongoing)</p><p><b>informationSource</b>: <a href="Practitioner-PractitionerExample1.html">Seeger, Marty</a></p><blockquote><p><b>dosage</b></p><p><b>timing</b>: Once</p><p><b>asNeeded</b>: false</p><p><b>route</b>: <span title="Codes:{http://snomed.info/sct 26643006}">Oral</span></p><h3>DoseAndRates</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Type</b></td><td><b>Dose[x]</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://terminology.hl7.org/CodeSystem/dose-rate-type ordered}">Ordered</span></td><td>1 mL<span style="background: LightGoldenRodYellow"> (Details: UCUM codemL = 'mL')</span></td></tr></table></blockquote></div>
</text>
<identifier>
<use value="usual"/>
<system value="urn:1.2.840.114350.1.13.861.1.7.2.798268"/>
<value value="5131734"/>
</identifier>
<status value="active"/>
<medicationReference>🔗
<reference value="Medication/MedExample1"/>
<display value="Percocet"/>
</medicationReference>
<subject>🔗
<reference value="Patient/PatientExample1"/>
<display value="Lufhir, Meiko"/>
</subject>
<effectivePeriod>
<start value="2017-04-26T22:00:00Z"/>
</effectivePeriod>
<informationSource>🔗
<reference value="Practitioner/PractitionerExample1"/>
<display value="Seeger, Marty"/>
</informationSource>
<dosage>
<timing>
<repeat>
<boundsPeriod>
<start value="2017-04-26T22:00:00Z"/>
</boundsPeriod>
<timeOfDay value="12:00:00"/>
<timeOfDay value="18:00:00"/>
</repeat>
</timing>
<asNeededBoolean value="false"/>
<route>
<coding>
<system value="http://snomed.info/sct"/>
<code value="26643006"/>
<display value="Oral route"/>
</coding>
<text value="Oral"/>
</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="mL"/>
<system value="http://unitsofmeasure.org"/>
<code value="mL"/>
</doseQuantity>
</doseAndRate>
</dosage>
</MedicationStatement>