OBJECT

CptCode

The CPT code

link GraphQL Schema definition

  • type CptCode {
  • # The CPT code category
  • category: String @deprecated( reason: "Always returns nil" )
  • # The CPT code
  • code: String
  • # The date when the CPT code was created
  • created_at: String!
  • # Pagination cursor
  • cursor: Cursor!
  • # The description of the CPT code
  • description: String
  • # The name of the CPT code for use in labels
  • display_name: String
  • # The unique identifier of the CPT code
  • id: ID!
  • # Whether a CPT code marked as favorite
  • #
  • # Arguments
  • # known_value: The known value of is_favorite (from the query
  • # argument)
  • is_favorite(known_value: Boolean): Boolean
  • # The last fee applied to this CPT code by a provider
  • last_fee: Float
  • # The date when the CPT code was updated
  • updated_at: String!
  • }