<?xml version="1.0" encoding="UTF-8"?>

<Patient xmlns="http://hl7.org/fhir">
  <id value="Paciente-Ar-FernandezPerezPablo"/>
  <meta>
    <profile value="http://fhir.msal.gob.ar/core/StructureDefinition/Patient-ar-core"/>
  </meta>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><p><b>identifier</b>: id: 99999999 (OFFICIAL), id: 1234567 (USUAL)</p><p><b>active</b>: true</p><p><b>name</b>: Pablo Fernandez Perez(OFFICIAL), Alicia de las Mercedes </p><p><b>telecom</b>: ph: 1141233100</p><p><b>gender</b>: male</p><p><b>birthDate</b>: 1912-06-12</p></div>
  </text>
  <identifier>
    <use value="official"/>
    <system value="http://www.renaper.gob.ar/dni"/>
    <value value="99999999"/>
  </identifier>
  <identifier>
    <use value="usual"/>
    <system value="http://www.dummy.org"/>
    <value value="1234567"/>
  </identifier>
  <active value="true"/>
  <name>
    <use value="official"/>
    <text value="Pablo Fernandez Perez"/>
    <family value="Fernandez Perez">
      <extension url="http://hl7.org/fhir/StructureDefinition/humanname-fathers-family">
        <valueString value="Fernandez"/>
      </extension>
      <extension url="http://hl7.org/fhir/StructureDefinition/humanname-mothers-family">
        <valueString value="Perez"/>
      </extension>
    </family>
    <given value="Pablo"/>
  </name>
  <name>
    <use value="usual"/>
    <given value="Alicia de las Mercedes"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="1141233100"/>
  </telecom>
  <gender value="male"/>
  <birthDate value="1912-06-12"/>
</Patient>