מדריך למטמיע - טופס 17
1.0.0 - ci-build

This page is part of the T17 IG (v1.0.0: draft-1 Draft) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: patient-with-followup-appointment - XML Representation

Raw xml | Download



<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>