Let's say that we have 2 years worth of follow ups for a patient, and their vital status is "Alive"
(a) Is it correct to say that beyond 2 years we do not know if they are alive/dead?
(b) Or does vital_status=Alive
mean that we just don't have formal follow up data for them after 2 years?
From the GDC Data Dictionary:
term | definition | values |
---|---|---|
vital_status | The survival state of the person registered on the protocol. | Enumeration: (Alive, Dead, Unknown, Not Reported) |
days_to_last_follow_up | Time interval from the date of last follow up to the date of initial pathologic diagnosis, represented as a calculated number of days. | One of: (number, null) |
That is the stance I am taking. However, the fact that "Not Reported" is a possible value in the vital_status column made me question my assumptions