Núcleo de Interoperabilidad de Datos (NID) - MINSAL
0.4.0 - draft Chile flag

Núcleo de Interoperabilidad de Datos (NID) - MINSAL, published by Unidad de Interoperabilidad - MINSAL. This guide is not an authorized publication; it is the continuous build for version 0.4.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Minsal-CL/NID/ and changes regularly. See the Directory of published versions

: Ejemplo de Paciente para Busqueda - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="EjemploPacienteBusqueda"/>
  <meta>
    <profile
             value="https://interoperabilidad.minsal.cl/fhir/ig/nid/StructureDefinition/MINSALPacienteBusqueda"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient EjemploPacienteBusqueda</b></p><a name="EjemploPacienteBusqueda"> </a><a name="hcEjemploPacienteBusqueda"> </a><a name="EjemploPacienteBusqueda-es-CL"> </a><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Andres Martinez (official) Male, DoB: 1981-11-10 ( RUN: 12216373-3 (use: official, ))</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="Ways to contact the Patient">Contact Detail</td><td colspan="3"><a href="tel:+5694332547">+5694332547</a></td></tr></table></div>
  </text>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <system
                value="https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSTipoIdentificador"/>
        <code value="01"/>
        <display value="RUN"/>
      </coding>
    </type>
    <value value="12216373-3"/>
  </identifier>
  <active value="true"/>
  <name>
    <use value="official"/>
    <family value="Martinez"/>
    <given value="Andres"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="+5694332547"/>
  </telecom>
  <gender value="male"/>
  <birthDate value="1981-11-10"/>
</Patient>