| GENERAL DESCRIPTION |
Parameters:
Patient DFN - DFN of patient from VistA
Context - The status of problems to return, passed as a single letter:
(A)ctive, (I)nactive, (B)oth, (R)emoved. If null, Active problems will be
returned.
Data is returned in ROOT. ROOT(0) is the number of items returned.
Subsequent entries in ROOT are the problems found along with other
information.
ROOT(#)=1 ifn ^ 2 status ^ 3 description ^ 4 ICD code ^ 5 onset date ^ 6 last
modified date ^ 7 Service Connected ("SC","NSC",or "") ^ 8 Special Exposures ^
9 Condition (T)ranscribed or (P)ermanent ^ 10 Location ^ 11 Location Type ^ 12
Provider (DFN;NAME) ^ 13 Service ^ 14 Priority ^ 15 Has Comment ^ 16 Date
Recorded ^ 17 SC Condition ^ 18 Inactive (set to # if the ICD code is
inactive) ^ 19 ICD Long Description (for problems with ICD codes only) ^ 20
ICD Coding System Abbreviation (ICD or 10D)
Sample return array
ROOT(0)=2
ROOT(1)="638^A^Hypertension (ICD-9-CM 401.9)^401.9^3050407^3070410^NSC
^^^^^10000000031;CPRSPROVIDER,FIFTY^1018;MEDICAL^C^0^3070410^NSC^^ UNSPECIFIED
ESSENTIAL HYPERTENSION^ICD"
ROOT(2)="1035^A^CAD - Coronary Artery Disease (SCT 53741008)^I25.10^
3170921^3170921^NSC^^P^^^10000000424;CPRSPROVIDER,ONE^^A^1^3170921^NSC ^^^10D"
|