<Patient xmlns="http://hl7.org/fhir">
  <id value="patient-with-followup-appointment" />
  <meta>
    <profile value="http://fhir.health.gov.il/StructureDefinition/il-core-patient" />
  </meta>
  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">
      <div class="hapiHeaderText">שרה שרי <b>ישראלי</b></div>
      <table class="hapiPropertyTable">
        <tbody>
          <tr>
            <td>Identifier</td>
            <td>1-123456-123456-789</td>
          </tr>
          <tr>
            <td>Date of birth</td>
            <td>
              <span>16 July 1969</span>
            </td>
          </tr>
        </tbody>
      </table>
    </div>
  </text>
  <identifier>
    <system value="http://fhir.leumit.co.il/identifier/magnetic-card" />
    <value value="1-123456-123456-789" />
  </identifier>
  <active value="true" />
  <name>
    <text value="שרה" />
    <family value="ישראלי" />
    <given value="שרה" />
    <given value="שרי" />
  </name>
  <telecom>
    <system value="phone" />
    <value value="054-99999999" />
    <use value="mobile" />
  </telecom>
  <gender value="female" />
  <birthDate value="1969-07-16" />
</Patient>