Skip to main content
Get AI-Generated Episode Summary
curl --request GET \
  --url https://{tenantId}.api.nestmed.com/api/v1/episodes/{episodeId}/summary \
  --header 'Authorization: Bearer <token>'
{
  "episodeId": "<string>",
  "patientName": "<string>",
  "summaryText": "<string>",
  "keyEvents": [
    {
      "date": "2023-12-25",
      "description": "<string>"
    }
  ],
  "goalProgress": [
    {
      "goal": "<string>",
      "status": "<string>",
      "progress": "<string>"
    }
  ],
  "generatedAt": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

episodeId
string
required

Response

200 - application/json

The AI-generated summary.

episodeId
string
patientName
string
summaryText
string

Narrative summary of the episode.

keyEvents
object[]
goalProgress
object[]
generatedAt
string<date-time>