Polaris FHIR Implementation Guide
1.10.0 - ci-build
Polaris FHIR Implementation Guide - Local Development build (v1.10.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
<MedicationDispense xmlns="http://hl7.org/fhir">
<id value="avery-iron-sample-20250408"/>
<meta>
<profile
value="https://fhir.apps.health/StructureDefinition/polaris-medicationdispense"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml">3-day starter supply of ferrous sulfate 325mg tablets dispensed to Avery Linwood by Dr. Emil Navarro on April 8, 2025.</div>
</text>
<identifier>
<use value="official"/>
<system
value="https://fhir.apps.health/NamingSystem/cedarbrook-clinic-medicationdispense-identifier"/>
<value value="DISPENSE-SAMPLE-IRON-20250408"/>
</identifier>
<status value="completed"/>
<medicationCodeableConcept>
<text value="Ferrous sulfate 325 MG Oral Tablet"/>
</medicationCodeableConcept>
<subject>
<identifier>
<system
value="https://fhir.apps.health/NamingSystem/cedarbrook-clinic-patient-identifier"/>
<value value="1234567890"/>
</identifier>
<display value="Avery Linwood"/>
</subject>
<performer>
<actor>
<identifier>
<system
value="https://fhir.apps.health/NamingSystem/cedarbrook-clinic-practitioner-identifier"/>
<value value="NAVARRO-PRAC-001"/>
</identifier>
<display value="Dr. Emil Navarro"/>
</actor>
</performer>
<quantity>
<value value="3"/>
<unit value="1"/>
<system value="http://unitsofmeasure.org"/>
<code value="1"/>
</quantity>
<daysSupply>
<value value="3"/>
<unit value="days"/>
<system value="http://unitsofmeasure.org"/>
<code value="d"/>
</daysSupply>
<whenHandedOver value="2025-04-08T10:40:00-06:00"/>
<note>
<text
value="Three-day supply of ferrous sulfate provided as a starter sample during appointment."/>
</note>
<dosageInstruction>
<text value="Take one tablet by mouth daily"/>
</dosageInstruction>
</MedicationDispense>