$$SC(SDFN,SDXS,SDENC,SDVST) |
This entry point determines whether a specific
diagnosis code or codes is service connected (SC) or non-service connected
(NSC). This determination is based on the mapping of the patient's rated
disability and ICD codes.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
SDFN |
Input |
IEN of PATIENT file (#2). [Required, if SDENC or
SDVST undefined].
|
SDXS |
Input |
Diagnosis code array (passed by reference) - array
format: SDXS(ICD ien) = "" [Optional, if SDENC defined]
|
SDENC |
Input |
IEN of OUTPATIENT ENCOUNTER file (#409.68) [Optional]
|
SDVST |
Input |
IEN of VISIT file (#9000010 [Optional]
|
$$SDFILEOK |
Output |
SC flag^SC description^VBA/ICD match^Review
SC flag: 1 = Service Connected (SC)
0 = Non-Service Connected (NSC)
"" = (null) - could not be determined
SC description: SC = Service Connected
NSC = Non-Service Connected
VBA/ICD match: 1 = yes
0 = no
Review: 1 = send to review
0 = don't send to review
|
|
$$ST(SDENC,SDXS) |
This entry point screens each diagnosis code for an
outpatient encounter to determine if additional review for the service
connected (SC) value is needed. The SDSC SERVICE CONNECTED CHANGES (#409.48)
file is used to queue encounters needing further review.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
SDENC |
Input |
IEN of OUTPATIENT ENCOUNTER (#409.68) file [Required]
|
SDXS |
Input |
Diagnosis code array (passed by reference)
- array format: SDXS(ICD ien) = "" (null) [Optional]
|
$$ST |
Output |
0 = not filed for additional review
1 = filed for additional review
2 = deleted from SDSC SERVICE CONNECTED CHANGES (#409.48) file
|
|