cURL
curl --request GET \ --url https://{tenantId}.api.nestmed.com/api/v1/episodes/{episodeId} \ --header 'Authorization: Bearer <token>'
{ "episodeId": "<string>", "patientId": "<string>", "admissionId": "<string>", "startDate": "2023-12-25", "endDate": "2023-12-25", "status": "active", "primaryDiagnosis": "<string>", "certificationPeriod": { "start": "2023-12-25", "end": "2023-12-25" }, "careTeam": [ {} ], "visitCount": { "scheduled": 123, "completed": 123 } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Episode details.
active
completed
discharged
cancelled
Show child attributes