HL7 FHIR Costa Rica - Core
0.0.1-ballot - ci-build
HL7 FHIR Costa Rica - Core, published by Iniciativa HL7 Costa Rica. This guide is not an authorized publication; it is the continuous build for version 0.0.1-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-cr/core/ and changes regularly. See the Directory of published versions
| Page standards status: Informative |
{
"resourceType" : "Organization",
"id" : "CROrganizationCCSS",
"meta" : {
"profile" : [
🔗 "https://hl7.or.cr/fhir/core/StructureDefinition/cr-core-organization"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization CROrganizationCCSS</b></p><a name=\"CROrganizationCCSS\"> </a><a name=\"hcCROrganizationCCSS\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-cr-core-organization.html\">Organización</a></p></div><p><b>identifier</b>: Cédula Jurídica/3-002-345678\u00a0(use:\u00a0official,\u00a0)</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{https://hl7.or.cr/fhir/terminology/CodeSystem/organization-type clinica-t4}\">Clínica Pública Tipo 4</span></p><p><b>name</b>: Caja Costarricense de Seguro Social</p><p><b>alias</b>: CCSS, Seguro Social, Institución Pública</p><p><b>description</b>: </p><div><p>Institución estatal costarricense encargada del aseguramiento en salud y pensiones. Brinda atención integral de salud a través de una red de hospitales públicos, EBAIS, clínicas y centros especializados a nivel nacional.</p>\n</div><h3>Contacts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Telecom</b></td></tr><tr><td style=\"display: none\">*</td><td>José Rodríguez </td><td><a href=\"tel:+50622501234\">+506 2250 1234</a>, <a href=\"mailto:jose.rodriguez@ccss.sa.cr\">jose.rodriguez@ccss.sa.cr</a></td></tr></table></div>"
},
"identifier" : [
{
"use" : "official",
"type" : {
"coding" : [
{
"system" : "https://hl7.or.cr/fhir/terminology/CodeSystem/organization-identifier-type",
"code" : "cedula-juridica",
"display" : "Cédula Jurídica"
}
]
},
"system" : "https://hl7.or.cr/fhir/terminology/NamingSystem/cr-organization-id",
"value" : "3-002-345678"
}
],
"active" : true,
"type" : [
{
"coding" : [
{
"system" : "https://hl7.or.cr/fhir/terminology/CodeSystem/organization-type",
"code" : "clinica-t4",
"display" : "Clínica Pública Tipo 4"
}
]
}
],
"name" : "Caja Costarricense de Seguro Social",
"alias" : [
"CCSS",
"Seguro Social",
"Institución Pública"
],
"description" : "Institución estatal costarricense encargada del aseguramiento en salud y pensiones. Brinda atención integral de salud a través de una red de hospitales públicos, EBAIS, clínicas y centros especializados a nivel nacional.",
"contact" : [
{
"name" : [
{
"family" : "Rodríguez",
"given" : [
"José"
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "+506 2250 1234"
},
{
"system" : "email",
"value" : "jose.rodriguez@ccss.sa.cr"
}
]
}
]
}