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 - JSON Representation

Raw json | Download

{
  "resourceType" : "Bundle",
  "id" : "EjemploBusquedaOrg",
  "meta" : {
    "profile" : [
      🔗 "https://interoperabilidad.minsal.cl/fhir/ig/nid/StructureDefinition/BundleSearchINSHPD"
    ]
  },
  "type" : "searchset",
  "total" : 1,
  "link" : [
    {
      "relation" : "self",
      "url" : "https://interoperabilidad.minsal.cl/fhir/ig/nid/Organization?identifier=120101&name=Hospital"
    }
  ],
  "entry" : [
    {
      "fullUrl" : "https://interoperabilidad.minsal.cl/fhir/ig/nid/Organization/OrganizationLEEjemplo",
      "resource" : {
        "resourceType" : "Organization",
        "id" : "OrganizationLEEjemplo",
        "meta" : {
          "profile" : [
            🔗 "https://interoperabilidad.minsal.cl/fhir/ig/nid/StructureDefinition/MINSALPrestadorOrganizacional"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<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>"
        },
        "identifier" : [
          {
            "system" : "https://interoperabilidad.minsal.cl/fhir/ig/tei/CodeSystem/CSEstablecimientoDestino",
            "value" : "120101"
          }
        ],
        "name" : "Complejo Asistencial Dr. Víctor Ríos Ruiz (Los Ángeles)",
        "alias" : [
          "Hospital de Los Ángeles"
        ],
        "telecom" : [
          {
            "system" : "phone",
            "value" : "(+56) 432336000"
          }
        ],
        "address" : [
          {
            "line" : [
              "Ricardo Vicuña 147"
            ],
            "city" : "Los Ángeles",
            "_city" : {
              "extension" : [
                {
                  "url" : "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/ComunasCl",
                  "valueCodeableConcept" : {
                    "coding" : [
                      {
                        "system" : "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSCodComunasCL",
                        "code" : "08301",
                        "display" : "Los Ángeles"
                      }
                    ]
                  }
                }
              ]
            },
            "postalCode" : "4451055",
            "country" : "Chile",
            "_country" : {
              "extension" : [
                {
                  "url" : "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/CodigoPaises",
                  "valueCodeableConcept" : {
                    "coding" : [
                      {
                        "system" : "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CodPais",
                        "code" : "152",
                        "display" : "Chile"
                      }
                    ]
                  }
                }
              ]
            }
          }
        ]
      },
      "search" : {
        "mode" : "match"
      }
    }
  ]
}