ClaimSubmission
A claim submission event (to a clearinghouse or RCM system)
Fields
claim_data
· JSON
· a Healthie-formatted JSON representation of the CMS1500 claim at the time it was submitted cms1500_id
· ID
· The ID of the CMS1500 that was submitted created_at
· ISO8601DateTime
· The time of the claim submission integration
· ClaimDestinationIntegration
· The integration that the claim was submitted to integration_formatted_claim_data
· JSON
· An JSON representation of the CMS1500 claim, formatted for the specific integration Used By
Definition
"""A claim submission event (to a clearinghouse or RCM system)"""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}