Guía IPS Argentina basada en Core Ar
0.1.0 - ci-build Argentina flag

Guía IPS Argentina basada en Core Ar - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Paciente argentino de ejemplo - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="PacienteArgEjemplo"/>
  <meta>
    <profile
             value="http://ips.ri.hsisalud.org/StructureDefinition/PacienteArg"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Paciente PacienteArgEjemplo</b></p><a name="PacienteArgEjemplo"> </a><a name="hcPacienteArgEjemplo"> </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="StructureDefinition-PacienteArg.html">Paciente Argentino</a></p></div><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Marianita  Female, DoB: 1983-04-15 ( https://hospital.example.org/pacientes#PAC-000123 (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>/30123456 (use: official, )</td></tr><tr><td style="background-color: #f3f5da" title="Alternate names (see the one above)">Alt. Name:</td><td colspan="3">María Mariana Paciente Impaciente (Official)</td></tr><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail</td><td colspan="3"><ul><li><a href="tel:+54-11-5555-1234">+54-11-5555-1234</a></li><li><a href="mailto:mariana.paciente@example.org">mariana.paciente@example.org</a></li><li>Avenida Corrientes XXXX Ciudad Autónoma de Buenos Aires Ciudad Autónoma de Buenos Aires C1043AAZ AR (home)</li></ul></td></tr></table></div>
  </text>
  <identifier>
    <use value="official"/>
    <system value="http://www.renaper.gob.ar/dni"/>
    <value value="30123456"/>
  </identifier>
  <identifier>
    <use value="usual"/>
    <system value="https://hospital.example.org/pacientes"/>
    <value value="PAC-000123"/>
  </identifier>
  <active value="true"/>
  <name>
    <use value="official"/>
    <family value="Paciente Impaciente">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/humanname-fathers-family">
        <valueString value="Paciente"/>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/humanname-mothers-family">
        <valueString value="Impaciente"/>
      </extension>
    </family>
    <given value="María"/>
    <given value="Mariana"/>
  </name>
  <name>
    <use value="usual"/>
    <given value="Marianita"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="+54-11-5555-1234"/>
    <use value="mobile"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="mariana.paciente@example.org"/>
    <use value="home"/>
  </telecom>
  <gender value="female"/>
  <birthDate value="1983-04-15"/>
  <address>
    <use value="home"/>
    <type value="physical"/>
    <line value="Avenida Corrientes XXXX"/>
    <city value="Ciudad Autónoma de Buenos Aires"/>
    <state value="Ciudad Autónoma de Buenos Aires"/>
    <postalCode value="C1043AAZ"/>
    <country value="AR"/>
  </address>
</Patient>