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 Observation - Hallazgo Radiológico de Pulmón - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "observation-xray-lung-finding",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation observation-xray-lung-finding</b></p><a name=\"observation-xray-lung-finding\"> </a><a name=\"hcobservation-xray-lung-finding\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 19829001}\">Hallazgo radiológico de pulmones</span></p><p><b>subject</b>: María Rodríguez García</p><p><b>effective</b>: 2026-01-20 09:15:00-0600</p><p><b>issued</b>: 2026-01-20 10:30:00-0600</p><p><b>performer</b>: Dr. Carlos López Martínez</p><p><b>value</b>: <span title=\"Codes:{http://snomed.info/sct 17621005}\">Normal</span></p><p><b>interpretation</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation N}\">Normal</span></p><p><b>note</b>: </p><blockquote><div><p>Pulmones bien expandidos bilateralmente. Hilios pulmonares normales.</p>\n</div></blockquote><p><b>bodySite</b>: <span title=\"Codes:{http://snomed.info/sct 39607008}\">Pulmones</span></p></div>"
  },
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "19829001"
      }
    ],
    "text" : "Hallazgo radiológico de pulmones"
  },
  "subject" : {
    "display" : "María Rodríguez García"
  },
  "effectiveDateTime" : "2026-01-20T09:15:00-06:00",
  "issued" : "2026-01-20T10:30:00-06:00",
  "performer" : [
    {
      "display" : "Dr. Carlos López Martínez"
    }
  ],
  "valueCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "17621005"
      }
    ],
    "text" : "Normal"
  },
  "interpretation" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "code" : "N"
        }
      ]
    }
  ],
  "note" : [
    {
      "text" : "Pulmones bien expandidos bilateralmente. Hilios pulmonares normales."
    }
  ],
  "bodySite" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "39607008"
      }
    ],
    "text" : "Pulmones"
  }
}