xCaliber healthCare Data Mesh

Claim-GET

Description

Retrieves detailed information on claims, enabling healthcare developers to access and display real-time data regarding the status and details of medical claims for streamlined financial management within clinical workflows.

Use Cases

  • Patient Billing Review: Surface historical billing
  • Revenue Cycle Monitoring: Download status snapshots
  • Fraud, Waste Abuse Screening: Access details requiring investigation

Request Sample

Athena
Elation
Canvas
cURL
JavaScript
Java
Python

Source Specific Details

EHRAPIsmandatory filtersoptional filters
Athena
  • ${url}/v1/${practiceId}/claims
  • patient
  • departmentId
  • created-start-date
  • procedure-codes
  • appointment
  • service-end-date
  • providerId
  • departmentId
  • created-end-date
  • service-start-date
  • include
  • _count
  • _offset
Canvas
    • patient

      Filters

      FilterNameDescriptionDefault ValueAllowed Values
      _countPagination params
      _offsetPagination params. Athena: Starting point of entries; 0-indexed
      appointmentappointment id
      billable-end-monthbillableendmonth
      birthdateThe date of birth for the individual
      createdThe claim creation date, start of range, inclusive
      created-end-dateThe claim creation date, end of range, inclusive
      departmentIdIdentifier for the department
      dobThe date of birth for the individual
      first_namefirst name
      includeList of fields which needed to be shown in result
      last_namelast name
      namename
      patientPatient reference for any fhir resource
      practitionerPractitioner reference for the any fhir resource
      procedure-codesprocedure codes
      providerWill match either the provider or the supervising provider
      quorumsets sync/async modetrue
      service-end-dateThe service date, end of range, inclusive.
      service-start-dateThe service date, start of range, inclusive.