GET api/v1/{practiceId}/clinical/patientdashboards/ids?source={source}
Get list of patientIds which has any clinical data (lifestyle, allergies, conditions, metrics, etc) possible source values (all/timeline/clinical)
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
practiceId | globally unique identifier |
Required |
|
source |
possible types: all, timeline, clinical |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of globally unique identifierResponse Formats
application/json, text/json
Sample:
[ "b8bdd0ee-829d-4ce4-b8e9-b0484e790e97", "367ba85a-0ec0-472e-a472-b198f5e026f8" ]
application/xml, text/xml
Sample:
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <guid>b8bdd0ee-829d-4ce4-b8e9-b0484e790e97</guid> <guid>367ba85a-0ec0-472e-a472-b198f5e026f8</guid> </ArrayOfguid>