<Patient xmlns="http://hl7.org/fhir">
  <id value="patient1-example" />
  <meta>
    <profile value="http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/patient-ca-ps" />
  </meta>
  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>
        <b>Generated Narrative</b>
      </p>
      <div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%">
        <p style="margin-bottom: 0px">Resource "patient1-example" </p>
        <p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-patient-ca-ps.html">Patient (PS-CA)</a></p>
      </div>
      <p>
        <b>identifier</b>: Medical record number: 654321 (USUAL), Jurisdictional health number: 5584486647</p>
      <p>
        <b>active</b>: true</p>
      <p>
        <b>name</b>: Duck Donald (OFFICIAL)</p>
      <p>
        <b>gender</b>: male</p>
      <p>
        <b>birthDate</b>: 1952-08-01</p>
    </div>
  </text>
  <identifier>
    <use value="usual" />
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203" />
        <code value="MR" />
      </coding>
    </type>
    <system value="urn:oid:0.1.2.3.4.5.6.7" />
    <value value="654321" />
  </identifier>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203" />
        <code value="JHN" />
      </coding>
    </type>
    <system value="https://fhir.infoway-inforoute.ca/NamingSystem/ca-on-patient-hcn" />
    <value value="5584486647" />
  </identifier>
  <active value="true" />
  <name>
    <use value="official" />
    <family value="Donald" />
    <given value="Duck" />
  </name>
  <gender value="male" />
  <birthDate value="1952-08-01" />
</Patient>