Troubled by patients missing from Patient List #463
artgoldberg
started this conversation in
General
Replies: 1 comment 2 replies
-
Hi @artgoldberg, Is it possible that any of the patients have the same patient ids? (ie, a collision) Also, can you confirm that every patient id in |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Folks
While testing deployment of a new clinical domain (procedures) I repeatedly encounter the "The Leaf server returned demographic data for less patients than were included in the original cohort. This usually indicates that demographic data are missing for these patients." warning message.
Comparing output of
sqlcmd
and Leaf executions of the same query, I find the additional patients found bysqlcmd
equals the count of missing patients in the Patient List warning about dropped patients.
But I don't understand the justification for dropping any patients. In our case the Patient List includes patient ids, which our users will want to have, independent of whether any other data is available for the patients.
This seems very important to me.
Example list of 2 patients is attached.
Arthur
test_1_leaf_cohort_1634655590941_demographics.csv
Beta Was this translation helpful? Give feedback.
All reactions