Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.13 KB

AppointmentProcedure.md

File metadata and controls

16 lines (13 loc) · 1.13 KB

IO.Swagger.Model.AppointmentProcedure

Properties

Name Type Description Notes
Procedurecategory string The category name associated with this procedure. [optional]
Allowablemin string The minimum amount expected from payer for all services from this procedure. [optional]
Proceduredescription string A description of this procedure. [optional]
Chargeamount string The amount charged for this procedure. [optional]
Transactionid int? The ID of the last transaction associated with the claim. [optional]
Procedurecode string The CPT code associated with this procedure. [optional]
Allowablemax string The maximum amount expected from payer for all services from this procedure. [optional]
Allowableamount string The total amount expected from payer for all services from this procedure. [optional]

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