NIH-NCPI / ncpi-model-forge

🔥 The Project Forge FHIR model
Apache License 2.0
4 stars 5 forks source link

Representing participants across studies #37

Open allisonheath opened 3 years ago

allisonheath commented 3 years ago

Requester information

Please provide the following information:

One of the initial thoughts is that in the research context "Patient" we should really represent as a "Person" that belongs to multiple research studies. However, after re-examining some of the use cases and discussions with @RobertJCarroll it may make more sense to make a similar analogy to how Patients visit different clinical systems and have different MRNs/registration/etc. FHIR has provided a mechanism to link these Patients. In this context, there would be a "Patient" created for each instance of a participant with in a research study. Of note is the "distributed system" aspects:

In a distributed architecture, multiple systems keep separate patient records concerning the same patient. These records are not considered duplicates, but contain a distributed, potentially overlapping view of the patient's data. Each such record may have its own focus or maintaining organization and there need not be a sense of one record being more complete or more authoritative than another. In such cases, links of type 'see also' can be used to point to other patient records. It is not a requirement that such links are bilateral.

This may also make downstream authentication and authorization easier as we can partition out the Patient data based on the study/consent governance under which it was acquired. If we go this route we should probably have guidelines on the right times to create links, if they should be bi-directional and probably a few other things I'm missing!