<Patient xmlns="http://hl7.org/fhir">
  <id value="7F7AD826-F47B-4C18-9D4A-BD3D0988AD3B" />
  <meta>
    <profile value="http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Patient|1.1.0" />
  </meta>
  <identifier>
    <extension url="http://ehealthontario.ca/fhir/StructureDefinition/ext-id-health-card-version-code">
      <valueString value="EX" />
    </extension>
    <use value="official" />
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203" />
        <code value="JHN" />
      </coding>
      <text value="Ontario, Canada Personal Health Number" />
    </type>
    <system value="https://fhir.infoway-inforoute.ca/NamingSystem/ca-on-patient-hcn" />
    <value value="1234567890" />
  </identifier>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203" />
        <code value="MR" />
      </coding>
      <text value="The Hospital" />
    </type>
    <system value="http://ehealthontario.ca/fhir/NamingSystem/id-example1-uri" />
    <value value="ABC12345" />
  </identifier>
  <active value="true" />
  <name>
    <family value="Doe" />
    <given value="Jane" />
  </name>
  <telecom>
    <system value="phone" />
    <value value="1 (555) 867 5309" />
    <rank value="1" />
  </telecom>
  <telecom>
    <system value="email" />
    <value value="janedoe@example.com" />
    <rank value="2" />
  </telecom>
  <gender value="female" />
  <birthDate value="1951-02-19" />
  <deceasedBoolean value="false" />
  <address>
    <use value="home" />
    <type value="physical" />
    <line value="123 Any Street" />
    <city value="Waterloo" />
    <state value="ON" />
    <postalCode value="N2L 3G1" />
  </address>
  <contact>
    <relationship>
      <coding>
        <system value="http://ehealthontario.ca/fhir/CodeSystem/patient-contact-relationship" />
        <code value="EC" />
        <display value="Emergency Contact" />
      </coding>
      <text value="Emergency Contact" />
    </relationship>
    <name>
      <family value="McContact" />
      <given value="David" />
    </name>
    <telecom>
      <system value="phone" />
      <value value="(555) 555 1212" />
      <rank value="1" />
    </telecom>
    <address>
      <line value="50 Another St." />
      <line value="Unit 2" />
      <city value="Waterloo" />
      <state value="ON" />
      <postalCode value="N2L 3G2" />
    </address>
  </contact>
  <communication>
    <language>
      <coding>
        <system value="urn:ietf:bcp:47" />
        <code value="en" />
        <display value="English" />
      </coding>
      <text value="english" />
    </language>
  </communication>
  <generalPractitioner>
    <reference value="urn:uuid:86FA8373-34C8-440D-9E8F-832C1A571DA8" />
  </generalPractitioner>
</Patient>