getPatientFlowProgress
Returns consent status and retrieval progress for a patient within a project.
Organization tokens must supply exactly one of externalId, referenceId, or patientId to identify the patient. Patient tokens are identified by the token itself and do not require an identifier query parameter.
If the patient is identified on the project by externalId or referenceId but has not yet created a HealthEx account, returns consentStatus: NOT_CONSENTED and retrieval: null.
| Path Parameters |
|---|
projectId string — REQUIREDHealthEx project (study) id |
| Query Parameters |
|---|
completedRetrievalsOnly booleanWhen true, only returns a retrieval if it is fully complete. Defaults to false. |
patientId stringHealthEx patient ID |
referenceId stringHealthEx patient reference ID |
externalId stringPartner-assigned external patient identifier |
| Responses | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
200Patient flow progress
|