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

: Avery Linwood Patient - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="avery-linwood"/>
  <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>Avery Linwood, 34-year-old female, active patient residing in T2N 3C4.</p></div>
  </text>
  <identifier>
    <system
            value="https://fhir.apps.health/NamingSystem/cedarbrook-clinic-patient-identifier"/>
    <value value="1234567890"/>
  </identifier>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="JHN"/>
        <display value="Jurisdictional health number"/>
      </coding>
    </type>
    <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="Linwood"/>
    <given value="Avery"/>
  </name>
  <gender value="female"/>
  <birthDate value="1990-06-05"/>
  <address>
    <postalCode value="T2N 3C4"/>
  </address>
  <managingOrganization>
    <identifier>
      <system
              value="https://fhir.apps.health/NamingSystem/organization-identifier"/>
      <value value="cedarbrook-clinic"/>
    </identifier>
  </managingOrganization>
</Patient>