CptCodesPolicy
cpt codes policies join table
Fields
cpt_code_id
· ID
· id of instance of joins between cpt_code and policy description
· String
· cpt code description Used By
Definition
"""cpt codes policies join table"""type CptCodesPolicy { """ cpt code """ code: String
""" id of instance of joins between cpt_code and policy """ cpt_code_id: ID
""" date created """ created_at: String!
""" cpt code description """ description: String
""" The unique identifier of the join between cpt_code and policy. """ id: ID!
""" policy id """ policy_id: ID
""" date updated """ updated_at: String!}