GET
/
api
/
v1
/
ambient
/
encounter
/
{encounter_id}
/
content
Gets the content for the encounter.
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"
    }
  ]
}

Headers

sdp_suki_token
string
required

sdp_suki_token

Path Parameters

encounter_id
string
required

encounter_id

Response

200
application/json

Success Response

Response body for the /encounter/{encounter_id}/content endpoint