OBJECT

ClaimSubmission

A claim submission event (to a clearinghouse or RCM system)

link GraphQL Schema definition

  • type ClaimSubmission {
  • # a Healthie-formatted JSON representation of the CMS1500 claim at the time it was
  • # submitted
  • claim_data: JSON
  • # The ID of the CMS1500 that was submitted
  • cms1500_id: ID
  • # The time of the claim submission
  • created_at: ISO8601DateTime
  • # The unique identifier of the Claim Submission
  • id: ID!
  • # The integration that the claim was submitted to
  • integration: ClaimDestinationIntegration
  • # An JSON representation of the CMS1500 claim, formatted for the specific
  • # integration
  • integration_formatted_claim_data: JSON
  • }