OrganizationFeeScheduleCptCodeType
represents a CPT code in an organization's fee schedule
Fields
fee_per_unit
· Int
· Fee (in cents) per unit Used By
Definition
"""represents a CPT code in an organization's fee schedule"""type OrganizationFeeScheduleCptCodeType { """ The CPT code itself """ code: String!
""" The description of the CPT code """ description: String!
""" The name and Code of the CPT code for use in labels """ display_name: String!
""" Fee (in cents) per unit """ fee_per_unit: Int
""" Unique identifier for the CPT Code """ id: ID!}