FBCPT |
Input |
(Requred) CPT code, external value
|
FBMOD |
Input |
(Optional) CPT modifier. Can be a string of CPT code
specific modifiers delimited by commas.
|
FBDATE |
Input |
(Optional) Exam date/time in FileMan format. If null
then today's date becomes the assumed date.
|
$$RVU |
Output |
Output:
returns a string RETSTATUS^VALUE^MESSAGE
where:
If the CPT/CPT+CPT modifier was found for the date or date/time specified
then:
RETSTATUS = 1,
VALUE = (#.03) WORK RELATIVE VALUE UNIT of file #162.97,
MESSAGE = null.
If the CPT/CPT+CPT modifier was NOT found for the date or date/time specified
then:
RETSTATUS = 0,
VALUE = null,
MESSAGE = "CPT/MOD not found"
If the date specified in FBDATE is invalid then:
RETSTATUS = 0,
VALUE = null,
MESSAGE = "Valid date not specified"
If the CPT modifiers listed in FBMOD cannot be used together
to determine correct RVU value then:
RETSTATUS = 0,
VALUE = null,
MESSAGE = "Wrong CPT modifiers combination"
If the database is not available at the time of the request then:
RETSTATUS = -1,
VALUE = null,
MESSAGE = "Database Unavailable"
|