Responsible party:
Matthew Scott
███ ██████ ██.
Fort Collins, CO 80███
Services provided to:
Matthew Scott
Diagnosis code(s):
300.01, 296.63
$0.00
Total Balance Due
Date |
CPT |
Description |
Charge |
Credit |
Balance |
11 Feb |
99214 |
Established Pt Mod MDM |
$115.00 |
|
$115.00 |
11 Feb |
90833 |
Psychotx Mod MDM 30 |
$20.00 |
|
$135.00 |
11 Feb |
|
Payment |
|
$135.00 |
$0.00 |
|
|
New Balance: |
|
|
$0.00 |
If you have any questions, call Office Manager: ███-███-████
Balance is payable upon receipt.
Please make checks payable to:
██████ █. ████████, M.D.
class window.Cost extends Backbone.Model
class window.CostView extends Backbone.View
initialize: () ->
@model.bind 'change', @render, this
return
render: () =>
d3.select(@el)
.text d3.format('$,.2f')(@model.get('amount'))
.attr 'data-intro', @model.get('explanation')
return