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

FHIR IG analytics

Packagelt.hl7.fhir.lung
Resource TypeObservation
IdObservation-observation-lung-rads-4as-example.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


English


Generated Narrative: Observation observation-lung-rads-4as-example

Language: en

Profile: LUNG-RADS Assessment (LT Lung)

status: Final

code: Lung Imaging Reporting and Data System category

subject: Jonas Pavardenis Male, DoB: 1990-01-01 ( https://hl7.lt/fhir/sid/lt-patient-pid#39001010001)

effective: 2025-09-22 10:45:00+0000

performer: Practitioner Petras Gydytojaitis

value: Category 4A – Suspicious

note:

Suspicious pulmonary lesion detected. Significant incidental extrapulmonary finding also present; overall assessment expressed as 4AS.

method: LUNG-RADS v2022

Components

-CodeValue[x]
*Revision valueModifier S – Significant incidental finding

Lithuanian


Generated Narrative: Observation observation-lung-rads-4as-example

Language: en

Profile: LUNG-RADS Assessment (LT Lung)

status: Final

code: Lung Imaging Reporting and Data System category

subject: Jonas Pavardenis Male, DoB: 1990-01-01 ( https://hl7.lt/fhir/sid/lt-patient-pid#39001010001)

effective: 2025-09-22 10:45:00+0000

performer: Practitioner Petras Gydytojaitis

value: Category 4A – Suspicious

note:

Suspicious pulmonary lesion detected. Significant incidental extrapulmonary finding also present; overall assessment expressed as 4AS.

method: LUNG-RADS v2022

Components

-CodeValue[x]
*Revision valueModifier S – Significant incidental finding

Source1

{
  "resourceType": "Observation",
  "id": "observation-lung-rads-4as-example",
  "meta": {
    "profile": [
      "https://hl7.lt/fhir/lung/StructureDefinition/lung-rads-assessment-lt-lung"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "1362105002",
        "display": "Lung Imaging Reporting and Data System category"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example-patient-male"
  },
  "effectiveDateTime": "2025-09-22T10:45:00Z",
  "performer": [
    {
      "reference": "Practitioner/example-practitioner"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "https://tx.hl7.lt/fhir/CodeSystem/lung-rads-category",
        "code": "4A",
        "display": "Category 4A – Suspicious"
      }
    ]
  },
  "note": [
    {
      "text": "Suspicious pulmonary lesion detected. Significant incidental extrapulmonary finding also present; overall assessment expressed as 4AS."
    }
  ],
  "method": {
    "text": "LUNG-RADS v2022"
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "246513007",
            "display": "Revision value"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://tx.hl7.lt/fhir/CodeSystem/lung-rads-modifier",
            "code": "S",
            "display": "Modifier S – Significant incidental finding"
          }
        ]
      }
    }
  ]
}