cURL
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" }
Generates a concise clinical summary of the entire episode, highlighting key events, goal progress, and outstanding issues.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The AI-generated summary.
Narrative summary of the episode.
Show child attributes