dianamruelas
New Member
- Joined
- Sep 28, 2015
- Messages
- 44
- Office Version
- 365
- Platform
- Windows
I receive a healthcare financial report. Each account has several services called "CPT." Each CPT has an assigned payment code called "EOB Code." The report I get lists all EOB codes for the account next to each CPT. I would like to break this down to only list the EOB code applicable to each CPT. This can be identified by the "EOB Code Number." The EOB Code Number corresponds with the actual EOB code. For the example below, CPT 99214 has EOB Code Number 2. "2-3" identifies the specific EOB Code assigned to the CPT, so the CPT Code I want is "3." For CPT 27392, I need "59."
[TABLE="width: 550"]
<tbody>[TR]
[TD]Account[/TD]
[TD]CPT[/TD]
[TD]EOB Code Number[/TD]
[TD]Account EOB Codes[/TD]
[/TR]
[TR]
[TD]54321[/TD]
[TD]99214[/TD]
[TD]2[/TD]
[TD]2-3,3-59,4-288,5-N630,6-288,7-N630[/TD]
[/TR]
[TR]
[TD]54321[/TD]
[TD]27392[/TD]
[TD]3[/TD]
[TD]2-3,3-59,4-288,5-N630,6-288,7-N630[/TD]
[/TR]
[TR]
[TD]54321[/TD]
[TD]86872[/TD]
[TD]4,5[/TD]
[TD]2-3,3-59,4-288,5-N630,6-288,7-N630[/TD]
[/TR]
[TR]
[TD]54321[/TD]
[TD]86831[/TD]
[TD]6,7[/TD]
[TD]2-3,3-59,4-288,5-N630,6-288,7-N630[/TD]
[/TR]
</tbody>[/TABLE]
Here is the needed format. It can be comma delimited or listed out separately, but I prefer comma delimited.
[TABLE="width: 329"]
<tbody>[TR]
[TD]Account[/TD]
[TD]CPTs[/TD]
[TD]EOB Codes[/TD]
[/TR]
[TR]
[TD]54321[/TD]
[TD]99214[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]54321[/TD]
[TD]27392[/TD]
[TD]59[/TD]
[/TR]
[TR]
[TD]54321[/TD]
[TD]86872[/TD]
[TD]288,N630[/TD]
[/TR]
[TR]
[TD]54321[/TD]
[TD]86831[/TD]
[TD]288,N630[/TD]
[/TR]
</tbody>[/TABLE]
OR
[TABLE="width: 329"]
<tbody>[TR]
[TD]Account[/TD]
[TD]CPT[/TD]
[TD]EOB Codes[/TD]
[/TR]
[TR]
[TD]54321[/TD]
[TD]99214[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]54321[/TD]
[TD]27392[/TD]
[TD]59[/TD]
[/TR]
[TR]
[TD]54321[/TD]
[TD]86872[/TD]
[TD]288[/TD]
[/TR]
[TR]
[TD]54321[/TD]
[TD]86872[/TD]
[TD]N630[/TD]
[/TR]
[TR]
[TD]54321[/TD]
[TD]86831[/TD]
[TD]288[/TD]
[/TR]
[TR]
[TD]54321[/TD]
[TD]86831[/TD]
[TD]N630[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 550"]
<tbody>[TR]
[TD]Account[/TD]
[TD]CPT[/TD]
[TD]EOB Code Number[/TD]
[TD]Account EOB Codes[/TD]
[/TR]
[TR]
[TD]54321[/TD]
[TD]99214[/TD]
[TD]2[/TD]
[TD]2-3,3-59,4-288,5-N630,6-288,7-N630[/TD]
[/TR]
[TR]
[TD]54321[/TD]
[TD]27392[/TD]
[TD]3[/TD]
[TD]2-3,3-59,4-288,5-N630,6-288,7-N630[/TD]
[/TR]
[TR]
[TD]54321[/TD]
[TD]86872[/TD]
[TD]4,5[/TD]
[TD]2-3,3-59,4-288,5-N630,6-288,7-N630[/TD]
[/TR]
[TR]
[TD]54321[/TD]
[TD]86831[/TD]
[TD]6,7[/TD]
[TD]2-3,3-59,4-288,5-N630,6-288,7-N630[/TD]
[/TR]
</tbody>[/TABLE]
Here is the needed format. It can be comma delimited or listed out separately, but I prefer comma delimited.
[TABLE="width: 329"]
<tbody>[TR]
[TD]Account[/TD]
[TD]CPTs[/TD]
[TD]EOB Codes[/TD]
[/TR]
[TR]
[TD]54321[/TD]
[TD]99214[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]54321[/TD]
[TD]27392[/TD]
[TD]59[/TD]
[/TR]
[TR]
[TD]54321[/TD]
[TD]86872[/TD]
[TD]288,N630[/TD]
[/TR]
[TR]
[TD]54321[/TD]
[TD]86831[/TD]
[TD]288,N630[/TD]
[/TR]
</tbody>[/TABLE]
OR
[TABLE="width: 329"]
<tbody>[TR]
[TD]Account[/TD]
[TD]CPT[/TD]
[TD]EOB Codes[/TD]
[/TR]
[TR]
[TD]54321[/TD]
[TD]99214[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]54321[/TD]
[TD]27392[/TD]
[TD]59[/TD]
[/TR]
[TR]
[TD]54321[/TD]
[TD]86872[/TD]
[TD]288[/TD]
[/TR]
[TR]
[TD]54321[/TD]
[TD]86872[/TD]
[TD]N630[/TD]
[/TR]
[TR]
[TD]54321[/TD]
[TD]86831[/TD]
[TD]288[/TD]
[/TR]
[TR]
[TD]54321[/TD]
[TD]86831[/TD]
[TD]N630[/TD]
[/TR]
</tbody>[/TABLE]