kids-first / kf-model-fhir

🔥 FHIR Data Model for Kids First
https://kids-first.github.io/kf-model-fhir/ig/
Apache License 2.0
1 stars 1 forks source link

Register Patients as ResearchSubjects #185

Closed liberaliscomputing closed 4 years ago

liberaliscomputing commented 4 years ago

Our current model doesn't allow to query Patients by ResearchStudy. To make this possible, Patients need to be registered as ResearchSubjects and these ResearchSubjects should point to a ResearchStudy (so that they can be queried via GET /ResearchSubject?study=<ResearchStudy>). The present model binds Patients to Groups and, in turn, these Groups are bound to a ResearchStudy. But, Patients are not queriable by ResearchStudy due to the above reason. The followings are required steps: