Fetches the summary for a given subject. Throws a Forbidden error if the summary feature is disabled for the project.
Security
bearer
GET
curl -i -X GET \
'https://partner.xcures.com/api/v1/patient-registry/summary/subject/{subjectId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'ProjectId: e6b01018-a333-4732-917e-fe38e91b0fdf'An overview or summary of the subject.
Example:"This is a summary of the subject's details."
Response
{ "overview": "This is a summary of the subject's details.", "referencedDocuments": [ { … }, { … } ] }