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

<Patient xmlns="http://hl7.org/fhir">
  <id value="Paciente-Interno"/>
  <meta>
    <profile value="http://lamansys.com/hsi/fhir/ipslansys/StructureDefinition/PacienteArg"/>
  </meta>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Paciente Paciente-Interno</b></p><a name="Paciente-Interno"> </a><a name="hcPaciente-Interno"> </a><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"/><p style="margin-bottom: 0px">Profile: <a href="https://build.fhir.org/ig/CesarMsc1975/IPSLansysAr/StructureDefinition-PacienteArg.html">Paciente Argentino</a></p></div><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Pablo Fernandez Perez(official) Male, DoB: 1912-06-12 ( http://www.dummy.org#1234567 (use: usual, ))</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Record is active">Active:</td><td colspan="3">true</td></tr><tr><td style="background-color: #f3f5da" title="Other Id (see the one above)">Other Id:</td><td colspan="3"><code>http://www.renaper.gob.ar/dni</code>/99999999 (use: official, )</td></tr><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail</td><td colspan="3">ph: 1141233100</td></tr></table></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>
  <telecom>
    <system value="phone"/>
    <value value="1141233100"/>
  </telecom>
  <gender value="male"/>
  <birthDate value="1912-06-12"/>
</Patient>