The Billing Code Object

A code that users can add to bills within a patient chart. Used often as CPT codes.

{
    "id": 75438293063,
    "practice": 75435474948,
    "code": "90471",
    "description": "vaccine injection, procedure only",
    "charge": "5.00",
    "sequence": 10
}
AttributeTypeAllowed ValuesDescription
idintegerThe internal elation id of the billing code.
practiceintegerThe practice who created the billing code.
codestringThe code that a user and integrators will see.
descriptionstringThe description of the code that users will see.
chargedecimalThe amount of money that will be charged for the code.
sequenceintegerThe position in the list of billing codes.