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
<MedicationDispense xmlns="http://hl7.org/fhir">
<id value="ExampleMedicationDispense"/>
<meta>
<profile
value="https://example.com/fhir/StructureDefinition/eclaims-medicationdispense"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationDispense ExampleMedicationDispense</b></p><a name="ExampleMedicationDispense"> </a><a name="hcExampleMedicationDispense"> </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-medicationdispense.html">MedicationDispense Profile</a></p></div><p><b>status</b>: Completed</p><p><b>medication</b>: <span title="Codes:{https://hapi.slade360edi.com/fhir/CodeSystem/product-catalogue AMOX500GE10002}">Amoxicillin 500mg Capsules</span></p><p><b>subject</b>: <a href="Patient/example-patient">John Doe</a></p><h3>Performers</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Actor</b></td></tr><tr><td style="display: none">*</td><td><a href="Practitioner/example-practitioner">Dr. Jane Smith</a></td></tr></table><p><b>authorizingPrescription</b>: <a href="MedicationRequest-example-medicationrequest.html">MedicationRequest: status = active; intent = order; category = Outpatient; priority = routine; medication[x] = Amoxicillin 500mg Capsules; authoredOn = 2024-07-15; reasonCode = Otitis media; note = Ensure the patient is not allergic to penicillin.</a></p><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-ActCode DF}">Dispense Fill</span></p><p><b>quantity</b>: 30 capsule</p><p><b>whenHandedOver</b>: 2024-07-16</p><blockquote><p><b>dosageInstruction</b></p><p><b>sequence</b>: 1</p><p><b>text</b>: Take one capsule three times a day for 10 days</p><p><b>additionalInstruction</b>: <span title="Codes:{http://snomed.info/sct 419385000}">Take with food</span></p><p><b>patientInstruction</b>: Take after meals with water</p><p><b>timing</b>: 3 per 1 day</p><p><b>asNeeded</b>: false</p><p><b>site</b>: <span title="Codes:{http://snomed.info/sct 181220002}">Oral cavity</span></p><p><b>route</b>: <span title="Codes:{https://hapi.slade360edi.com/fhir/CodeSystem/product-catalogue 2664300699}">Oral route</span></p><p><b>method</b>: <span title="Codes:{http://snomed.info/sct 421521009}">Swallow</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 capsule</td></tr></table><p><b>maxDosePerPeriod</b>: 3 capsules/1 day</p><p><b>maxDosePerAdministration</b>: 1 capsule</p><p><b>maxDosePerLifetime</b>: 90 capsules</p></blockquote></div>
</text>
<status value="completed"/>
<medicationCodeableConcept>
<coding>
<system
value="https://hapi.slade360edi.com/fhir/CodeSystem/product-catalogue"/>
<code value="AMOX500GE10002"/>
<display value="Amoxicillin 500mg Capsules"/>
</coding>
</medicationCodeableConcept>
<subject>
<reference value="Patient/example-patient"/>
<display value="John Doe"/>
</subject>
<performer>
<actor>
<reference value="Practitioner/example-practitioner"/>
<display value="Dr. Jane Smith"/>
</actor>
</performer>
<authorizingPrescription>🔗
<reference value="MedicationRequest/example-medicationrequest"/>
</authorizingPrescription>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
<code value="DF"/>
<display value="Dispense Fill"/>
</coding>
</type>
<quantity>
<value value="30"/>
<unit value="capsule"/>
</quantity>
<whenHandedOver value="2024-07-16"/>
<dosageInstruction>
<sequence value="1"/>
<text value="Take one capsule three times a day for 10 days"/>
<additionalInstruction>
<coding>
<system value="http://snomed.info/sct"/>
<code value="419385000"/>
<display value="Take with food"/>
</coding>
</additionalInstruction>
<patientInstruction value="Take after meals with water"/>
<timing>
<repeat>
<frequency value="3"/>
<period value="1"/>
<periodUnit value="d"/>
</repeat>
</timing>
<asNeededBoolean value="false"/>
<site>
<coding>
<system value="http://snomed.info/sct"/>
<code value="181220002"/>
<display value="Oral cavity"/>
</coding>
</site>
<route>
<coding>
<system
value="https://hapi.slade360edi.com/fhir/CodeSystem/product-catalogue"/>
<code value="2664300699"/>
<display value="Oral route"/>
</coding>
</route>
<method>
<coding>
<system value="http://snomed.info/sct"/>
<code value="421521009"/>
<display value="Swallow"/>
</coding>
</method>
<doseAndRate>
<type>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/dose-rate-type"/>
<code value="ordered"/>
</coding>
</type>
<doseQuantity>
<value value="1"/>
<unit value="capsule"/>
<system value="http://unitsofmeasure.org"/>
</doseQuantity>
</doseAndRate>
<maxDosePerPeriod>
<numerator>
<value value="3"/>
<unit value="capsules"/>
</numerator>
<denominator>
<value value="1"/>
<unit value="day"/>
</denominator>
</maxDosePerPeriod>
<maxDosePerAdministration>
<value value="1"/>
<unit value="capsule"/>
</maxDosePerAdministration>
<maxDosePerLifetime>
<value value="90"/>
<unit value="capsules"/>
</maxDosePerLifetime>
</dosageInstruction>
</MedicationDispense>