<Patient xmlns="http://hl7.org/fhir">
  <id value="chr-on-west-Patient-12345" />
  <meta>
    <lastUpdated value="2024-12-08T18:00:00+00:00" />
    <source value="urn:telus:emr:chr:on-west:123" />
    <profile value="https://www.telus.com/health/fhir/dwemrextract/StructureDefinition/DwPatient" />
    <security>
      <system value="http://terminology.hl7.org/CodeSystem/v3-Confidentiality" />
      <code value="N" />
      <display value="normal" />
    </security>
  </meta>
  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">Sarah Marie Johnson, Female, DOB: 1985-03-15</div>
  </text>
  <extension url="https://www.telus.com/health/fhir/dwemrextract/StructureDefinition/ext-PatientStatus">
    <valueCodeableConcept>
      <text value="Active" />
    </valueCodeableConcept>
  </extension>
  <extension url="https://www.telus.com/health/fhir/dwemrextract/StructureDefinition/ext-PatientStatusDate">
    <valueDateTime value="2024-01-15T09:00:00Z" />
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/patient-genderIdentity">
    <valueCodeableConcept>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/gender-identity" />
        <code value="female" />
        <display value="female" />
        <userSelected value="false" />
      </coding>
      <text value="Female" />
    </valueCodeableConcept>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/individual-pronouns">
    <extension url="value">
      <valueCodeableConcept>
        <text value="She/Her/Her/Herself" />
      </valueCodeableConcept>
    </extension>
  </extension>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203" />
        <code value="MR" />
        <display value="Medical Record Number" />
      </coding>
    </type>
    <system value="urn:telus:emr:chr:on-west:123:patientid" />
    <value value="12345" />
    <assigner>
      <display value="Collaborative Health Record" />
    </assigner>
  </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-on-patient-hcn" />
    <value value="1234567890" />
    <period>
      <start value="2020-01-01" />
    </period>
    <assigner>
      <display value="[CA/ON] Ontario Health Insurance Plan" />
    </assigner>
  </identifier>
  <active value="true" />
  <name>
    <use value="usual" />
    <text value="Sarah Marie Johnson" />
    <family value="Johnson" />
    <given value="Sarah" />
    <given value="Marie" />
    <prefix value="Ms" />
  </name>
  <name>
    <use value="nickname" />
    <text value="Sally" />
  </name>
  <telecom>
    <system value="sms" />
    <value value="519-555-3001" />
    <use value="mobile" />
    <rank value="1" />
  </telecom>
  <telecom>
    <system value="phone" />
    <value value="519-555-3002" />
    <use value="home" />
  </telecom>
  <telecom>
    <system value="phone" />
    <value value="519-555-3003 ext 123" />
    <use value="work" />
  </telecom>
  <telecom>
    <system value="email" />
    <value value="sarah.johnson@example.com" />
    <use value="mobile" />
    <rank value="1" />
  </telecom>
  <gender value="female" />
  <birthDate value="1985-03-15" />
  <deceasedBoolean value="false" />
  <address>
    <use value="home" />
    <type value="physical" />
    <line value="456 Oak Avenue" />
    <line value="Apt 2B" />
    <city value="London" />
    <state value="ON" />
    <postalCode value="N6B 2C3" />
    <country value="CA" />
  </address>
  <maritalStatus>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-MaritalStatus" />
      <code value="M" />
      <display value="Married" />
      <userSelected value="false" />
    </coding>
    <text value="Married" />
  </maritalStatus>
  <communication>
    <language>
      <text value="English" />
    </language>
    <preferred value="true" />
  </communication>
  <generalPractitioner>
    <reference value="Practitioner/chr-on-west-Practitioner-501" />
    <type value="Practitioner" />
    <display value="Dr. Emily Thompson" />
  </generalPractitioner>
  <managingOrganization>
    <reference value="Organization/chr-on-west-Organization-100" />
    <type value="Organization" />
    <display value="Western Ontario Family Health Clinic" />
  </managingOrganization>
</Patient>