<Patient xmlns="http://hl7.org/fhir">
  <id value="patient2003" />
  <meta>
    <lastUpdated value="2024-04-13T01:20:58.693+00:00" />
  </meta>
  <text>
    <status value="generated" />
  </text>
  <identifier>
    <use value="official" />
    <system value="http://hospital.smarthealthit.org" />
    <value value="123456" />
  </identifier>
  <name>
    <family value="Osama" />
    <given value="Mariam" />
  </name>
  <telecom>
    <system value="email" />
    <value value="mariam12345@gamil.com" />
    <use value="home" />
  </telecom>
  <telecom>
    <system value="phone" />
    <value value="01120066878" />
    <use value="home" />
  </telecom>
  <gender value="female" />
  <birthDate value="2003-09-28" />
</Patient>