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

FHIR IG analytics

Packagehl7.fhir.cl.corecl
Resource TypeOrganization
IdOrganization-ORG1.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

Resource Organization "ORG1"

Profile: CL Organización

identifier: id: 1233

active: true

name: Centro de Salud Familiar Rio Bueno de Linares

alias: Rio Bueno CESFAM

telecom: ph: 45325775(WORK)

address: Calle Central 33 07401 07 152


Source1

{
  "resourceType": "Organization",
  "id": "ORG1",
  "meta": {
    "profile": [
      "https://hl7chile.cl/fhir/ig/CoreCL/StructureDefinition/CoreOrganizacionCl"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://minsal.cl/deis/codigodeis",
      "value": "1233"
    }
  ],
  "active": true,
  "name": "Centro de Salud Familiar Rio Bueno de Linares",
  "alias": [
    "Rio Bueno CESFAM"
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "45325775",
      "use": "work"
    }
  ],
  "address": [
    {
      "line": [
        "Calle Central 33"
      ],
      "city": "07401",
      "district": "074",
      "state": "07",
      "country": "152"
    }
  ]
}