Skip to main content
GET
cURL
Updated:
  • Diagnosis output now includes HCC codes alongside ICD10, IMO, and SNOMED.
  • You now get Medication orders in the structured data output for an ambient session.
Use this endpoint to get the cumulative associated with the specified .

Diagnosis codes in structured data

When Problem-Based Charting (PBC) is enabled, each diagnosis in structured_data.diagnoses.values can include multiple codes in the codes array: HCC entries use description in the format CMS-HCC model category <code> (for example, CMS-HCC model category 65). HCC codes are returned in structured data output only. Do not send them in session context.
  • If an ICD-10-CM HCC diagnosis code does not map to an HCC model category, Suki looks for general HCC codes that match the diagnosis description. If no match is found, the diagnosis is returned without an HCC code.
  • For how ICD-10 and HCC codes differ and how Suki returns them, refer to Diagnosis codes FAQs.

Code examples

Authorizations

sdp_suki_token
string
header
required

Suki access token (suki_token) from Login or Register. Expires after one hour.

Headers

sdp_provider_id
string

Optional for standard partners.

Required for:

  • Bearer authentication. Use the same provider_id returned by the Login or Register API.
  • Single Auth Token authentication. Include the same provider_id on every request as sdp_provider_id.
Example:

"provider-123"

Path Parameters

ambient_session_id
string
required

UUID for the ambient session. Use the ambient_session_id returned from Create Ambient Session, or the UUID you supplied in that request.

Response

Request succeeded.

Response body for the /session/{ambient_session_id}/structured-data endpoint

structured_data
object
Last modified on July 23, 2026