Resolves a view to it's EncounterSummaries

Beta
Resolves a dynamic view to the EncounterSummaries currently present in this view. Body parameters can include sorting controls.

Authentication

AuthorizationBearer

OAuth authentication of the form <token>.

Path parameters

claim_dynamic_view_idUUIDRequired

Request

This endpoint expects an object.
filtersobjectOptional

Structured filter for searching encounter summaries. Each field accepts an operator-tagged filter object. Omit a field to not filter on it. All specified filters are combined with AND.

limitintegerOptional
Defaults to 100
page_tokenstringOptional
sortlist of objectsOptional

Sort criteria applied in order. Defaults to created_at descending.

Response

This endpoint returns an object.
itemslist of objects
next_page_tokenstringOptional
prev_page_tokenstringOptional

Errors

404
Entity Not Found Error
422
Unprocessable Entity Error