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 una Búsqueda de Prestador Institucional - XML Representation

Raw xml | Download


<Bundle xmlns="http://hl7.org/fhir">
  <id value="EjemploBusquedaOrg"/>
  <meta>
    <profile
             value="https://interoperabilidad.minsal.cl/fhir/ig/nid/StructureDefinition/BundleSearchINSHPD"/>
  </meta>
  <type value="searchset"/>
  <total value="1"/>
  <link>
    <relation value="self"/>
    <url
         value="https://interoperabilidad.minsal.cl/fhir/ig/nid/Organization?identifier=120101&amp;name=Hospital"/>
  </link>
  <entry>
    <fullUrl
             value="https://interoperabilidad.minsal.cl/fhir/ig/nid/Organization/OrganizationLEEjemplo"/>
    <resource>
      <Organization>
        <id value="OrganizationLEEjemplo"/>
        <meta>
          <profile
                   value="https://interoperabilidad.minsal.cl/fhir/ig/nid/StructureDefinition/MINSALPrestadorOrganizacional"/>
        </meta>
        <text>
          <status value="generated"/>
          <div xmlns="http://www.w3.org/1999/xhtml"><a name="Organization_OrganizationLEEjemplo"> </a><p class="res-header-id"><b>Generated Narrative: Organization OrganizationLEEjemplo</b></p><a name="OrganizationLEEjemplo"> </a><a name="hcOrganizationLEEjemplo"> </a><a name="OrganizationLEEjemplo-es-CL"> </a><p><b>identifier</b>: <code>https://interoperabilidad.minsal.cl/fhir/ig/tei/CodeSystem/CSEstablecimientoDestino</code>/120101</p><p><b>name</b>: Complejo Asistencial Dr. Víctor Ríos Ruiz (Los Ángeles)</p><p><b>alias</b>: Hospital de Los Ángeles</p><p><b>telecom</b>: ph: (+56) 432336000</p><p><b>address</b>: Ricardo Vicuña 147 Los Ángeles 4451055 Chile </p></div>
        </text>
        <identifier>
          <system
                  value="https://interoperabilidad.minsal.cl/fhir/ig/tei/CodeSystem/CSEstablecimientoDestino"/>
          <value value="120101"/>
        </identifier>
        <name
              value="Complejo Asistencial Dr. Víctor Ríos Ruiz (Los Ángeles)"/>
        <alias value="Hospital de Los Ángeles"/>
        <telecom>
          <system value="phone"/>
          <value value="(+56) 432336000"/>
        </telecom>
        <address>
          <line value="Ricardo Vicuña 147"/>
          <city value="Los Ángeles">
            <extension
                       url="https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/ComunasCl">
              <valueCodeableConcept>
                <coding>
                  <system
                          value="https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSCodComunasCL"/>
                  <code value="08301"/>
                  <display value="Los Ángeles"/>
                </coding>
              </valueCodeableConcept>
            </extension>
          </city>
          <postalCode value="4451055"/>
          <country value="Chile">
            <extension
                       url="https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/CodigoPaises">
              <valueCodeableConcept>
                <coding>
                  <system
                          value="https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CodPais"/>
                  <code value="152"/>
                  <display value="Chile"/>
                </coding>
              </valueCodeableConcept>
            </extension>
          </country>
        </address>
      </Organization>
    </resource>
    <search>
      <mode value="match"/>
    </search>
  </entry>
</Bundle>