HL7 FHIR Costa Rica - Reportes de Imágenes Médicas
0.0.1-draft - ci-build Costa Rica flag

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

: Ejemplo de Composition para Reporte Radiológico X-Ray - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Composition",
  "id" : "composition-xray-example",
  "meta" : {
    "profile" : [
      🔗 "https://hl7.or.cr/fhir/imaging-report/StructureDefinition/cr-composition-imaging-report"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "status" : "final",
  "type" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "72134-0"
      }
    ]
  },
  "subject" : [
    {
      "display" : "María Rodríguez García"
    }
  ],
  "date" : "2026-01-20T10:30:00-06:00",
  "author" : [
    {
      "display" : "Dr. Carlos López Martínez, Radiólogo"
    }
  ],
  "title" : "Radiografía de Tórax - Reporte Diagnóstico",
  "section" : [
    {
      "title" : "Hallazgos",
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "72131-6"
          }
        ]
      },
      "text" : {
        "status" : "generated",
        "div" : "<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>"
      }
    },
    {
      "title" : "Impresión",
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "72132-4"
          }
        ]
      },
      "text" : {
        "status" : "generated",
        "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Radiografía de tórax normal sin hallazgos patológicos.</p></div>"
      }
    },
    {
      "title" : "Recomendaciones",
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "72133-2"
          }
        ]
      },
      "text" : {
        "status" : "generated",
        "div" : "<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>"
      }
    },
    {
      "title" : "Findings Observations",
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "72131-6"
          }
        ]
      },
      "text" : {
        "status" : "generated",
        "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Observations and clinical findings from the imaging study.</p></div>"
      },
      "entry" : [
        {
          🔗 "reference" : "Observation/observation-xray-lung-finding"
        }
      ]
    }
  ]
}