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-Organización pagadora - JSON Representation

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "Ejemplo-OrganizacionPagadora",
  "meta" : {
    "profile" : [
      🔗 "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/CoreOrganizacionCl"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization Ejemplo-OrganizacionPagadora</b></p><a name=\"Ejemplo-OrganizacionPagadora\"> </a><a name=\"hcEjemplo-OrganizacionPagadora\"> </a><a name=\"Ejemplo-OrganizacionPagadora-es-CL\"> </a><p><b>active</b>: true</p><p><b>name</b>: Fondo Nacional de Salud - FONASA</p><p><b>address</b>: Calle Enrique Mac-Iver 541 Santiago Metropolitana de Santiago Chile </p></div>"
  },
  "active" : true,
  "name" : "Fondo Nacional de Salud - FONASA",
  "address" : [
    {
      "line" : [
        "Calle Enrique Mac-Iver 541"
      ],
      "city" : "Santiago",
      "_city" : {
        "extension" : [
          {
            "url" : "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/ComunasCl",
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSCodComunasCL",
                  "code" : "13101",
                  "display" : "Santiago Centro"
                }
              ]
            }
          }
        ]
      },
      "district" : "Santiago",
      "_district" : {
        "extension" : [
          {
            "url" : "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/ProvinciasCl",
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSCodProvinciasCL",
                  "code" : "131",
                  "display" : "Santiago"
                }
              ]
            }
          }
        ]
      },
      "state" : "Metropolitana de Santiago",
      "_state" : {
        "extension" : [
          {
            "url" : "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/RegionesCl",
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSCodRegionCL",
                  "code" : "13",
                  "display" : "Metropolitana de Santiago"
                }
              ]
            }
          }
        ]
      },
      "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"
                }
              ]
            }
          }
        ]
      }
    }
  ]
}