HL7 FHIR Costa Rica - Reportes de Imágenes Médicas
0.0.1-draft - ci-build
HL7 FHIR Costa Rica - Reportes de Imágenes Médicas, published by Iniciativa HL7 Costa Rica. This guide is not an authorized publication; it is the continuous build for version 0.0.1-draft built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-cr/imaging-report/ and changes regularly. See the Directory of published versions
| Page standards status: Informative |
Esta guía de Reportes de Imágenes Médicas soporta el sellado digital de documentos clínicos (Bundles de tipo "document") utilizando GAUDÍ, el sistema oficial de sellado de tiempo del Banco Central de Costa Rica.
Solo Bundles de tipo "document" pueden ser sellados con GAUDÍ:
{
"resourceType": "Bundle",
"type": "document", ← Único tipo soportado para sellado
"composition": { "reference": "Composition/..." },
"timestamp": "2026-01-20T10:30:00-06:00",
"entry": [ ... recursos de imagen médica ... ],
"signature": {
"when": "2026-01-20T10:35:00Z",
"who": { "reference": "Organization/radiologia" },
"data": "[sello GAUDÍ en base64]"
}
}
GAUDÍ proporciona:
Para obtener detalles completos sobre:
Consultar la Guía Core de Costa Rica - Sección GAUDÍ que incluye documentación exhaustiva sobre sellado digital de documentos.
{
"resourceType": "Bundle",
"type": "document",
"identifier": {
"system": "urn:ietf:rfc:3986",
"value": "urn:uuid:3e4130b9-e5ed-4b90-80c8-4b12f5d7f5f5"
},
"timestamp": "2026-01-20T10:30:00-06:00",
"entry": [
{
"fullUrl": "urn:uuid:composition-001",
"resource": {
"resourceType": "Composition",
"type": { "coding": [...] },
"title": "Resultados de Laboratorio",
"date": "2026-01-20",
"author": [ { "reference": "Organization/..." } ],
"subject": { "reference": "Patient/..." },
"section": [ { "entry": [...] } ]
}
},
{ "fullUrl": "urn:uuid:patient-001", "resource": { ... } },
{ "fullUrl": "urn:uuid:organization-lab-001", "resource": { ... } },
{ "fullUrl": "urn:uuid:observation-001", "resource": { ... } }
]
}
El sello GAUDÍ se añade después, cuando el documento está completo y listo para transmisión.
Para consultas técnicas sobre implementación: