In the EHR
Practice staff attach a photo or scan of the patient’s insurance card to the coverage it belongs to, from the same Insurance, Payment & Membership section of Demographics where the policy itself is recorded, using Upload Front and Upload Back. Staff can then view, replace, or remove either side from the patient’s chart. See Patient Demographics Guide - Insurance Management.Working with insurance card images via the API
Card images belong to the policy they were uploaded against. These endpoints address images by policy, and an upload is recorded against the policy it was sent to, so another policy on the same patient carries its own images. Upload images against the policy you want them to appear on. Uploads are accepted for processing rather than stored before the response returns. A success means the images were accepted, and they become available from this endpoint shortly afterwards. Read the card images back when you need to confirm an upload landed. The returned URLs are temporary. Each one grants time-limited access to the image and stops working once it lapses, so fetch the images again when you need them rather than storing a URL for later use. A delete removes one side of the card. Each call takes a singleimage_rank, so removing both sides takes two calls and leaves the policy with no card images.
Field notes
image_1andimage_2on upload are the front and the back of the card, and are the same two images the delete endpoint addresses asimage_rank1 and 2.