Follow-up Summary
Follow-up Summary
Synopsis
This data exploration query returns data about all follow-up relations that were extracted for further analysis or review.
Processing Requirements
This query assumes that at least the following emtellipro-db-client processing options were enabled:
--feature followup-relations--store-sections-and-sentences
For this query, Radiology imaging studies were processed with the following document type:
--category Radiology--subcategory CT
Clinical Context
Follow-up recommendations are common in medical reports, particularly in diagnostic reports. A common scenario would be in patients receiving CT scans of the thorax, small lung nodules are not infrequently incidentally discovered. While many of these nodules are benign and do not grow, a small number of these nodules will be early malignancies. For this reason, radiologists use clinical guidelines such as the Fleischner Society Guidelines to qualify if and when a patient should have a follow-up examination to re-evaluate the lung nodule in question for interval growth.
An example sentence whereby a radiologist may indicate a follow-up is required would be, “Small pulmonary nodule in the right lower lobe for which a CT scan of the chest should be performed in 6 months”. In this case, the NLP API would identify that a follow-up relation exists, and that a 169069000 |Computed tomography of chest (procedure)| should be performed in 6-months because of the presence of a 427359005 |Solitary nodule of lung (finding)|.
The query below identifies these follow-up relations, and returns the reason, timeframe, and pathology for which the follow-up should be performed.
SQL query
PostgreSQL
Microsoft SQL Server
Snowflake
Next steps
You may want to assess the frequency distribution of reasons provided or procedures recommended. For more query examples, see Query: Frequency of reasons for follow-up recommendations. You can also limit the follow-up relations that are returned to only those found in a specific section; for example, from Radiology reports, you may only need to review follow-up recommendations from the IMPRESSIONS section.

