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

Assume all images are COVID positive? #4

Open
ieee8023 opened this issue May 24, 2020 · 1 comment
Open

Assume all images are COVID positive? #4

ieee8023 opened this issue May 24, 2020 · 1 comment
Assignees

Comments

@ieee8023
Copy link

If the patient is not admitted yet (positive admission offset) should we assume they are COVID positive? Possibly just not testing positive at the moment?

@liob
Copy link
Contributor

liob commented May 25, 2020

This is an interesting question. Our strategy is to represent the data as faithfully as possible. We thought about different representations:

  • binary: COVID yes / no
  • three states: COVID no / likely / yes

However, in the end, we decided against such a representation and opted for the admission offset. The idea was to let the data analyst decide which representation best fits for their specific research hypothesis. Unfortunately, this puts you in the position to define criteria.

If I had to decide, I would declare:

  • negative: admission > +14
  • positive: admission < +7
  • unknown: admission <= +14 & admission >= +7

We are currently working on making the first positive test date available as an offset. Would this help you in this regard?

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

No branches or pull requests

3 participants