Get Coverage Snapshot

Beta
Gets a patient along with their coverages at a specific point in time. Note that the date passed in is only used to determine what the filing order was for that patient during that time. The actual data returned will always be the latest version of the patient and coverages.

Authentication

AuthorizationBearer

OAuth authentication of the form <token>.

Path parameters

idstringRequired
The unique identifier for a Patient

Query parameters

datedatetimeOptional

Response

This endpoint returns an object.
patientobject

A patient object with immutable server-owned properties.

primary_coverageobject or null

A coverage object with immutable server-owned properties.

secondary_coverageobject or null

A coverage object with immutable server-owned properties.

tertiary_coverageobject or null

A coverage object with immutable server-owned properties.

Errors