drchrono · Arazzo Workflow

drChrono Eligibility and Billing

Version 1.0.0

Run the revenue cycle by checking insurance eligibility, reviewing day sheet charges, and adding a claim billing note.

1 workflow 2 source APIs 1 provider
View Spec View on GitHub EHRElectronic Health RecordsHealthcareMedical RecordsPractice ManagementHIPAAAppointmentsBillingPrescriptionsLab IntegrationFHIRSMART on FHIRUSCDIInteroperabilityWebhookAuthenticationONC CertifiedTelehealthRevenue Cycle ManagementArazzoWorkflows

Provider

drchrono

Workflows

eligibility-and-billing
Check eligibility, review charges, and add a claim billing note.
Checks insurance eligibility, reviews day sheet charges, and adds a billing note to the claim under the supplied provider.
3 steps inputs: appointmentId, billingNote, doctorId, patientId outputs: billingNoteId, charges, eligibility
1
checkEligibility
Check insurance eligibility for the patient and appointment.
2
reviewCharges
Review the day sheet charges for the patient.
3
addBillingNote
Add a billing note to the claim for the appointment.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: drChrono Eligibility and Billing
  summary: Run the revenue cycle by checking insurance eligibility, reviewing day sheet charges, and adding a claim billing note.
  description: >-
    A revenue cycle flow against the drChrono EHR REST API. Insurance eligibility is
    checked for the patient and appointment, the day sheet charges are reviewed, and a
    claim billing note is added to support clean claim submission. This connects the
    front-office eligibility check to the back-office billing and collections workflow.
    Every step inlines its request so the flow is self-contained.
  version: 1.0.0
  x-realizes-capability-ids:
  - BC-2830
  - BC-2870
  x-capability-derivation:
    method: 'deterministic join: sourceDescriptions -> per-tag OpenAPI -> tag/capability edge. No classification at this step.'
    min_confidence: 0.7
    sources:
    - capability_id: BC-2830
      capability_name: Clinical Documentation Management
      spec: drchrono-clinical-api-openapi.yml
      confidence: 0.78
    - capability_id: BC-2870
      capability_name: Healthcare Revenue Cycle Management
      spec: drchrono-billing-api-openapi.yml
      confidence: 0.9
    model: Turbo EA Capabilities by Vincent Verdet — Turbo EA, https://github.com/vincentmakes/turbo-ea-capabilities, CC BY 4.0
sourceDescriptions:
- name: billingApi
  url: ../openapi/drchrono-billing-api-openapi.yml
  type: openapi
- name: clinicalApi
  url: ../openapi/drchrono-clinical-api-openapi.yml
  type: openapi
workflows:
- workflowId: eligibility-and-billing
  summary: Check eligibility, review charges, and add a claim billing note.
  description: >-
    Checks insurance eligibility, reviews day sheet charges, and adds a billing note
    to the claim under the supplied provider.
  inputs:
    type: object
    required:
    - patientId
    - appointmentId
    - doctorId
    - billingNote
    properties:
      patientId:
        type: string
        description: Identifier of the patient in the revenue cycle.
      appointmentId:
        type: string
        description: Identifier of the appointment the charges and claim relate to.
      doctorId:
        type: string
        description: Identifier of the provider associated with the claim.
      billingNote:
        type: object
        description: The drChrono claim billing note resource to add to the claim.
  steps:
  - stepId: checkEligibility
    description: Check insurance eligibility for the patient and appointment.
    operationId: eligibility_checks_list
    parameters:
    - name: patient
      in: query
      value: $inputs.patientId
    - name: appointment
      in: query
      value: $inputs.appointmentId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      eligibility: $response.body
  - stepId: reviewCharges
    description: Review the day sheet charges for the patient.
    operationId: daysheet_charges_list
    parameters:
    - name: patient_id
      in: query
      value: $inputs.patientId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      charges: $response.body
  - stepId: addBillingNote
    description: Add a billing note to the claim for the appointment.
    operationId: claim_billing_notes_create
    parameters:
    - name: appointment
      in: query
      value: $inputs.appointmentId
    - name: doctor
      in: query
      value: $inputs.doctorId
    requestBody:
      contentType: application/json
      payload: $inputs.billingNote
    successCriteria:
    - condition: $statusCode == 201
    outputs:
      billingNoteId: $response.body#/id
  outputs:
    eligibility: $steps.checkEligibility.outputs.eligibility
    charges: $steps.reviewCharges.outputs.charges
    billingNoteId: $steps.addBillingNote.outputs.billingNoteId

Work with this as data

Every workflow 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 arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow 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 workflow
curl "https://apis.io/api/v1/arazzo/drchrono-eligibility-and-billing-workflow"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?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.