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

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}/structured-data endpoint