FHIR IG analytics| Package | racsel.org |
| Resource Type | Organization |
| Id | Organization-OrganizationHealthCenterExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization OrganizationHealthCenterExample
Profile: LACOrganization
type: Healthcare Provider
name: Centro de Salud Regional Quito
telecom: +593-2-1234567
address: Avenida 10 de Agosto 4200, Quito, Pichincha
{
"resourceType": "Organization",
"id": "OrganizationHealthCenterExample",
"meta": {
"profile": [
"http://racsel.org/StructureDefinition/LACOrganization"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/organization-type",
"code": "prov",
"display": "Healthcare Provider"
}
]
}
],
"name": "Centro de Salud Regional Quito",
"telecom": [
{
"system": "phone",
"value": "+593-2-1234567"
}
],
"address": [
{
"text": "Avenida 10 de Agosto 4200, Quito, Pichincha",
"country": "EC"
}
]
}