FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.cl.clips
Resource TypeOrganization
IdOrganization-Organization-CL-Ejemplo.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Organization Organization-CL-Ejemplo

Profile: Organización

identifier: https://datos.gob.cl/dataset/establecimientos-de-salud-vigentes/resource/2c44d782-3365-44e3-aefb-2c8b8363a1bc/106302

name: Centro de Salud Familiar Barón

alias: CESFAM Barón

telecom: ph: 800500520(Work)

address: Calle 2370 Barros Luco Valparaíso Valparaíso Chile


Source1

{
  "resourceType": "Organization",
  "id": "Organization-CL-Ejemplo",
  "meta": {
    "profile": [
      "https://hl7chile.cl/fhir/ig/clips/StructureDefinition/Organizacion-cl-ips"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://datos.gob.cl/dataset/establecimientos-de-salud-vigentes/resource/2c44d782-3365-44e3-aefb-2c8b8363a1bc",
      "value": "106302"
    }
  ],
  "name": "Centro de Salud Familiar Barón",
  "alias": [
    "CESFAM Barón"
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "800500520",
      "use": "work"
    }
  ],
  "address": [
    {
      "line": [
        "Calle 2370 Barros Luco"
      ],
      "city": "Valparaíso",
      "_city": {
        "extension": [
          {
            "url": "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/ComunasCl",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSCodComunasCL",
                  "code": "05101",
                  "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": "urn:iso:std:iso:3166",
                  "code": "152",
                  "display": "Chile"
                }
              ]
            }
          }
        ]
      }
    }
  ]
}