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 encounter.
Use this endpoint to get the 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 ICD10, IMO, SNOMED (when available), and HCC codes in the codes array. HCC values are derived from the ICD-10-CM code using the CMS-HCC V28 model. The description for HCC entries uses the format CMS-HCC model category <code>. HCC codes are returned in structured data output only. Do not send them in session context. For a comparison of ICD-10 and HCC codes 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

encounter_id
string
required

UUID for the patient encounter (visit). Use the encounter_id from session create or the UUID you assigned when grouping multiple sessions under one visit.

Response

Request succeeded.

Response body for the /encounter/{encounter_id}/structured-data endpoint

structured_data
object
Last modified on July 23, 2026