Update Bill

📘

NDC Numbers

For physician dispensed drugs, daisyBill automatically calculates Charges and Expected Amounts based on the reimbursements assigned to NDC numbers by California’s workers’ comp pharmacy fee schedule.

Each week daisyBill updates the NDC reimbursement amounts to match California’s workers’ comp pharmacy fee schedule.

To bill for physician dispensed drugs, set the procedure number of a service line item to 99070 and include the NDC number in the supplemental_data field of that service line item.

Example Body

{  
  "bill": {  
    "date_of_service": "2015-01-01",  
    "place_of_service_id": 1,  
    "diagnosis_codes": [  
      "A200"  
    ],  
    "service_line_items_attributes": [  
      {  
        "procedure_code": "99070",  
        "units": "1",  
        "supplemental_data": "99207001010",  
        "diagnosis_code_1": "0010"  
      }  
    ]  
  }  
}
Language
Authorization
Header