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
<Observation xmlns="http://hl7.org/fhir">
<id value="hemoglobin-result"/>
<meta>
<profile
value="https://fhir.apps.health/StructureDefinition/polaris-core-observation"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p>Hemoglobin level measured at 68 g/L using in-clinic point-of-care testing device on April 8, 2025 at 10:12 am.</p></div>
</text>
<identifier>
<system
value="https://fhir.apps.health/NamingSystem/cedarbrook-clinic-observation-identifier"/>
<value value="OBS-HEMOGLOBIN-20250408"/>
</identifier>
<status value="final"/>
<category>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/observation-category"/>
<code value="laboratory"/>
<display value="Laboratory"/>
</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>
<effectiveDateTime value="2025-04-08T10:12:00-06:00"/>
<performer>
<identifier>
<system
value="https://fhir.apps.health/NamingSystem/cedarbrook-clinic-practitioner-identifier"/>
<value value="NAVARRO-PRAC-001"/>
</identifier>
<display value="Dr. Emil Navarro"/>
</performer>
<valueQuantity>
<value value="68"/>
<unit value="g/L"/>
</valueQuantity>
</Observation>