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:
[
  "7802ae0a-a31a-497d-b9ef-638ef277f6f0",
  "94599b2e-0c98-4c39-94a0-8d34a5e1da80"
]

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>7802ae0a-a31a-497d-b9ef-638ef277f6f0</guid>
  <guid>94599b2e-0c98-4c39-94a0-8d34a5e1da80</guid>
</ArrayOfguid>