Candid Health · Example Payload

Candid Health Encounter Create Example

Medical BillingRevenue Cycle ManagementHealthcareClaimsEligibilityPrior AuthorizationRemittancePatient CollectionsCredentialingInsurance

Candid Health Encounter Create Example is an example object payload from Candid Health, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

external_iddate_of_servicepatient_authorized_releasebenefits_assigned_to_providerprovider_accepts_assignmentdiagnosesplace_of_service_codeservice_linesbilling_providersubscriber_primary

Example Payload

Raw ↑
{
  "external_id": "ENC-2026-001",
  "date_of_service": "2026-06-12",
  "patient_authorized_release": true,
  "benefits_assigned_to_provider": true,
  "provider_accepts_assignment": true,
  "diagnoses": [
    {
      "code_type": "ABK",
      "code": "Z00.00",
      "name": "Encounter for general adult medical examination without abnormal findings"
    }
  ],
  "place_of_service_code": "11",
  "service_lines": [
    {
      "procedure_code": "99213",
      "quantity": "1",
      "units": "UN",
      "charge_amount_cents": 15000,
      "diagnosis_pointers": [
        0
      ]
    }
  ],
  "billing_provider": {
    "npi": "1234567890",
    "tax_id": "123456789",
    "first_name": "John",
    "last_name": "Smith",
    "organization_name": "Primary Care Clinic"
  },
  "subscriber_primary": {
    "first_name": "Jane",
    "last_name": "Doe",
    "date_of_birth": "1985-04-15",
    "gender": "female",
    "member_id": "ABC123456789",
    "payer_id": "00019",
    "payer_name": "United Healthcare"
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/candid-health-encounter-create-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.