|
@@ -55,15 +55,15 @@
|
|
|
<b class="p-2 border-right mr-2 bg-aliceblue" :class="claim.status === 'PICKED_UP' ? 'text-dark' : 'text-secondary'">@{{ claim.created }}</b>
|
|
|
|
|
|
<span class="text-secondary text-sm mr-1">Patient</span>
|
|
|
- <span>@{{ claim.client }}</span>
|
|
|
+ <span class="click-to-copy" title="Click to copy">@{{ claim.client }}</span>
|
|
|
|
|
|
<span class="mx-2 text-secondary">/</span>
|
|
|
<span class="text-secondary text-sm mr-1">Pro</span>
|
|
|
- <span>@{{ claim.claim_pro }}</span>
|
|
|
+ <span class="click-to-copy" title="Click to copy">@{{ claim.claim_pro }}</span>
|
|
|
|
|
|
<span class="mx-2 text-secondary">/</span>
|
|
|
<span class="text-secondary text-sm mr-1">CPT</span>
|
|
|
- <span>@{{ claim.cpts }}</span>
|
|
|
+ <span class="click-to-copy" title="Click to copy">@{{ claim.cpts }}</span>
|
|
|
|
|
|
<span class="mx-2 text-secondary">/</span>
|
|
|
<span>@{{ claim.icds }} ICDs</span>
|
|
@@ -71,7 +71,7 @@
|
|
|
<span class="mx-2 text-secondary">/</span>
|
|
|
<div class="d-inline-flex align-items-center font-weight-bold text-secondary">
|
|
|
<span class="text-sm mr-1">$</span>
|
|
|
- <span>@{{ claim.expected_total ? claim.expected_total : 0 }}</span>
|
|
|
+ <span class="click-to-copy" title="Click to copy">@{{ claim.expected_total ? claim.expected_total : 0 }}</span>
|
|
|
</div>
|
|
|
<div class="ml-auto px-2" v-if="currentClaim && currentClaim.uid === claim.uid">
|
|
|
<button v-if="claim.status !== 'PICKED_UP'"
|
|
@@ -100,7 +100,7 @@
|
|
|
<!--payer-->
|
|
|
<div class="d-flex align-items-center mb-1">
|
|
|
<div class="text-secondary mr-3 min-width-140px">Payer</div>
|
|
|
- <b class="text-secondary">@{{ currentMBClaim.payer_name }}</b>
|
|
|
+ <b class="text-secondary"><span class="click-to-copy" title="Click to copy">@{{ currentMBClaim.payer_name }}</span></b>
|
|
|
</div>
|
|
|
|
|
|
<hr class="my-2">
|
|
@@ -108,32 +108,34 @@
|
|
|
<!--patient/subscriber-->
|
|
|
<div class="d-flex align-items-center mb-1">
|
|
|
<div class="text-secondary mr-3 min-width-140px">Subscriber</div>
|
|
|
- <b class="text-secondary">@{{ claim.client }}</b>
|
|
|
+ <b class="text-secondary"><span class="click-to-copy" title="Click to copy">@{{ claim.client }}</span></b>
|
|
|
<span class="mx-1 text-secondary text-sm">/</span>
|
|
|
- <span class="">@{{ currentMBClaim.subscriber_dob }}</span>
|
|
|
+ <span class=" click-to-copy" title="Click to copy">@{{ currentMBClaim.subscriber_dob }}</span>
|
|
|
<span class="mx-1 text-secondary text-sm">/</span>
|
|
|
- <span class="">@{{ currentMBClaim.subscriber_gender }}</span>
|
|
|
+ <span class=" click-to-copy" title="Click to copy">@{{ currentMBClaim.subscriber_gender }}</span>
|
|
|
</div>
|
|
|
<div class="mb-2 pl-3">
|
|
|
<div class="d-flex align-items-center">
|
|
|
<span class="text-secondary text-sm min-width-140px text-right pr-3">Chart #</span>
|
|
|
- @{{ claim.client_chart_number }}
|
|
|
+ <span class="click-to-copy" title="Click to copy">@{{ claim.client_chart_number }}</span>
|
|
|
</div>
|
|
|
<div class="d-flex align-items-center">
|
|
|
<span class="text-secondary text-sm min-width-140px text-right pr-3">MCN</span>
|
|
|
- @{{ currentMBClaim.subscriber_identifier }}
|
|
|
+ <span class="click-to-copy" title="Click to copy">@{{ currentMBClaim.subscriber_identifier }}</span>
|
|
|
</div>
|
|
|
<div class="d-flex align-items-center">
|
|
|
<span class="text-secondary text-sm min-width-140px text-right pr-3">Address</span>
|
|
|
+ <span class="click-to-copy" title="Click to copy">
|
|
|
@{{ currentMBClaim.subscriber_address_street_line1 }}
|
|
|
@{{ currentMBClaim.subscriber_address_street_line2 }}
|
|
|
@{{ currentMBClaim.subscriber_address_city }}
|
|
|
@{{ currentMBClaim.subscriber_address_state }}
|
|
|
@{{ currentMBClaim.subscriber_address_zip }}
|
|
|
+ </span>
|
|
|
</div>
|
|
|
<div class="d-flex align-items-center">
|
|
|
<span class="text-secondary text-sm min-width-140px text-right pr-3">Phone</span>
|
|
|
- @{{ claim.client_phone }}
|
|
|
+ <span class="click-to-copy" title="Click to copy">@{{ claim.client_phone }}</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
@@ -142,30 +144,32 @@
|
|
|
<!--billing provider-->
|
|
|
<div class="d-flex align-items-center mb-1">
|
|
|
<div class="text-secondary mr-3 min-width-140px">Billing Provider</div>
|
|
|
- <b class="text-secondary">@{{ currentMBClaim.billing_provider_entity }}</b>
|
|
|
+ <b class="text-secondary"><span class="click-to-copy" title="Click to copy">@{{ currentMBClaim.billing_provider_entity }}</span></b>
|
|
|
</div>
|
|
|
<div class="mb-2 pl-3">
|
|
|
<div class="d-flex align-items-center">
|
|
|
<span class="text-secondary text-sm min-width-140px text-right pr-3">NPI</span>
|
|
|
- @{{ currentMBClaim.billing_provider_npi }}
|
|
|
+ <span class="click-to-copy" title="Click to copy">@{{ currentMBClaim.billing_provider_npi }}</span>
|
|
|
</div>
|
|
|
<div class="d-flex align-items-center">
|
|
|
<span class="text-secondary text-sm min-width-140px text-right pr-3">Tax ID / Type</span>
|
|
|
- @{{ currentMBClaim.billing_provider_tax_id }}
|
|
|
- /
|
|
|
- @{{ currentMBClaim.billing_provider_tax_id_type }}
|
|
|
+ <span class="click-to-copy" title="Click to copy">@{{ currentMBClaim.billing_provider_tax_id }}</span>
|
|
|
+ <span class="text-secondary mx-1">/</span>
|
|
|
+ <span class="click-to-copy" title="Click to copy">@{{ currentMBClaim.billing_provider_tax_id_type }}</span>
|
|
|
</div>
|
|
|
<div class="d-flex align-items-center">
|
|
|
<span class="text-secondary text-sm min-width-140px text-right pr-3">Taxonomy Code</span>
|
|
|
- @{{ currentMBClaim.billing_provider_taxonomy_code }}
|
|
|
+ <span class="click-to-copy" title="Click to copy">@{{ currentMBClaim.billing_provider_taxonomy_code }}</span>
|
|
|
</div>
|
|
|
<div class="d-flex align-items-center">
|
|
|
<span class="text-secondary text-sm min-width-140px text-right pr-3">Address</span>
|
|
|
+ <span class="click-to-copy" title="Click to copy">
|
|
|
@{{ currentMBClaim.billing_provider_address_street_line1 }}
|
|
|
@{{ currentMBClaim.billing_provider_address_street_line2 }}
|
|
|
@{{ currentMBClaim.billing_provider_address_city }}
|
|
|
@{{ currentMBClaim.billing_provider_address_state }}
|
|
|
@{{ currentMBClaim.billing_provider_address_zip }}
|
|
|
+ </span>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
@@ -174,12 +178,12 @@
|
|
|
<!--attending provider-->
|
|
|
<div class="d-flex align-items-center mb-1">
|
|
|
<div class="text-secondary mr-3 min-width-140px">Attending Provider</div>
|
|
|
- <b class="text-secondary">@{{ currentMBClaim.attending_provider_first_name }} @{{ currentMBClaim.attending_provider_last_name }}</b>
|
|
|
+ <b class="text-secondary"><span class="click-to-copy" title="Click to copy">@{{ currentMBClaim.attending_provider_first_name }} @{{ currentMBClaim.attending_provider_last_name }}</span></b>
|
|
|
</div>
|
|
|
<div class="mb-2 pl-3">
|
|
|
<div class="d-flex align-items-center">
|
|
|
<span class="text-secondary text-sm min-width-140px text-right pr-3">NPI</span>
|
|
|
- @{{ currentMBClaim.attending_provider_npi }}
|
|
|
+ <span class="click-to-copy" title="Click to copy">@{{ currentMBClaim.attending_provider_npi }}</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
@@ -203,7 +207,7 @@
|
|
|
<!--total-->
|
|
|
<div class="d-flex align-items-center mb-1">
|
|
|
<div class="text-secondary mr-3 min-width-140px">Claim Total</div>
|
|
|
- <b class="text-secondary">$ @{{ claim.expected_total ? claim.expected_total : 0 }}</b>
|
|
|
+ <b class="text-secondary">$ <span class="click-to-copy" title="Click to copy">@{{ claim.expected_total ? claim.expected_total : 0 }}</span></b>
|
|
|
</div>
|
|
|
|
|
|
<hr class="my-2">
|