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

NameDescriptionTypeAdditional 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 identifier

Response Formats

application/json, text/json

Sample:
[
  "d4a5c9c4-acbc-4935-9594-ac79e7f62fed",
  "1bbd4f7f-9aad-45e6-8903-d4c036388c4d"
]

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>d4a5c9c4-acbc-4935-9594-ac79e7f62fed</guid>
  <guid>1bbd4f7f-9aad-45e6-8903-d4c036388c4d</guid>
</ArrayOfguid>