Skip to main content

Docs4

data object[]
  • Array [
  • healthnullable

    Computed payer health tier label

    last_updateddate-timenullable

    Last updated timestamp for the payer's health data

    payer object
    archivedboolean
    disabledboolean
    idinteger
    is_premium_claims_harvestingboolean

    True if the payer is signed up for premium claims harvesting

    long_namestringnullable

    Includes whether this is Patient Access API, otherwise this should be the same as name

    namestringrequired
    retrieverstringrequired
    ph_countintegernullable

    Total number of active policy holders my Organization has for this payer

    success_countintegernullable

    Total number of successful crawls in the date period

    success_ratenumber

    Success rate of payer crawls in percentage

    total_countinteger

    Total number of crawls in the date period

  • ]
  • Docs4
    {
    "data": [
    {
    "last_updated": "2024-07-29T15:51:28.071Z",
    "payer": {
    "archived": true,
    "disabled": true,
    "id": 0,
    "is_premium_claims_harvesting": true,
    "long_name": "string",
    "name": "string",
    "retriever": "string"
    },
    "ph_count": 0,
    "success_count": 0,
    "success_rate": 0,
    "total_count": 0
    }
    ]
    }