US Healthcare Cards OCR
Mindee’s US Healthcare Cards API uses deep learning to automatically, accurately, and instantaneously parse your documents details. In a few seconds, the API extracts a set of data from your PDFs or photos of US healthcare cards, including:
Company Name
Member Name
Member ID
Issuer 80840
Dependents
Group Number
Payer ID
RX BIN
RX GRP
RX PCN
Copays
Enrollment date
The US Healthcare Cards OCR API supports documents from the USA. The healthcare cards from other nationalities and states are not supported with this model.
Set up the API
You'll need a healthcare card sample. You can use the sample document provided below.

Access your US Healthcare Cards API by clicking on the corresponding product card in the Document Catalog

From the left navigation, go to documentation > API Reference, you'll find sample code in popular languages and command line.
Replace my-api-key-here with your new API key, or use the select an API key feature and it will be filled automatically.
Copy and paste the sample code of your desired choice in your application, code environment, terminal etc.
Replace
/path/to/the/file.extwith the path to your input document.
Remember to replace with your V1 API key.
Run your code. You will receive a JSON response with document details.
API Response
Here is the full JSON response you get when you call the API:
You can find the prediction within the prediction key found in document > inference > prediction for document-level predictions: it contains the different fields extracted at the document level, meaning that for multi-pages PDFs, we reconstruct a single object using all the pages.
Detailed Field Information
Using the above document example the following are the basic fields that can be extracted.
Company Name
company_name: The name of the company that provides the healthcare plan.
Member Name
member_name: The name of the member covered by the healthcare plan.
Member ID
member_id: The unique identifier for the member in the healthcare system.
Issuer 80840
issuer_80840: The organization that issued the healthcare plan.
Dependents
dependents: The list of dependents covered by the healthcare plan.
Group Number
group_number: The group number associated with the healthcare plan.
Payer ID
payer_id: The unique identifier for the payer in the healthcare system.
RX BIN
rx_bin: The BIN number for prescription drug coverage.
RX GRP
rx_grp: The group number for prescription drug coverage.
RX PCN
rx_pcn: The PCN number for prescription drug coverage.
Copays
copays: Is a fixed amount for a covered service.
service_name: The name of service of the copay.
service_fees: The price of service.
Enrollment Date
enrollment_date: The date when the member enrolled in the healthcare plan.
Last updated
Was this helpful?

