Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Get all insurance cards for a patient
cURL
curl --request GET \ --url https://sandbox.elationemr.com/api/2.0/patients/{id}/insurance_cards/ \ --header 'Authorization: Bearer <token>'
[ { "images": [ { "side": 123, "ttl": 123, "url": "<string>" } ], "rank": 123 } ]
The access token received from the authorization server in the OAuth 2.0 flow.
Show child attributes
Primary or secondary insurances (1 or 2).
Was this page helpful?