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
<Patient xmlns="http://hl7.org/fhir">
<id value="john-smith-alberta"/>
<meta>
<profile
value="https://fhir.apps.health/StructureDefinition/polaris-core-patient"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p>John Smith, 45-year-old male patient from Alberta with PHN 123456789</p></div>
</text>
<identifier>
<use value="official"/>
<system
value="https://fhir.apps.health/NamingSystem/telus-health-chr-patient-identifier"/>
<value value="PAT-2025-001"/>
</identifier>
<identifier>
<use value="official"/>
<system
value="https://fhir.infoway-inforoute.ca/NamingSystem/ca-ab-patient-healthcare-id"/>
<value value="123456789"/>
</identifier>
<active value="true"/>
<name>
<use value="official"/>
<family value="Smith"/>
<given value="John"/>
<given value="Robert"/>
</name>
<gender value="male"/>
<birthDate value="1979-03-15"/>
<address>
<line value="123 Main Street"/>
<city value="Calgary"/>
<state value="AB"/>
<postalCode value="T2P 1J9"/>
<country value="CA"/>
</address>
<managingOrganization>
<identifier>
<system
value="https://fhir.apps.health/NamingSystem/organization-identifier"/>
<value value="telus-health-chr"/>
</identifier>
</managingOrganization>
</Patient>