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

This page is part of the Núcleo de Interoperabilidad de Datos (NID) - MINSAL (v0.4.5: STU1 Draft) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, see the Directory of published versions

: Hospital de Ejemplo - JSON Representation

Raw json | Download

{
  "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\"><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"
                }
              ]
            }
          }
        ]
      }
    }
  ]
}