Reportes de Imágenes Médicas FHIR® - Costa Rica, 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
: Ejemplo de Composition para Reporte Radiológico X-Ray - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Composition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "composition-xray-example"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://hl7.or.cr/fhir/imaging-report/StructureDefinition/cr-composition-imaging-report"^^xsd:anyURI ;
fhir:l <https://hl7.or.cr/fhir/imaging-report/StructureDefinition/cr-composition-imaging-report> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Composition composition-xray-example</b></p><a name=\"composition-xray-example\"> </a><a name=\"hccomposition-xray-example\"> </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-composition-imaging-report.html\">CR Composition - Imaging Report</a></p></div><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 72134-0}\">Informe de eventos de cáncer:{Configuración} :Punto temporal:Tipo:Documento:{Role}</span></p><p><b>date</b>: 2026-01-20 10:30:00-0600</p><p><b>author</b>: Dr. Carlos López Martínez, Radiólogo</p><p><b>title</b>: Radiografía de Tórax - Reporte Diagnóstico</p></div>"^^rdf:XMLLiteral ]
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:type [
( fhir:coding [
a loinc:72134-0 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org> ] ;
fhir:code [ fhir:v "72134-0" ] ] )
] ; #
fhir:subject ( [
fhir:display [ fhir:v "María Rodríguez García" ]
] ) ; #
fhir:date [ fhir:v "2026-01-20T10:30:00-06:00"^^xsd:dateTime] ; #
fhir:author ( [
fhir:display [ fhir:v "Dr. Carlos López Martínez, Radiólogo" ]
] ) ; #
fhir:title [ fhir:v "Radiografía de Tórax - Reporte Diagnóstico"] ; #
fhir:section ( [
fhir:title [ fhir:v "Hallazgos" ] ;
fhir:code [
( fhir:coding [
a loinc:72131-6 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org> ] ;
fhir:code [ fhir:v "72131-6" ] ] ) ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Radiografía de tórax posteroanterior: Pulmones bien expandidos bilateralmente. No hay opacidades localizadas ni consolidaciones. Corazón de tamaño normal. Mediastino dentro de los límites normales. Diafragmas regulares. Sin neumotórax. Hilios pulmonares normales.</p></div>"^^rdf:XMLLiteral ] ]
] [
fhir:title [ fhir:v "Impresión" ] ;
fhir:code [
( fhir:coding [
a loinc:72132-4 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org> ] ;
fhir:code [ fhir:v "72132-4" ] ] ) ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Radiografía de tórax normal sin hallazgos patológicos.</p></div>"^^rdf:XMLLiteral ] ]
] [
fhir:title [ fhir:v "Recomendaciones" ] ;
fhir:code [
( fhir:coding [
a loinc:72133-2 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org> ] ;
fhir:code [ fhir:v "72133-2" ] ] ) ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Seguimiento clínico según criterio médico. No se requieren estudios de imagen adicionales en este momento.</p></div>"^^rdf:XMLLiteral ] ]
] [
fhir:title [ fhir:v "Findings Observations" ] ;
fhir:code [
( fhir:coding [
a loinc:72131-6 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org> ] ;
fhir:code [ fhir:v "72131-6" ] ] ) ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Observations and clinical findings from the imaging study.</p></div>"^^rdf:XMLLiteral ] ] ;
( fhir:entry [
fhir:l fhir:Observation/observation-xray-lung-finding ;
fhir:reference [ fhir:v "Observation/observation-xray-lung-finding" ] ] )
] ) . #