Tiempos de Espera Interoperable
0.2.1 - draft Chile flag

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

: Ejemplo OrganizationLE - JSON Representation

Raw json | Download


{
  "resourceType" : "Organization",
  "id" : "OrganizationLEEjemplo",
  "meta" : {
    "profile" : [
      🔗 "https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/OrganizationLE"
    ]
  },
  "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"
                }
              ]
            }
          }
        ]
      }
    }
  ]
}