cURL
curl --request GET \ --url https://{tenantId}.api.nestmed.com/api/v1/patients/{patientId}/medication-history \ --header 'Authorization: Bearer <token>'
{ "patientId": "<string>", "history": [ { "changeDate": "2023-11-07T05:31:56Z", "visitId": "<string>", "medicationName": "<string>", "changeType": "added", "details": "<string>", "source": "Admission Referral Packet", "discrepancyFlag": true } ] }
Retrieves a chronological history of all medication changes for a patient across all episodes, including sources and discrepancies.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The patient's medication timeline.
Show child attributes