Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.67 KB

AppointmentClaim.md

File metadata and controls

20 lines (17 loc) · 1.67 KB

IO.Swagger.Model.AppointmentClaim

Properties

Name Type Description Notes
Referringproviderid int? The referring provider ID for this claim. See /referringproviders. This is not the same as the ID from the /providers call. [optional]
Primaryinsurancepayer AppointmentInsurancePayer [optional]
Secondaryinsurancepayer AppointmentInsurancePayer [optional]
Diagnoses List<AppointmentDiagnosis> message [optional]
Claimcreateddate string The date the claim was created. [optional]
Procedures List<AppointmentProcedure> Procedures is an array of all procedures. /ccda is a better clinical representation. These fields are: [optional]
Billedservicedate string The billed date of service. [optional]
Billedproviderid int? The provider ID of the billing provider for this claim. [optional]
Appointmentid int? The appointment ID associated with this claim. [optional]
Chargeamount string The total amount billed for all services from this claim. [optional]
Transactionid int? A unique ID for the primary transaction this claim represents. May be useful for debugging. [optional]
Claimid int? athenaNet's internal ID for this claim, specific to the practice. [optional]

[Back to Model list] [Back to API list] [Back to README]