cURL
curl --request GET \ --url https://sdp.suki-stage.com/api/v1/ambient/encounter/{encounter_id}/structured-data \ --header 'sdp_suki_token: <sdp_suki_token>'
{ "structured_data": { "diagnoses": { "values": [ { "codes": [ { "code": "30422", "description": "Essential hypertension", "type": "IMO" } ], "diagnosis_note": "The management of essential hypertension remains unchanged from previous plans, as it was not the focus of today's visit.", "laterality_indicator": 4, "post_coord_lex_flag": 1 } ] } } }
Gets the structured data for the encounter.
sdp_suki_token
encounter_id
Success Response
Response body for the /encounter/{encounter_id}/structured-data endpoint