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:
[
  "a05b0ce2-de5d-43df-8a89-410a5a7031d7",
  "f7c06a01-1447-4620-8ed4-02a23d80c498"
]

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>a05b0ce2-de5d-43df-8a89-410a5a7031d7</guid>
  <guid>f7c06a01-1447-4620-8ed4-02a23d80c498</guid>
</ArrayOfguid>