FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.cr.imaging-report
Resource TypeObservation
IdObservation-observation-xray-lung-finding.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Observation observation-xray-lung-finding

status: Final

code: Hallazgo radiológico de pulmones

subject: María Rodríguez García

effective: 2026-01-20 09:15:00-0600

issued: 2026-01-20 10:30:00-0600

performer: Dr. Carlos López Martínez

value: Normal

interpretation: Normal

note:

Pulmones bien expandidos bilateralmente. Hilios pulmonares normales.

bodySite: Pulmones


Source1

{
  "resourceType": "Observation",
  "id": "observation-xray-lung-finding",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
  }
}