Closed vojtechhuser closed 3 years ago
OHDSI researchers created a package that takes current patients in a study and searches for other similar patients. (learn trial criteria from past patients and suggest other patients)
trial specific software functionality
enhances the use of OMOP CDM in clinical trials datasets
(cohort table is another possible candidate for this info)
Closing - this is addressed in OHDSI/Themis#196
title - see above requester: see the user who posted it Discussion: http://forums.ohdsi.org/t/omop-cdm-and-clinical-trials/2109
This proposal does not add any new table. It only adds a convention.
Representation of trial enrollment using OBSERVATION table link: https://github.com/ohdsi/commondatamodel/wiki/OBSERVATION
Conventions
entering a trial - Enrollement (start) Observation_concept_id: http://www.ohdsi.org/web/atlas/#/concept/41637332 (Patient consented to clinical trial) value_as_string: NCT000035135 (or other ID of the trial)
leaving the trial early (due to a decision of a patient (no longer interested) or researcher (non compliance) (end)
Observation_concept_id:http://www.ohdsi.org/web/atlas/#/concept/4087907 (Patient withdrawn from trial) value_as_string: NCT000035135 (or other ID of the trial)
fully completing the trial (end) Observation_concept_id: http://www.ohdsi.org/web/atlas/#/concept/404828402 Completion of clinical trial value_as_string: NCT000035135 (or other ID of the trial)