Skip to main content

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.

The Insurance Card Object represents a collection of insurance card images for both a patient’s primary and secondary insurances. Insurance card images are returned as AWS S3 presigned URLs. S3 presigned URLs are generated and grants a time-limited permission to download to the requestor for the TTL duration (in seconds) specified in the response.

Object Definition

[
  {
    "rank": 1,
    "images": [
      {
        "side": 1,
        "url": "https://s3-bucket.s3.amazonaws.com/insurance_card_images/1234/e0763ba1-fcbd-4732-8b47-badc231cb4f9.png?AWSAccessKeyId=aws_access_key&Signature=signature&x-amz-security-token=security_token&Expires=1644391329",
        "ttl": 3600
      },
      {
        "side": 2,
        "url": "https://s3-bucket.s3.amazonaws.com/insurance_card_images/1234/e0763ba1-fcbd-4732-8b47-badc231cb4f9.png?AWSAccessKeyId=aws_access_key&Signature=signature&x-amz-security-token=security_token&Expires=1644391329",
        "ttl": 3600
      }
    ]
  },
  {
    "rank": 2,
    "images": []
  }
]