Polaris FHIR Implementation Guide
1.9.7 - ci-build
Polaris FHIR Implementation Guide - Local Development build (v1.9.7) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
<ServiceRequest xmlns="http://hl7.org/fhir">
<id value="lab-request-hemoglobin"/>
<meta>
<profile
value="https://fhir.apps.health/StructureDefinition/polaris-servicerequest"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p>Lab request for hemoglobin test submitted on April 8, 2025 at 10:10 am due to dizziness and fatigue.</p></div>
</text>
<identifier>
<system
value="https://fhir.apps.health/NamingSystem/cedarbrook-clinic-servicerequest-identifier"/>
<value value="SRVREQ-HEMOGLOBIN-20250408"/>
</identifier>
<status value="completed"/>
<intent value="order"/>
<category>
<coding>
<system value="http://snomed.info/sct"/>
<code value="108252007"/>
<display value="Laboratory procedure"/>
</coding>
</category>
<code>
<text value="Hemoglobin"/>
</code>
<subject>
<identifier>
<system
value="https://fhir.apps.health/NamingSystem/cedarbrook-clinic-patient-identifier"/>
<value value="1234567890"/>
</identifier>
</subject>
<authoredOn value="2025-04-08T10:10:00-06:00"/>
<requester>
<identifier>
<system
value="https://fhir.apps.health/NamingSystem/organization-identifier"/>
<value value="cedarbrook-clinic"/>
</identifier>
</requester>
</ServiceRequest>