<Patient xmlns="http://hl7.org/fhir">
  <id value="cms-patient-example" />
  <meta>
    <profile value="http://ehealthontario.ca/fhir/StructureDefinition/ca-on-cms-profile-Patient|1.0.0" />
  </meta>
  <identifier>
    <system value="https://fhir.infoway-inforoute.ca/NamingSystem/ca-on-patient-hcn" />
    <value value="1234567890" />
  </identifier>
  <identifier>
    <system value="http://ehealthontario.ca/fhir/NamingSystem/ca-on-panorama-immunization-id" />
    <value value="1244566" />
  </identifier>
  <name>
    <use value="official" />
    <text value="Onjohn Onsmith" />
  </name>
  <telecom>
    <system value="phone" />
    <value value="416-123-3456" />
  </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>
</Patient>