-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Representation of vital status and date of vital status from NAACCR #110
Comments
Per the discussion on 10/31, @rimusia will work on this as a modeling task. There were some discussions around whether we want to use NAACCR data (Death, survival date etc) to enhance our OMOP (observation end period etc). The group was leaning towards doing that as a secondary ETL if this enhancement was needed to obtain this additional information. |
I believe we should do this in the main NAACCR ETL. Not a secondary ETL. A little background on how NAACCR encodes last followup date and death date. There are two relevant NAACCR fields
If 'VITAL STATUS'=0, then the date in 'DATE OF LAST CONTACT' is the patient's death date. I recommend the following: If 'VITAL STATUS'=0, then the NAACCR ETL code should update the 'death_datetime' in the 'PERSON' table with the value in 'DATE OF LAST CONTACT'. if death_datetime is NULL. If 'VITAL STATUS'=1, then the NAACCR ETL code should update for the person the 'observation_period_end_date' in the 'OBSERVATION_PERIOD' table if 'observation_period_end_date' is before the 'DATE OF LAST CONTACT'. A couple of points:
|
My $0.02: As you know, my affinity to the NAACCR ETL is low, since I don't have the data, and neither have most data owners in the world. But still, support what you are doing. And yes, death should be dealt with according to OMOP standards. But last contact: Wouldn't that be a visit? |
For last contact, I am OK with creating a visit, and was actually going to propose that possibly. However, not sure it technically falls into that definition of visit. These last contact dates are often done via telephone calls from a tumor registrar to the patient's home. But if we think it can fit into VISIT_OCCURRENCE, I am all for it. Many research/registry patients will have survival verified outside the formal healthcare setting, so this is an issue that should be probably agreed upon by the community outside of Oncology.
|
I see. Makes sense. |
@sratwani why is it moved to Done? |
There was no vocabulary work. Just modelling work. Remember, this is Vocabulary and Modelling Workgroup. The workgroup made a modelling decision where and how these NAACCR data points would fit into the CDM. This decision required no vocabulary additions. Now there is a task for the Development Workgroup to implement the modelling decision. Make sense? |
Closing as this has a Development issue . |
Proposal: Observation period is derived from vital status: diagnosis date – start/ death date – end
The text was updated successfully, but these errors were encountered: