Atención clínica de SDOH
0.1.0 - ci-build Chile flag

Atención clínica de SDOH, published by HL7 Chile. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/SIMSADIs/GI-SDOH/ and changes regularly. See the Directory of published versions

: Ejemplo SDOHCC-Ubicación - JSON Representation

Raw json | Download

{
  "resourceType" : "Location",
  "id" : "Ejemplo-Ubicacion",
  "meta" : {
    "profile" : [
      🔗 "https://hl7chile.cl/fhir/ig/gravitycl/StructureDefinition/SDOHCC-LocationCL"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location Ejemplo-Ubicacion</b></p><a name=\"Ejemplo-Ubicacion\"> </a><a name=\"hcEjemplo-Ubicacion\"> </a><a name=\"Ejemplo-Ubicacion-es-CL\"> </a><p><b>name</b>: Centro de Salud Familiar Viña del Mar</p><p><b>address</b>: Av. Libertad, 1234, Viña del Mar Viña del Mar Valparaíso Chile </p></div>"
  },
  "name" : "Centro de Salud Familiar Viña del Mar",
  "address" : {
    "line" : [
      "Av. Libertad, 1234, Viña del Mar"
    ],
    "city" : "Viña del Mar",
    "_city" : {
      "extension" : [
        {
          "url" : "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/ComunasCl",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "system" : "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSCodComunasCL",
                "code" : "05109",
                "display" : "Viña del Mar"
              }
            ]
          }
        }
      ]
    },
    "district" : "Valparaíso",
    "_district" : {
      "extension" : [
        {
          "url" : "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/ProvinciasCl",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "system" : "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSCodProvinciasCL",
                "code" : "051",
                "display" : "Valparaíso"
              }
            ]
          }
        }
      ]
    },
    "state" : "Valparaíso",
    "_state" : {
      "extension" : [
        {
          "url" : "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/RegionesCl",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "system" : "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSCodRegionCL",
                "code" : "05",
                "display" : "Valparaíso"
              }
            ]
          }
        }
      ]
    },
    "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"
              }
            ]
          }
        }
      ]
    }
  }
}