Search for condition clinical concepts associated with a specific subject. Supports filtering by search term, date range, code, and code system. Results are paginated.
Security
bearer
GET
curl -i -X GET \
'https://partner.xcures.com/api/v1/patient-registry/clinical-concepts/condition?pageNumber=1&pageSize=50&sortField=date&sortIsDescending=false&subjectId=123e4567-e89b-12d3-a456-426614174000&dateStart=2025-01-01&dateEnd=2025-12-31&searchTerm=aspirin&searchTermMode=lexical&code=E11.9&codeSystem=http%3A%2F%2Fhl7.org%2Ffhir%2Fsid%2Ficd-10' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'ProjectId: e6b01018-a333-4732-917e-fe38e91b0fdf'Response
{ "pageNumber": 1, "pageSize": 50, "sortField": "created", "sortIsDescending": false, "totalCount": 0, "results": [ {} ] }