Stream: Cancer Interoperability
Topic: Modeling a tumor, BodyStructure
Travis Stenerson (Jun 29 2017 at 22:19):
Some discussion exists here.
I have a modelling question for the group. Which way should the reference work here. Cancer to tumor (as is possible with body-structure extension), or tumor to cancer (no official extension for it).
My initial thoughts were that condition -> body structure makes more sense, body site being a field in Condition, and neatly packaging all the cancer details in the Condition resource. My trouble is that bodySite is 0..* whereas extension:body-structure is 0..1. Maybe I am mistaken, but can you extend a resource multiple times with the same extension? And if so, what do you slice it with? In this case, how could one associate two tumors to a Cancer condition (ie multiple pulm nodules in NSCLC).
Or should the tumor be referencing the Condition? Tumor is partOf cancer, kind of the relational database FK approach to a 1:M relationship. Any thoughts on this? Thanks.
Travis Stenerson (Jul 03 2017 at 17:52):
Edit: You can allow for multicardinality of body-structure. I was mistaken. Still, I'd love to hear opinions on the question of the direction of the tumor-cancer reference.
Alex Goel (Jul 04 2017 at 15:17):
@Travis Stenerson I think that it would be good to ask some clinicians how they reference tumors when they report, and then try to build it that way, but it sounds like the easiest way to express this relationship is Cancer to Tumor given the way the body-structure extension works currently
I think it could also be a problem for use cases where the patient is being screened for cancer and the patient is determined not to have cancer, but has follow-ups scheduled to monitor whether a cancer develops or not
Richard Esmond (Jul 07 2017 at 12:55):
I am going to attempt to 'channel' conversations that I am only loosely familiar with, but my understanding is that an abnormality that might eventually be determined to be a malignant tumor through biopsy and pathology will have likely be described as a mass, lesion, nodule (etc) throughout its pre-diagnoses life cycle. Initially it might have even been described as a lump during a physical exam.
The reason that I bring this up is that I'm hoping to build a model where post-diagnosis and pre-diagnosis records will have a computable relationship to each other.
If each of these characterizations are viewed as a attributes of an 'identifiable abnormality', which has several known possible trajectories, then it becomes easier for software and analytic processes to track the 'thing', which might ultimately be confirmed to be a malignant tumor.
Consider the potential 'reporting' life-cycle of something that is eventually determined to be a 'malignant tumor':
- Lump - discovered during a physical exam
- Lesion - during a routine Mammo
- Mass - during a fallow-up MRI / Ultrasound
- Target-site - for the ultrasound guided needle-biopsy
- Specimen- for the pathology analysis
- Malignant tumor - when it's referred to an oncologist
My hope is that each of these documentation events are based on the inherent understanding that there is a specific physical 'thing' that is being documented from different perspectives, and at different points-in-time, as having characteristics, which may change.
From a human perspective it would seem relatively easy for software to understand that the 5mm Mass reported today is actually the 3mm lesion reported a year ago - only bigger, but in reality that is only practical if the underlying architecture of the documentation strategy targets this capability.
Stefan Lang (Jul 07 2017 at 16:39):
The wording may vary, like. "Lesion" is not bound to mammography.
That's especially true when looking into the world of clinicians, which include not only oncologicst but also surgeons, radiotherapists, gynecologists, urologists etc pp.
But as you say, at every stage of diagnostics there is a "thing" at a certain location and with certain properties.
The properties vary, e.g. you have two dimensions with a simple mammography, three dimensions with more complex imaging methods and morphology (i.e. cell types) only where a pathologist is involved.
On the other hand, the size of biopsy material (the pathologist's specimen) is of low interest, since this is pure diagnostics.
Stefan Lang (Jul 07 2017 at 16:45):
Next thing is something more abstract: at some point in time somebody (typically the clinician responsible for the patient) concludes: "We found 'things' in the patient's breast, in the axillary lymph nodes and in the liver, the biopsy of the breast showed malign cells of some type, so: yes, this is a breast cancer, already spreaded through the lymph nodes and with a liver metastasis."
Stefan Lang (Jul 07 2017 at 16:49):
In FHIR terms (and from my point of view) this makes the difference between procedures and related observations (mammography, biopsy, pathological information) on the one side and a condition ("Patient has breast cancer C50.3L, 8000/3, pT2 pN1(sn) cM1") on the other side.
Stefan Lang (Jul 07 2017 at 16:53):
Note: the combination of several tumors at different locations in the body results in a single (main) cancer diagnosis.
Stefan Lang (Jul 07 2017 at 16:55):
Note also: there are systemic / non-solid "locationless" tumors (like leukemia) - but there is a location code for that in ICD-O.
And there may be tumors you know to exist, but you can't find them, like a prostate cancer with PSA-only recurrence.
Last updated: Apr 12 2022 at 19:14 UTC