Virtually Healthcare HL7 FHIR Implementation Guide
0.1.0-current - ci-build
Virtually Healthcare HL7 FHIR Implementation Guide, published by Virtually Healthcare. This guide is not an authorized publication; it is the continuous build for version 0.1.0-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Virtually-Healthcare/Virtually-Healthcare-FHIR-Implementation-Guide/ and changes regularly. See the Directory of published versions
<MedicationRequest xmlns="http://hl7.org/fhir">
<id value="50002932"/>
<meta>
<profile
value="https://fhir.virtually.healthcare/StructureDefinition/MedicationRequest"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationRequest 50002932</b></p><a name="50002932"> </a><a name="hc50002932"> </a><a name="50002932-en-GB"> </a><p><b>identifier</b>: <code>https://emis.com/Id/Medication/DBID</code>/50002932, <code>https://emis.com/Id/Medication/GUID</code>/72ee3af2-9e10-493c-a4a8-a203e810972b</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <span title="Codes:{https://fhir.hl7.org.uk/Id/emis-drug-codes AMOR17519NEMIS}, {http://snomed.info/sct 35901911000001104}">Amoxicillin 125mg/5ml oral suspension sugar free</span></p><p><b>subject</b>: <a href="Patient-500029.html">Anne Smith Female, DoB: 2015-03-04 ( Medical record number)</a></p><p><b>authoredOn</b>: 2017-08-25 00:00:00+0000</p><p><b>requester</b>: <a href="Practitioner-243.html">Practitioner Emis Test </a></p><p><b>courseOfTherapyType</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy acute}">Short course (acute) therapy</span></p><h3>DosageInstructions</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Text</b></td></tr><tr><td style="display: none">*</td><td>2 per day</td></tr></table><h3>DispenseRequests</h3><table class="grid"><tr><td style="display: none">-</td><td><b>ValidityPeriod</b></td><td><b>Quantity</b></td></tr><tr><td style="display: none">*</td><td>2017-08-25 00:00:00+0000 --> (ongoing)</td><td>1 ml</td></tr></table><h3>Substitutions</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Allowed[x]</b></td></tr><tr><td style="display: none">*</td><td>false</td></tr></table></div>
</text>
<identifier>
<system value="https://emis.com/Id/Medication/DBID"/>
<value value="50002932"/>
</identifier>
<identifier>
<system value="https://emis.com/Id/Medication/GUID"/>
<value value="72ee3af2-9e10-493c-a4a8-a203e810972b"/>
</identifier>
<status value="active"/>
<intent value="order"/>
<medicationCodeableConcept>
<coding>
<system value="https://fhir.hl7.org.uk/Id/emis-drug-codes"/>
<code value="AMOR17519NEMIS"/>
<display value="Amoxicillin 125mg/5ml oral suspension sugar free"/>
</coding>
<coding>
<system value="http://snomed.info/sct"/>
<code value="35901911000001104"/>
<display value="Amoxicillin 125mg/5ml oral suspension sugar free"/>
</coding>
</medicationCodeableConcept>
<subject>🔗
<reference value="Patient/500029"/>
</subject>
<authoredOn value="2017-08-25T00:00:00+00:00"/>
<requester>🔗
<reference value="Practitioner/243"/>
</requester>
<courseOfTherapyType>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy"/>
<code value="acute"/>
<display value="Short course (acute) therapy"/>
</coding>
</courseOfTherapyType>
<dosageInstruction>
<text value="2 per day"/>
</dosageInstruction>
<dispenseRequest>
<validityPeriod>
<start value="2017-08-25T00:00:00+00:00"/>
</validityPeriod>
<quantity>
<value value="1"/>
<unit value="ml"/>
</quantity>
</dispenseRequest>
<substitution>
<allowedBoolean value="false"/>
</substitution>
</MedicationRequest>