Skip to content
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

Missing followups #2390

Open
id2359 opened this issue Feb 16, 2023 · 1 comment
Open

Missing followups #2390

id2359 opened this issue Feb 16, 2023 · 1 comment

Comments

@id2359
Copy link
Member

id2359 commented Feb 16, 2023

Problem:
If patients miss a followup and then submit a later one, the sequence number of the followup ( being sequential ) will be lower than what it should be. This means when comparing to other patients with the same sequence number, the comparisons ( of scores) will be with a group of people who have been on treatments and so forth for a shorter period of time in an absolute sense, so if a patient does better over time, the average score will be artificially raised ( or artificially lowered) .

Solution:
My suggestion : we handle by assigning sequence number based on nearest to projected collection dates using a stored schedule. If we don't do this, the scale group average scores will be polluted by values which come from patients who have been on a given treatment , say, longer than the rest of the average set which will artificially raise the average score ( or artifically lower it)

For this we need the schedule stored in the registry metadata.

@id2359 id2359 added this to the 6.6.43 milestone Feb 16, 2023
@id2359 id2359 self-assigned this Feb 16, 2023
@id2359 id2359 modified the milestones: 6.6.43, 6.6.44 Feb 28, 2023
@id2359
Copy link
Member Author

id2359 commented Feb 28, 2023

comment from LM 280223

It is important so depends on workload. Can you let us know how much time you think will be required and we can make a decision about making the change now or leaving it until later.

The scheduled timeframes for CRC are:

Baseline

6months

12 months

2 year (24 months)

3 years (36 months)

4 years (48 months)

5 years (60 months)

6 years (72 months)

7 years (84 years)

8 years (96 months)

9 years (108 months)

10 years (120 months)

How will we handle it though if there is an unscheduled capture of date?

The volume of cases in say breast (300+) would mean that pollution of the averages wouldn’t be so affected but this won’t be so for cancers/sites with a smaller volume.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant