<Patient xmlns="http://hl7.org/fhir">
  <id value="4713a403-0af5-4a3a-a143-ff06a743ddd0" />
  <meta>
    <lastUpdated value="2017-08-21T14:31:32+00:00" />
  </meta>
  <text>
    <status value="additional" />
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>%Some xhtml content%</p>
    </div>
  </text>
  <identifier>
    <extension url="http://ehealthontario.ca/API/fhir/StructureDefinition/ext-identifier-hcn-version-code">
      <valueString value="HN" />
    </extension>
    <system value="https://fhir.infoway-inforoute.ca/NamingSystem/ca-on-patient-hcn" />
    <value value="1234567" />
  </identifier>
  <name>
    <use value="official" />
    <given value="Onjohn1" />
    <given value="William">
      <extension url="http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier">
        <valueCode value="MID" />
      </extension>
    </given>
    <prefix value="DR" />
    <suffix value="III" />
  </name>
  <telecom>
    <system value="phone" />
    <value value="555-555-5555" />
    <use value="work" />
  </telecom>
  <gender value="male" />
  <birthDate value="1926-02-24" />
  <address>
    <use value="home" />
    <type value="physical" />
    <line value="13 Boring St" />
    <city value="Toronto" />
    <state value="ON" />
    <postalCode value="M1M M2M" />
    <country value="CAN" />
  </address>
  <contact>
    <relationship>
      <coding>
        <system value="http://hl7.org/fhir/patient-contact-relationship" />
        <code value="emergency" />
      </coding>
    </relationship>
    <telecom>
      <value value="555-555-5555" />
    </telecom>
  </contact>
</Patient>