VistA Analysis » VistA Reference » RPCs » DSIF INP VERIFY PAYMENT CODES

DSIF INP VERIFY PAYMENT CODES

This RPC will take in a 7078/583 pointer for an inpatient claim to determine whether the inputted ICD-9 or ICD-10 Diagnosis and Procedure codes are valid. It will return the inputted codes in as an array with either the internal number (for valid) or -1 (for invalid) or -2 (for inactive) for the codes that aren’t.

Properties

Property Value
Label VERIFY
MUMPS Implementation DSIFEP2
Return Type GLOBAL ARRAY

Input Parameters

Name Type Maximum Data Length Required Description
DSIFAUTH LITERAL   true This is the pointer to the 7078/583 you wish to verify the ICD Diagnosis and Procedure codes for. (Required).
DATA LIST   true This is the array of codes you wish to verify. The array should look like this: ; DATA(I)=DIAG or PROC or ADMIT^# (1-25)^External Value


Document generated on August 31st 2022, 2:55:43 pm