cURL
curl --request POST \ --url https://sdp.suki-stage.com/api/v1/ambient/session/{ambient_session_id}/context \ --header 'Content-Type: application/json' \ --header 'sdp_suki_token: <sdp_suki_token>' \ --data '{ "diagnoses": { "values": [ { "codes": [ { "code": "30422", "description": "Essential hypertension", "type": "IMO" } ], "diagnosis_note": "Hypertension" } ] }, "patient": { "dob": "2000-01-01", "sex": "male" }, "provider": { "specialty": "CARDIOLOGY" }, "sections": [ { "loinc": "10164-2" } ] }'
This response does not have an example.
Seeds context for the ambient session.
sdp_suki_token
ambient_session_id
Context
The body is of type object.
object
Success Response