Skip to main content
GET
/
api
/
2.0
/
patients
/
{id}
/
insurance_cards
List Patients Insurance Cards
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
  }
]

Documentation Index

Fetch the complete documentation index at: https://help.elationhealth.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

id
integer<int64>
required

Response

200 - application/json
images
object[]
required
rank
integer
required

Primary or secondary insurances (1 or 2).