cURL
curl --request GET \ --url https://sdp.suki-stage.com/api/v1/ambient/encounter/{encounter_id}/content \ --header 'sdp_suki_token: <sdp_suki_token>'
{ "structured_data": [ { "data": { "dosage": "2 puffs", "medication": "albuterol" }, "title": "MEDICATIONS" } ], "summary": [ { "content": "Asthma exacerbation", "loinc_code": "18776-5", "source_transcripts": [ "asthma", "exacerbation" ], "title": "ASSESSMENT AND PLAN" } ] }
Gets the cumulative summary and structured data associated with the specified encounter.
sdp_suki_token
encounter_id
Success Response
Response body for the /encounter/{encounter_id}/content endpoint