$$FAC(FBHCFA(30)) |
call to determine if the place of service is a
facility
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
FBHCFA(30) |
Both |
POS - place of service, internal, pointer to #353.1
|
|
$$GET(FBCPT,FBMODL,FBDOS,FBZIP,FBFAC) |
call to calculate Fee Schedule amount
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
FBCPT |
Input |
CPT/HCPCS code, external value, required
|
FBMODL |
Input |
list of optional CPT/HCPCS modifiers, external values
"," delimited
|
FBDOS |
Input |
Date of service (FM format)
|
FBZIP |
Input |
Zip code, 5 digit, required
|
FBFAC |
Input |
facility flag, 0 or 1, required, indicates if
procedure was performed in facility (1) or non-facility (0)
|
|
$$ANES(CPT) |
returns 1 if CPT is an anesthesia code else return 0.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
CPT |
Input |
5 digit CPT code (external)
|
|