For the complete documentation index, see llms.txt. This page is also available as Markdown.

US Healthcare Card

Automatically parse US healthcare cards and extract structured healthcare provider data using the pre-trained US Healthcare Card model template available in the Catalog.

US Healthcare Card

Documentation for the data schema of the US Healthcare Card model template.

US Healthcare Card Fields

Documentation for all fields present in the data schema.

Field accessors are used as the keys for accessing the values in the returned data. On the data schema interface, this is the "Field Name".

Field value types indicate how the value is returned by the API. On the data schema interface, this is the "Field Type".

Company Name

The name of the company that provides the healthcare plan

Accessor: company_name Value Type: string

Has a single value.

Plan Name

The name of the healthcare plan

Accessor: plan_name Value Type: string

Has a single value.

Member Name

The name of the member covered by the healthcare plan

Accessor: member_name Value Type: string

Has a single value.

Member ID

The unique identifier for the member in the healthcare system

Accessor: member_id Value Type: string

Has a single value.

Issuer 80840

The organization that issued the healthcare plan

Accessor: issuer_80840 Value Type: string

Has a single value.

Dependents

The list of dependents covered by the healthcare plan

Accessor: dependents Value Type: string

Can have multiple values (is a list/array).

Group Number

The group number associated with the healthcare plan

Accessor: group_number Value Type: string

Has a single value.

Payer ID

The unique identifier for the payer in the healthcare system

Accessor: payer_id Value Type: string

Has a single value.

Rx BIN

The BIN number for prescription drug coverage

Accessor: rx_bin Value Type: string

Has a single value.

Rx ID

The ID number for prescription drug coverage

Accessor: rx_id Value Type: string

Has a single value.

Rx Grp

The group number for prescription drug coverage

Accessor: rx_grp Value Type: string

Has a single value.

Rx PCN

The PCN number for prescription drug coverage

Accessor: rx_pcn Value Type: string

Has a single value.

Copayments

Copayments for covered services.

Accessor: copayments

Subfields

  • Service Name Service name Accessor: service_name Possible Values: primary_care, emergency_room, urgent_care, specialist, office_visit, prescription

  • Service Fees Service price Accessor: service_fees Value Type: number

Can have multiple values (is a list/array).

Enrollment Date

The date when the member enrolled in the healthcare plan

Accessor: enrollment_date Value Type: date

Has a single value.

Last updated

Was this helpful?