Kenya eClaims FHIR IG
0.1.0 - ci-build
Kenya eClaims FHIR IG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
<MedicationRequest xmlns="http://hl7.org/fhir">
<id value="example-medicationrequest"/>
<meta>
<profile
value="https://example.com/fhir/StructureDefinition/eclaims-medicationrequest"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationRequest example-medicationrequest</b></p><a name="example-medicationrequest"> </a><a name="hcexample-medicationrequest"> </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-eclaims-medicationrequest.html">MedicationRequest Profile</a></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/medicationrequest-category outpatient}">Outpatient</span></p><p><b>priority</b>: Routine</p><p><b>medication</b>: <span title="Codes:{https://hapi.slade360edi.com/fhir/CodeSystem/product-catalogue AMOX500}">Amoxicillin 500mg Capsules</span></p><p><b>subject</b>: <a href="Patient/example-patient">John Doe</a></p><p><b>encounter</b>: <a href="Encounter/example-encounter">Encounter/example-encounter</a></p><p><b>authoredOn</b>: 2024-07-15</p><p><b>requester</b>: <a href="Practitioner/example-requester">Dr. Jane Mwangi</a></p><p><b>reasonCode</b>: <span title="Codes:{http://snomed.info/sct 65363002}">Otitis media</span></p><p><b>note</b>: </p><blockquote><div><p>Ensure the patient is not allergic to penicillin.</p>
</div></blockquote><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: Take one capsule three times a day after meals</p><p><b>timing</b>: 3 per 1 day</p><p><b>asNeeded</b>: false</p><p><b>route</b>: <span title="Codes:{https://hapi.slade360edi.com/fhir/CodeSystem/product-catalogue 26643006}">Oral route</span></p><h3>DoseAndRates</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Dose[x]</b></td></tr><tr><td style="display: none">*</td><td>1 capsule</td></tr></table></blockquote><blockquote><p><b>dispenseRequest</b></p><p><b>validityPeriod</b>: 2024-07-15 --> 2024-07-25</p><p><b>numberOfRepeatsAllowed</b>: 0</p><p><b>quantity</b>: 30 capsule</p><h3>ExpectedSupplyDurations</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Value</b></td><td><b>Unit</b></td><td><b>System</b></td></tr><tr><td style="display: none">*</td><td>10</td><td>days</td><td><a href="http://terminology.hl7.org/5.0.0/CodeSystem-v3-ucum.html">http://unitsofmeasure.org</a></td></tr></table></blockquote><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><p><b>priorPrescription</b>: <a href="MedicationRequest/previous-request">MedicationRequest/previous-request</a></p></div>
</text>
<status value="active"/>
<intent value="order"/>
<category>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/medicationrequest-category"/>
<code value="outpatient"/>
<display value="Outpatient"/>
</coding>
</category>
<priority value="routine"/>
<medicationCodeableConcept>
<coding>
<system
value="https://hapi.slade360edi.com/fhir/CodeSystem/product-catalogue"/>
<code value="AMOX500"/>
<display value="Amoxicillin 500mg Capsules"/>
</coding>
</medicationCodeableConcept>
<subject>
<reference value="Patient/example-patient"/>
<display value="John Doe"/>
</subject>
<encounter>
<reference value="Encounter/example-encounter"/>
</encounter>
<authoredOn value="2024-07-15"/>
<requester>
<reference value="Practitioner/example-requester"/>
<display value="Dr. Jane Mwangi"/>
</requester>
<reasonCode>
<coding>
<system value="http://snomed.info/sct"/>
<code value="65363002"/>
<display value="Otitis media"/>
</coding>
</reasonCode>
<note>
<text value="Ensure the patient is not allergic to penicillin."/>
</note>
<dosageInstruction>
<text value="Take one capsule three times a day after meals"/>
<timing>
<repeat>
<frequency value="3"/>
<period value="1"/>
<periodUnit value="d"/>
</repeat>
</timing>
<asNeededBoolean value="false"/>
<route>
<coding>
<system
value="https://hapi.slade360edi.com/fhir/CodeSystem/product-catalogue"/>
<code value="26643006"/>
<display value="Oral route"/>
</coding>
</route>
<doseAndRate>
<doseQuantity>
<value value="1"/>
<unit value="capsule"/>
<system
value="https://hapi.slade360edi.com/fhir/CodeSystem/product-catalogue"/>
</doseQuantity>
</doseAndRate>
</dosageInstruction>
<dispenseRequest>
<validityPeriod>
<start value="2024-07-15"/>
<end value="2024-07-25"/>
</validityPeriod>
<numberOfRepeatsAllowed value="0"/>
<quantity>
<value value="30"/>
<unit value="capsule"/>
<system
value="https://hapi.slade360edi.com/fhir/CodeSystem/product-catalogue"/>
</quantity>
<expectedSupplyDuration>
<value value="10"/>
<unit value="days"/>
<system value="http://unitsofmeasure.org"/>
</expectedSupplyDuration>
</dispenseRequest>
<substitution>
<allowedBoolean value="false"/>
</substitution>
<priorPrescription>
<reference value="MedicationRequest/previous-request"/>
</priorPrescription>
</MedicationRequest>