Polaris FHIR Implementation Guide
1.9.3 - ci-build
Polaris FHIR Implementation Guide - Local Development build (v1.9.3) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
<MedicationRequest xmlns="http://hl7.org/fhir">
<id value="polaris-medicationrequest-detailed-example"/>
<meta>
<source
value="https://fhir.apps.health/NamingSystem/cedarbrook-clinic-pipeline-v2.3.0"/>
<profile
value="https://fhir.apps.health/StructureDefinition/polaris-core-medicationrequest"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml">Prescribed ferrous sulfate 325 mg oral tablet for Avery Linwood on April 8, 2025. Take 1 tablet by mouth daily. Course duration: 90 days (until 2025-07-07). 2 repeats allowed.</div>
</text>
<contained>
<Medication>
<id value="med-ferrous-sulfate"/>
<meta>
<source
value="https://fhir.apps.health/NamingSystem/cedarbrook-clinic-pipeline-v2.3.0"/>
<profile
value="https://fhir.apps.health/StructureDefinition/polaris-containedmedication-core"/>
</meta>
<extension
url="https://fhir.apps.health/StructureDefinition/polaris-medication-strength">
<extension url="strengthText">
<valueString value="325mg"/>
</extension>
<extension url="strengthQuantity">
<extension url="numerator">
<valueQuantity>
<value value="325"/>
<unit value="mg"/>
<system value="http://unitsofmeasure.org"/>
<code value="mg"/>
</valueQuantity>
</extension>
<extension url="denominator">
<valueQuantity>
<value value="1"/>
<unit value="tablet"/>
<system value="http://unitsofmeasure.org"/>
<code value="1"/>
</valueQuantity>
</extension>
</extension>
</extension>
<code>
<coding>
<system
value="https://fhir.apps.health/NamingSystem/cedarbrook-clinic-medication-raw-code"/>
<code value="FE325"/>
<display value="Ferrous sulfate 325mg"/>
</coding>
<text value="Ferrous sulfate 325mg"/>
</code>
<form>
<text value="Oral Tablet"/>
</form>
</Medication>
</contained>
<identifier>
<use value="official"/>
<system
value="https://fhir.apps.health/NamingSystem/cedarbrook-clinic-medicationrequest-identifier"/>
<value value="RX-avery-20250408-detailed"/>
</identifier>
<identifier>
<use value="secondary"/>
<system
value="https://fhir.apps.health/NamingSystem/cedarbrook-clinic-medicationrequest-raw-code"/>
<value value="EMR-RX-2025-04-08-001"/>
</identifier>
<status value="active"/>
<statusReason>
<text value="New prescription for iron deficiency anemia"/>
</statusReason>
<intent value="order"/>
<medicationReference>
<reference value="#med-ferrous-sulfate"/>
</medicationReference>
<subject>
<identifier>
<system
value="https://fhir.apps.health/NamingSystem/cedarbrook-clinic-patient-identifier"/>
<value value="1234567890"/>
</identifier>
</subject>
<encounter>
<identifier>
<system
value="https://fhir.apps.health/NamingSystem/cedarbrook-clinic-encounter-identifier"/>
<value value="enc-avery-20250408-01"/>
</identifier>
</encounter>
<authoredOn value="2025-04-08"/>
<requester>
<identifier>
<system
value="https://fhir.apps.health/NamingSystem/cedarbrook-clinic-practitionerrole-identifier"/>
<value value="NAVARRO-ROLE-001"/>
</identifier>
</requester>
<dosageInstruction>
<text value="Take one tablet by mouth daily."/>
<timing>
<repeat>
<boundsPeriod>
<start value="2025-04-08"/>
<end value="2025-07-07"/>
</boundsPeriod>
</repeat>
</timing>
<route>
<coding>
<system value="http://snomed.info/sct"/>
<code value="26643006"/>
<display value="Oral route"/>
</coding>
<coding>
<system
value="https://fhir.apps.health/NamingSystem/cedarbrook-clinic-medicationrequest-route-raw-code"/>
<code value="PO"/>
<display value="By mouth"/>
</coding>
<text value="Oral route"/>
</route>
<doseAndRate>
<doseQuantity>
<value value="1"/>
<unit value="tablet"/>
<code value="1"/>
</doseQuantity>
</doseAndRate>
</dosageInstruction>
<dispenseRequest>
<validityPeriod>
<start value="2025-04-08"/>
<end value="2026-04-08"/>
</validityPeriod>
<numberOfRepeatsAllowed value="2"/>
<quantity>
<value value="90"/>
<unit value="tablets"/>
</quantity>
<expectedSupplyDuration>
<value value="90"/>
<unit value="days"/>
<system value="http://unitsofmeasure.org"/>
<code value="d"/>
</expectedSupplyDuration>
</dispenseRequest>
</MedicationRequest>