FHIR IG analytics| Package | hl7.fhir.cl.corecl |
| Resource Type | Organization |
| Id | Organization-ORG1.json |
| FHIR Version | R4 |
No resources found
No resources found
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
{
"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"
}
]
}