cURL
curl --request GET \ --url https://{tenantId}.api.nestmed.com/api/v1/patients/{patientId}/episodes \ --header 'Authorization: Bearer <token>'
{ "data": [ { "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>
active
completed
discharged
List of patient's episodes of care.
Show child attributes