We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently we have 2 fields for diagnosis categories.
"participant_id":"PT_2EH6ZE0H", "diagnosis_category": null, "diagnoses":[ { "diagnosis_category":"Cancer", "mondo_diagnosis": "Leukemia" } ]
This creates inconsistencies in the cohort builder. Example: https://portal.kidsfirstdrc.org/explore?id=61s
First step: Fix the query in the cohort builder Second step: Remove the diagnosis_category field at the participant level at the ETL step
The text was updated successfully, but these errors were encountered:
Minimally,
mapping must be changed (remove diagnosis_category)
The problem seems to be with participants having mondo diagnosis. That must be fixed + (remove filtering in portal UI)
Sorry, something went wrong.
Validé avec Adrian
adipaul1981
evans-g-crsj
No branches or pull requests
Currently we have 2 fields for diagnosis categories.
This creates inconsistencies in the cohort builder. Example: https://portal.kidsfirstdrc.org/explore?id=61s
First step: Fix the query in the cohort builder
Second step: Remove the diagnosis_category field at the participant level at the ETL step
The text was updated successfully, but these errors were encountered: