Lithuanian Lung Cancer Implementation Guide
0.0.1 - ci-build
Lithuanian Lung Cancer Implementation Guide, published by Lithuanian Medical Library. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7LT/ig-lt-lung/ and changes regularly. See the Directory of published versions
Dabartiniam puslapiui nėra vertimo puslapio, todėl jis pateiktas numatytąja kalba
The lung cancer screening and early diagnostic workflow is a structured, longitudinal clinical process designed to support the early detection of lung cancer in individuals at increased risk.
The workflow is centred on low-dose computed tomography (LDCT) imaging and combines several stages, including eligibility assessment, structured clinical context collection, imaging acquisition, radiological interpretation, and follow-up planning.
Unlike diagnostic pathways that start from symptoms, the lung cancer screening programme is preventive and cyclical, meaning that participants may undergo repeated screening examinations over time depending on the interpretation of imaging findings.
The workflow integrates multiple healthcare actors, including primary care, radiology services, screening programme coordinators, and specialist services, while ensuring consistent structured data exchange using the HL7 FHIR standard.
The screening process begins with identification of individuals who may be eligible for participation in the lung cancer early diagnosis programme.
Eligibility is determined based on programme criteria such as:
If eligibility criteria are met, the participant is invited to the screening programme and an imaging examination is scheduled.
From a FHIR perspective, this step may involve the creation of a screening request represented as a ServiceRequest resource, together with basic participant context information.
Before imaging is performed, a structured clinical questionnaire is completed to collect information relevant for screening interpretation and follow-up.
This questionnaire captures information such as:
These data provide contextual information for radiological interpretation but do not represent diagnostic conclusions.
In the FHIR model, these elements are typically represented as structured Observation resources linked to the screening encounter. The pre-examination data is captured using the Pre-LDCT Questionnaire, which maps to profiles from the Vital Signs IG (height, weight) and Lifestyle IG (smoking status, tobacco consumption, pack-years).
Eligible participants undergo a low-dose computed tomography (LDCT) examination of the chest.
The imaging procedure is performed by a radiology technologist while the patient is physically present during the encounter.
During this step:
The imaging dataset is represented using the ImagingStudy resource, while the performed imaging procedure itself may be represented using a Procedure resource.
At this stage, the imaging data are purely technical acquisition outputs and do not yet include diagnostic interpretation.
In addition to the imaging data itself, technical metadata related to the examination are recorded.
These include:
Capturing this information supports:
These data elements may be represented as structured Observation resources linked to the imaging procedure.
After image acquisition, the LDCT studies are interpreted by a radiologist.
The radiologist evaluates the images and documents findings in a structured form. These findings may include:
Individual findings are represented as structured Observation resources describing lesion characteristics such as:
The interpretation results are compiled into a structured diagnostic imaging report, represented as a LungReportLtLung (DiagnosticReport) resource that wraps a LungCompositionLtLung (Composition) and aggregates all structured findings. Individual nodule findings are captured using the PulmonaryNoduleObservationLtLung profile, while significant incidental findings are documented using the IncidentalFindingLtLung profile. The LDCT report data is captured in the LDCT Questionnaire.
A central step in the workflow is the classification of imaging findings according to the LUNG-RADS assessment system.
LUNG-RADS categories provide a standardised interpretation of screening findings and determine the recommended next step in the clinical pathway.
Typical outcomes include:
In the FHIR model, the LUNG-RADS category is represented as a LungRadsAssessmentLtLung Observation, while the resulting recommendation is expressed as a LungRecommendationObservationLtLung Observation linked to the assessment.
Based on the radiological assessment and recommendations, appropriate follow-up actions are initiated.
These may include:
The lung cancer screening programme is inherently longitudinal, meaning that individuals may participate in multiple screening cycles over time.
The data model therefore supports:
The lung cancer screening model follows several core modelling principles:
Separation of data acquisition and interpretation
Imaging acquisition, radiological findings, and diagnostic conclusions are represented as distinct information layers.
Explicit representation of focal findings
Lung nodules and other suspicious lesions are captured as structured observations that can be compared across examinations.
Separation of findings and decision logic
Observations describe what is present in the images, while follow-up recommendations represent workflow decisions derived from those observations.
Support for longitudinal screening cycles
The model enables repeated screening examinations and comparison of findings over time.
This workflow representation reflects real clinical practice while supporting standardised data exchange, programme monitoring, and longitudinal patient follow-up within the national lung cancer early diagnosis programme.