Clinical Research
Endpoints for a research organisation delivering studies on its own Medicus instance: listing the studies the organisation holds, and listing the patients currently enrolled in one of them.
These endpoints return study membership, not the participant's record. Once you
have a participant's patientId, read their record through the existing
Transactional API endpoints, using the
same authentication and base URL.
Only currently enrolled participants are returned. A participant who is withdrawn from a study stops being returned from that moment, so a withdrawal in Medicus is what ends their appearance in your integration.
List Research Studies
Returns every research study held by this organisation, open and closed.
List Research Study Participants
Returns the patients currently enrolled in a research study. Participants who have withdrawn or completed the study are not returned, so a withdrawn participant stops appearing as soon as they are withdrawn.