Patient flow progress API: Added new API whose functionality is a superset of Data retrieval status API, which is now deprecated. New functionality includes getting both the user's consent status and retrieval in one API call, permitting calling the API with an organization API token, and returning in-progress retrievals.
Patient Nudge Guide: Added an integration guide describing how to "nudge" patients to finish flows they start but don't finish. Discusses using either HealthEx's own managed functionality or doing it yourself.
Data retrieval status API: Added AUTHENTICATION_EXPIRED and AUTHENTICATION_NEEDED_NEW_FACILITY location status values. Locations that require patient re-authentication no longer appear as NOT_STARTED; use the new values to distinguish expired connections from newly added facilities.
$updateData response: Added optional facilities array (per-facility retrieval status, same shape as data retrieval status). Omitted when empty. On authentication failures, lists prior-batch facility state with failed connections marked AUTHENTICATION_EXPIRED.