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
- JSON :
- # The ID of the CMS1500 that was submitted
- ID :
- # The time of the claim submission
- ISO8601DateTime :
- # The unique identifier of the Claim Submission
- ID! :
- # The integration that the claim was submitted to
- ClaimDestinationIntegration :
- # An JSON representation of the CMS1500 claim, formatted for the specific
- # integration
- JSON :
- }