Guías de Implementación HL7 FHIR: CR Core
0.1.1-draft - ci-build
Guías de Implementación HL7 FHIR: CR Core, published by Ministerio de Salud de Costa Rica. This guide is not an authorized publication; it is the continuous build for version 0.1.1-draft built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HIE-cr/core-ig/ and changes regularly. See the Directory of published versions
Page standards status: Informative |
{
"resourceType" : "Organization",
"id" : "Organizacion-CCSS-01",
"meta" : {
"profile" : [
🔗 "https://ministeriodesalud.go.cr/fhir/core/StructureDefinition/organization-cr-core"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization Organizacion-CCSS-01</b></p><a name=\"Organizacion-CCSS-01\"> </a><a name=\"hcOrganizacion-CCSS-01\"> </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-organization-cr-core.html\">Organizaciones</a></p></div><p><b>Tipo de Servicios de salud</b>: <span title=\"Codes:{https://ministeriodesalud.go.cr/fhir/core/CodeSystem/organization-activity-code 8601.0.00}\">Actividades de hospitales</span></p><p><b>identifier</b>: Cédula Jurídica/4000042147\u00a0(use:\u00a0official,\u00a0)</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{https://ministeriodesalud.go.cr/fhir/core/CodeSystem/organization-type-code prestadora-servicios-salud}\">Prestadora de Servicios de Salud</span></p><p><b>name</b>: Caja Costarricense de Seguro Social</p><p><b>alias</b>: CCSS</p><h3>Contacts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Purpose</b></td><td><b>Name</b></td><td><b>Telecom</b></td><td><b>Address</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/contactentity-type ADMIN}\">Administración</span></td><td>Iván González(Official)</td><td><a href=\"tel:+50625230000\">+506 2523 0000</a>, <a href=\"mailto:info@ccss.sa.cr\">info@ccss.sa.cr</a></td><td>San José, Costa Rica(work)</td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/contactentity-type BILL}\">Facturación</span></td><td>Lucía Alfaro(Official)</td><td><a href=\"tel:+50625230000\">+506 2523 0000</a>, <a href=\"mailto:facturacion@ccss.sa.cr\">facturacion@ccss.sa.cr</a></td><td>San José, Costa Rica(work)</td></tr></table></div>"
},
"extension" : [
{
"url" : "https://ministeriodesalud.go.cr/fhir/core/StructureDefinition/organization-service-type",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://ministeriodesalud.go.cr/fhir/core/CodeSystem/organization-activity-code",
"code" : "8601.0.00"
}
]
}
}
],
"identifier" : [
{
"use" : "official",
"type" : {
"coding" : [
{
"system" : "https://ministeriodesalud.go.cr/fhir/core/CodeSystem/identification-domain",
"code" : "JURIDICA",
"display" : "Cédula Jurídica"
}
]
},
"system" : "https://hie.cr/mpi",
"value" : "4000042147"
}
],
"active" : true,
"type" : [
{
"coding" : [
{
"system" : "https://ministeriodesalud.go.cr/fhir/core/CodeSystem/organization-type-code",
"code" : "prestadora-servicios-salud"
}
]
}
],
"name" : "Caja Costarricense de Seguro Social",
"alias" : [
"CCSS"
],
"contact" : [
{
"purpose" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/contactentity-type",
"code" : "ADMIN"
}
],
"text" : "Administración"
},
"name" : [
{
"use" : "official",
"text" : "Iván González",
"family" : "González",
"given" : [
"Iván"
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "+506 2523 0000",
"use" : "work"
},
{
"system" : "email",
"value" : "info@ccss.sa.cr",
"use" : "work"
}
],
"address" : {
"use" : "work",
"type" : "both",
"text" : "San José, Costa Rica",
"line" : [
"San José, Costa Rica"
],
"city" : "San José"
}
},
{
"purpose" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/contactentity-type",
"code" : "BILL"
}
],
"text" : "Facturación"
},
"name" : [
{
"use" : "official",
"text" : "Lucía Alfaro",
"family" : "Alfaro",
"given" : [
"Lucía"
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "+506 2523 0000",
"use" : "work"
},
{
"system" : "email",
"value" : "facturacion@ccss.sa.cr",
"use" : "work"
}
],
"address" : {
"use" : "work",
"type" : "both",
"text" : "San José, Costa Rica",
"line" : [
"San José, Costa Rica"
],
"city" : "San José"
}
}
]
}