Check whether a patient is identified
GET/telehealth/patients/:patientReferenceId/identity
Reports whether the patient can satisfy the create-time identity gate: identified is true when the patient was doctor-verified before (verified, carried forward) or has at least one uploaded ID document. documents lists each document and whether its upload has landed. Use this to pre-check before POST /telehealth/consultations.
Request
Responses
- 200
- 401
- 403
- 500
Successful response
Missing or invalid API key.
The provider exists but is not active.
An unexpected error occurred. payload.id is a correlation id for support.