Skip to main content

ClaimType

namestring

Machine identifier for the claim type (medical = 1, dental = 2, rx = 3, vision = 4, facility = 5). Always lowercase, so prescription claims are rx rather than Rx. These are stable identifiers, not display labels — map them to your own labels rather than rendering them directly. facility means facility-billed care, typically an inpatient hospital stay, as opposed to a claim billed by an individual provider.

Possible values: [medical, dental, rx, vision, facility]

type_idinteger

Numeric identifier for the claim type (medical = 1, dental = 2, rx = 3, vision = 4, facility = 5). Always travels with name; the two are equivalent.

Possible values: [1, 2, 3, 4, 5]

ClaimType
{
"name": "medical",
"type_id": 1
}