Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Desc |  Directly Accessed By Routines |  Accessed By FileMan Db Calls |  Pointed To By FileMan Files |  Pointer To FileMan Files |  Fields |  ICR |  External References |  Global Variables Directly Accessed |  Local Variables  | All
Print Page as PDF
Global: ^IBBAA(375

Package: Integrated Billing

Global: ^IBBAA(375


Information

FileMan FileNo FileMan Filename Package
375 PFSS ACCOUNT Integrated Billing

Description

Directly Accessed By Routines, Total: 12

Package Total Routines
Integrated Billing 9 ^IBE(399.6    EVENT HISTORY    IBARXMI    ^IBBAA(375    DIAGNOSIS    IBBAACCT    IBBAADD    IBBAADTI
IBBACHRG    
Order Entry Results Reporting 1 ORWPFSS1    

Accessed By FileMan Db Calls, Total: 3

Package Total Routines
Integrated Billing 3 IBBAACCT    IBBAADTI    IBOHLSE    

Pointed To By FileMan Files, Total: 10

Package Total FileMan Files
Prosthetics 3 HOME OXYGEN TRANSACTIONS FILE(#665.72)[#665.723191(100)]    RECORD OF PROS APPLIANCE/REPAIR(#660)[100]    PROSTHETICS PATIENT(#665)[#665.194(101)]    
Integrated Billing 1 PFSS CHARGE CACHE(#373)[.02]    
Order Entry Results Reporting 1 ORDER(#100)[97]    
Outpatient Pharmacy 1 PRESCRIPTION(#52)[125#52.07(26)#52.1(21)]
PCE Patient Care Encounter 1 VISIT(#9000010)[.26]    
Radiology Nuclear Medicine 1 RAD/NUC MED ORDERS(#75.1)[90]    
Scheduling 1 APPOINTMENT PFSS ACCOUNT REFERENCE(#409.55)[.04]    
Surgery 1 SURGERY(#130)[500]    

Pointer To FileMan Files, Total: 13

Package Total FileMan Files
Registration 4 MEDICAL CENTER DIVISION(#40.8)[13]    SURGICAL SPECIALTY(#45.3)[14.02]    MAS ELIGIBILITY CODE(#8.1)[2.07]    PATIENT(#2)[.03]    
Scheduling 3 CLINIC STOP(#40.7)[1.181.41]    HOSPITAL LOCATION(#44)[1.03]    APPOINTMENT TYPE(#409.1)[1.04]    
CPT HCPCS Codes 1 CPT(#81)[3.03]    
DRG Grouper 1 ICD DIAGNOSIS(#80)[#375.04(.03)]    
Health Level Seven 1 HL7 MESSAGE TEXT(#772)[#375.099(.04)]    
Kernel 1 NEW PERSON(#200)[1.071.091.171.523.11]    
Radiology Nuclear Medicine 1 RAD/NUC MED ORDERS(#75.1)[15.01]    
Surgery 1 SURGERY(#130)[14.01]    

Fields, Total: 39

Field # Name Loc Type Details
.01 ACCOUNT REFERENCE 0;1 NUMBER
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  S DINUM=X K:+X'=X!(X>9999999999)!(X<1)!(X?.E1"."1N.N) X
  • LAST EDITED:  JUN 06, 2005
  • DESCRIPTION:  
    The number by which all VistA applications will reference an external medical billing system account number for purposes of attaching charges for 1st or 3rd party billing.
  • TECHNICAL DESCR:  
    The file is DINUM'd; the internal entry number and #.01 field are the same value.
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
.02 EXTERNAL ACCOUNT NUMBER 0;2 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>20!($L(X)<1) X
  • LAST EDITED:  JUN 30, 2005
  • HELP-PROMPT:  Answer must be 1-20 characters in length.
  • DESCRIPTION:  
    The number provided by the external medical billing system for purposes of attaching charges for 1st or 3rd party billing.
  • TECHNICAL DESCR:  
    PFSS HL7 ADT message data; PV1 Segment; Sequence 19.
  • CROSS-REFERENCE:  375^C
    1)= S ^IBBAA(375,"C",$E(X,1,30),DA)=""
    2)= K ^IBBAA(375,"C",$E(X,1,30),DA)
.03 PATIENT 0;3 POINTER TO PATIENT FILE (#2)
************************REQUIRED FIELD************************
PATIENT(#2)

  • LAST EDITED:  JUN 20, 2005
  • DESCRIPTION:  
    The Patient identifier associated with the billing account. An internal entry number to the PATIENT file (#2).
  • TECHNICAL DESCR:  This pointer to the PATIENT file (#2) is used to construct the HL7 PID Segment for PFSS ADT messages.
    Both the "AC" cross-reference, which uses field #1.03, and the "AF" cross-reference, which uses field #16.01, depend on field #.03.
    S ^IBBAA(375,"AC",X1,X3,X2,DA)=""
    where: X1=field #.03
    X2=field #1.03
    X3=field #1.44
    S ^IBBAA(375,"AF",X1,X3,X2,DA)=""
    where: X1=field #.03
    X2=field #16.01
    X3=field #1.44
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
  • CROSS-REFERENCE:  375^AA
    1)= S ^IBBAA(375,"AA",$E(X,1,30),DA)=""
    2)= K ^IBBAA(375,"AA",$E(X,1,30),DA)
    The is a regular cross-reference by PATIENT (field #.03). The principal purpose of this cross-reference is to allow the Patient Merge processor (Kernel) to operate efficiently in the event that patient's with records in
    file #375 are merged.
  • RECORD INDEXES:  AC (#628), AF (#629)
.04 APPLICATION REFERENCE 0;4 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>25!($L(X)<3) X
  • LAST EDITED:  JUN 27, 2005
  • HELP-PROMPT:  Answer must be 3-25 characters in length.
  • DESCRIPTION:  
    This field value indicates where in application processing the GETACCT^IBBAPI function is called.
  • TECHNICAL DESCR:  
    ";"_ or _";"_
.05 EXTERNAL ACCT REC'D 0;5 DATE

  • INPUT TRANSFORM:  S %DT="ESTXR" D ^%DT S X=Y K:Y<1 X
  • LAST EDITED:  FEB 23, 2005
  • DESCRIPTION:  
    The date/time at which the External Account Number was received and processed into file #375, field #.02.
.2 TEST PATIENT 0;20 SET
  • '1' FOR YES;

  • LAST EDITED:  MAY 11, 2005
  • DESCRIPTION:  
    If the DFN for this patient indicates a test patient as a result of a call to $$TESTPAT^VADPT, then this field is set to "YES".
  • TECHNICAL DESCR:  
    PFSS HL7 messages will not be constructed for any record in this file where TEST PATIENT = "YES".
1.02 PATIENT CLASS PV1;2 SET
************************REQUIRED FIELD************************
  • 'I' FOR INPATIENT;
  • 'O' FOR OUTPATIENT;

  • LAST EDITED:  FEB 24, 2005
  • DESCRIPTION:  
    The Patient associated with this account is classified as either "I" (Inpatient) or "O" (Outpatient).
  • TECHNICAL DESCR:  
    PFSS HL7 ADT and DFT message data; PV1 Segment; Sequence 2.
1.03 PATIENT LOCATION PV1;3 POINTER TO HOSPITAL LOCATION FILE (#44) HOSPITAL LOCATION(#44)

  • LAST EDITED:  JUN 20, 2005
  • DESCRIPTION:  
    The sending application provides a pointer to the HOSPITAL LOCATION file (#44), which provides the a medical center location where the patient visit took place or where service was provided.
  • TECHNICAL DESCR:  PFSS HL7 ADT and DFT message data; PV1 Segment; Sequence 3.
    The "AC" cross-reference uses field #1.03.
    S ^IBBAA(375,"AC",X1,X3,X2,DA)=""
    where: X1=field #.03
    X2=field #1.03
    X3=field #1.44
  • RECORD INDEXES:  AC (#628)
1.04 APPOINTMENT TYPE PV1;4 POINTER TO APPOINTMENT TYPE FILE (#409.1) APPOINTMENT TYPE(#409.1)

  • LAST EDITED:  FEB 24, 2005
  • DESCRIPTION:  
    If the account is setup for an actual outpatient visit (i.e., a Scheduled appointment), this field will contain a pointer to the APPOINTMENT TYPE file (#409.1).
  • TECHNICAL DESCR:  
    PFSS HL7 ADT and DFT message data; PV1 Segment; Sequence 4.
1.07 ATTENDING PHYSICIAN PV1;7 POINTER TO NEW PERSON FILE (#200) NEW PERSON(#200)

  • LAST EDITED:  FEB 24, 2005
  • DESCRIPTION:  
    The sending application may provide data on the Attending Physician or Ordering Provided as a pointer to the NEW PERSON file (#200).
  • TECHNICAL DESCR:  
    PFSS HL7 ADT and DFT message data; PV1 Segment; Sequence 7.
1.09 CONSULTING PHYSICIAN PV1;9 POINTER TO NEW PERSON FILE (#200) NEW PERSON(#200)

  • LAST EDITED:  FEB 24, 2005
  • DESCRIPTION:  
    The sending application may provide data on the Consulting Physician related to a patient visit as a pointer to the NEW PERSON file (#200).
  • TECHNICAL DESCR:  
    PFSS HL7 ADT and DFT message data; PV1 Segment; Sequence 9.
1.1 PURPOSE OF VISIT PV1;10 SET
  • '1' FOR C&P;
  • '2' FOR 10-10;
  • '3' FOR SV;
  • '4' FOR UV;

  • LAST EDITED:  FEB 24, 2005
  • DESCRIPTION:  This field may contain a code to indicate the general type of the outpatient visit associated with this account:
    C&P = Compensation & Pension
    10-10 = Registration 10-10
    SV = Scheduled Visit
    UV = Unscheduled Visit.
  • TECHNICAL DESCR:  
    PFSS HL7 ADT and DFT message data; PV1 Segment; Sequence 10.
1.17 ADMITTING PHYSICIAN PV1;17 POINTER TO NEW PERSON FILE (#200) NEW PERSON(#200)

  • LAST EDITED:  FEB 24, 2005
  • DESCRIPTION:  
    The sending application may provide data on the Admitting Physician, Surgeon, or Primary Provider associated with the visit/encounter. The data is provided as a pointer to the NEW PERSON file (#200).
  • TECHNICAL DESCR:  
    PFSS HL7 ADT and DFT message data; PV1 Segment; Sequence 17.
1.18 PRIMARY STOP CODE PV1;18 POINTER TO CLINIC STOP FILE (#40.7) CLINIC STOP(#40.7)

  • LAST EDITED:  FEB 24, 2005
  • DESCRIPTION:  
    The sending application may provide a pointer to the CLINIC STOP file (#40.7) in order to identify the Primary Stop Code associated with the visit, encounter, or occasion of service.
  • TECHNICAL DESCR:  
    PFSS HL7 ADT and DFT message data; PV1 Segment; Sequence 18.
1.25 CHECK-IN DATE/TIME PV1;25 DATE

  • INPUT TRANSFORM:  S %DT="ESTXR" D ^%DT S X=Y K:Y<1 X
  • LAST EDITED:  FEB 24, 2005
  • DESCRIPTION:  
    Normally only used when SCHEDULING is the sending application, this indicates the date/time of the clinic visit check-in.
  • TECHNICAL DESCR:  
    PFSS HL7 ADT and DFT message data; PV1 Segment; Sequence 25.
1.41 CREDIT STOP CODE PV1;41 POINTER TO CLINIC STOP FILE (#40.7) CLINIC STOP(#40.7)

  • LAST EDITED:  FEB 24, 2005
  • DESCRIPTION:  
    The sending application may provide a pointer to the CLINIC STOP file (#40.7) in order to identify the Credit Stop Code associated with the visit, encounter, or occasion of service.
  • TECHNICAL DESCR:  
    PFSS HL7 ADT and DFT message data; PV1 Segment; Sequence 41.
1.44 ADMIT DATE/TIME PV1;44 DATE

  • INPUT TRANSFORM:  D KAC144^IBBAADD(DA) S %DT="ESTX" D ^%DT S X=Y K:Y<1 X
  • LAST EDITED:  JUN 27, 2005
  • DESCRIPTION:  The definition of this data element is dependent upon the application that is the originating source of the data in the account record.
    SCHEDULING -- Appointment Date/Time
    PCE -- Visit Date/Time
    PTF/FEE BASIS -- Admit Date
    RADIOLOGY -- Date Exam Desired
    PROSTHETICS -- Entry Date
    OP PHARMACY -- Fill/Refill Date
    SURGERY -- Date of Operation
  • TECHNICAL DESCR:  PFSS HL7 ADT and DFT message data; PV1 Segment; Sequence 44.
    Both the "AC" cross-reference, which uses field #1.03, and the "AF" cross-reference, which uses field #16.01, depend on field #1.44. Some input to $$GETACCT^IBBAPI does not contain a data for field #1.44. An example
    would be input for a Pre-Admit (A05) message. It contains data for field #2.08 (Expected Admit Date/Time), but normally does not contain data for field #1.44 (Admit Date/Time). In these cases, the data for field #2.08 is
    also placed in field #1.44, so that field #1.44 will be non-null, and both "AC" and "AF" cross-references can be set.
    S ^IBBAA(375,"AC",X1,X3,X2,DA)=""
    where: X1=field #.03
    X2=field #1.03
    X3=field #1.44
    S ^IBBAA(375,"AF",X1,X3,X2,DA)=""
    where: X1=field #.03
    X2=field #16.01
    X3=field #1.44
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
  • RECORD INDEXES:  AC (#628), AF (#629)
1.45 DISCHARGE DATE/TIME PV1;45 DATE

  • INPUT TRANSFORM:  S %DT="ESTXR" D ^%DT S X=Y K:Y<1 X
  • LAST EDITED:  FEB 24, 2005
  • DESCRIPTION:  
    Used only by Scheduling to indicate the Check-Out Date/Time for the outpatient appointment.
  • TECHNICAL DESCR:  
    PFSS HL7 ADT and DFT message data; PV1 Segment; Sequence 45.
1.5 ALTERNATE VISIT ID PV1;50 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>30!($L(X)<3) X
  • LAST EDITED:  MAY 17, 2005
  • HELP-PROMPT:  Answer must be 3-30 characters in length.
  • DESCRIPTION:  Radiology Secondary Visit Number; used for Radiology charges; the external billing system's Visit Number associated with the CPRS ORDER (#100) for the outpatient or inpatient Radiology order. Concatenate ";;;;RAD to
    numeric string.
    Surgery Surgical Case Number; used for Surgery account creation. Concatenate ";;;;SUR to numeric string.
    OP Pharmacy IEN to PRESCRIPTION file (#52); used for Pharmacy account creation. Concatenate ";;;;OPP to numeric string.
  • TECHNICAL DESCR:  
    PFSS HL7 ADT and DFT message data; PV1 Segment; Sequence 50.
1.51 WORKLOAD NON-COUNT PV1;51 SET
  • 'Y' FOR WNC;
  • 'N' FOR WC;

  • LAST EDITED:  JUN 08, 2005
  • DESCRIPTION:  
    Normally only used when SCHEDULING is the sending application, this defines the clinic location found in field #1.03 as "count" or "non-count" for workload purposes.
  • TECHNICAL DESCR:  
    PFSS HL7 ADT and DFT message data; PV1 Segment; Sequence 51.
1.52 OTHER PROVIDER PV1;52 POINTER TO NEW PERSON FILE (#200) NEW PERSON(#200)

  • LAST EDITED:  FEB 24, 2005
  • DESCRIPTION:  
    Data for an additional Provider to be supplied by the calling application as a pointer to the NEW PERSON file (#200).
  • TECHNICAL DESCR:  
    PFSS HL7 ADT and DFT message data; PV1 Segment; Sequence 52.
2.07 ELIGIBILITY OF VISIT PV2;7 POINTER TO MAS ELIGIBILITY CODE FILE (#8.1) MAS ELIGIBILITY CODE(#8.1)

  • LAST EDITED:  FEB 24, 2005
  • DESCRIPTION:  
    Only used by SCHEDULING or PCE to indicate the patient's Eligibility related to the outpatient visit with which this account record is associated. Data is provided as a pointer to the MAS ELIGIBILITY CODE file (#8.1).
  • TECHNICAL DESCR:  
    PFSS HL7 ADT or DFT message data; PV2 Segment, Sequence 7.
2.08 EXPECTED ADMIT DATE/TIME PV2;8 DATE

  • INPUT TRANSFORM:  S %DT="ESTX" D ^%DT S X=Y K:Y<1 X
  • LAST EDITED:  JUN 07, 2005
  • DESCRIPTION:  The definition of this data element is dependent upon the application that is the originating source of the data.
    SCHEDULING -- Appointment Date/Time
    PROSTHETICS -- Entry Date/Time
    SURGERY -- Planned Date of Operation
    RADIOLOGY -- Date Desired for Exam
  • TECHNICAL DESCR:  
    PFSS HL7 ADT or DFT message data; PV2 Segment, Sequence 8.
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
2.24 APPOINTMENT STATUS PV2;24 SET
  • 'R' FOR SCHEDULED/KEPT;
  • 'I' FOR INPATIENT;
  • 'NS' FOR NO-SHOW;
  • 'NSR' FOR NO-SHOW/RESCHEDULED;
  • 'CP' FOR CANCELLED BY PATIENT;
  • 'CPR' FOR CANCELLED BY PATIENT/RESCHEDULED;
  • 'CC' FOR CANCELLED BY CLINIC;
  • 'CCR' FOR CANCELLED BY CLINIC/RESCHEDULED;
  • 'NT' FOR NO ACTION TAKEN;

  • LAST EDITED:  FEB 24, 2005
  • TECHNICAL DESCR:  
    PFSS HL7 ADT or DFT message data; PV2 Segment, Sequence 24.
2.46 PT STATUS EFFECTIVE DATE PV2;46 DATE

  • INPUT TRANSFORM:  S %DT="EX" D ^%DT S X=Y K:Y<1 X
  • LAST EDITED:  MAR 17, 2005
  • DESCRIPTION:  The definition of this data element is dependent upon the application that is the originating source of the data.
    SCHEDULING - Date Appointment Made.
    PROSTHETICS - Date Ordered/Suspense Date.
  • TECHNICAL DESCR:  
    PFSS HL7 ADT or DFT message data; PV2 Segment, Sequence 46.
3.03 PROCEDURE CODE PR1;3 POINTER TO CPT FILE (#81) CPT(#81)

  • LAST EDITED:  JUN 27, 2005
  • DESCRIPTION:  The applications sending account data to IBB may provide a purpose for the visit, encounter, or occasion of service, in the form of a pointer value to the CPT file (#81). The pointer is used to derive a specific CPT or
    HCPCS code.
  • TECHNICAL DESCR:  
    PFSS HL7 ADT message data; PR1 Segment, Sequence 3.
3.06 FUNCTIONAL TYPE PR1;6 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>4!($L(X)<1) X
  • LAST EDITED:  MAR 18, 2005
  • HELP-PROMPT:  Answer must be 1-4 characters in length.
  • DESCRIPTION:  Radiology - Imaging Type Abbreviation.
    ANI = ANGIO/NEURO/INTERVENTIONAL
    CARD = CARDIOLOGY STUDIES (NUC MED)
    CT = CT SCAN
    RAD = GENERAL RADIOLOGY
    MRI = MAGNETIC RESONANCE IMAGING
    MAM = MAMMOGRAPHY
    NM = NUCLEAR MEDICINE
    US = ULTRASOUND
    VAS = VASCULAR LAB
    Prosthetics - Prosthetics Flag.
    O = Home Oxygen
    P = Purchasing
    I = Stock Issue
  • TECHNICAL DESCR:  
    PFSS HL7 ADT message data; PR1 Segment, Sequence 6.
3.11 SURGEON PR1;11 POINTER TO NEW PERSON FILE (#200) NEW PERSON(#200)

  • LAST EDITED:  MAR 18, 2005
  • DESCRIPTION:  
    If SURGERY passes to IBB data for setup of an account, then this field provides the identity of the Principal Surgeon as a pointer to the NEW PERSON file (#200).
  • TECHNICAL DESCR:  
    PFSS HL7 ADT message data; PR1 Segment; Sequence 11.
3.16 PROCEDURE CODE MODIFIER(S) PR1;16 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>25!($L(X)<1) X
  • LAST EDITED:  FEB 24, 2005
  • HELP-PROMPT:  Answer must be 1-25 characters in length.
  • DESCRIPTION:  Data may only be contained here if field #3.03 holds a pointer to the CPT file (#81), which may be resolved to a CPT or HCPCS code. A string of numbers delimited by semi-colons; each number is a pointer to the CPT
    MODIFIER file (#81.3). Example: 68;245;74;318;
  • TECHNICAL DESCR:  
    PFSS HL7 ADT message data; PR1 Segment; Sequence 16.
4 DIAGNOSIS DG1;0 Multiple #375.04 375.04

  • DESCRIPTION:  
    Multiple DG1 Segments are allowed within an ADT message. Each subrecord in subfile #375.04 contains data for an individual DG1 Segment.
5 SC/EI CLASSIFICATION ZCL;0 Multiple #375.05 375.05

  • DESCRIPTION:  
    Multiple ZCL Segments are allowed within an ADT message. Each subrecord in subfile #375.05 contains data for an individual ZCL Segment.
11 PROCEDURE TEXT 11;1 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>200!($L(X)<3) X
  • LAST EDITED:  MAR 02, 2005
  • HELP-PROMPT:  Answer must be 3-200 characters in length.
  • DESCRIPTION:  If the application calling GETACCT^IBBAPI does not yet have Procedure data as a pointer to the CPT file (#81), then Procedure may be supplied as free text.
    The calling application may also provide data for this field that is used to enhance or add detail to the CPT or HCPCS code provided in field #3.03.
  • TECHNICAL DESCR:  
    PFSS HL7 ADT message data; PR1 Segment; Sequence 4.
12 DIAGNOSIS TEXT 12;1 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>200!($L(X)<3) X
  • LAST EDITED:  JUN 09, 2005
  • HELP-PROMPT:  Answer must be 3-200 characters in length.
  • DESCRIPTION:  
    If the application calling GETACCT^IBBAPI does not yet have Diagnosis data as a pointer to the ICD DIAGNOSIS file (#80), then Diagnosis may be supplied as free text.
  • TECHNICAL DESCR:  
    PFSS HL7 ADT message data; DG1 Segment; Sequence 4.
13 FACILITY ID 13;1 POINTER TO MEDICAL CENTER DIVISION FILE (#40.8) MEDICAL CENTER DIVISION(#40.8)

  • LAST EDITED:  MAR 09, 2005
  • DESCRIPTION:  
    Identifies the facility (i.e., medical center division) associated with the patient service.
  • TECHNICAL DESCR:  
    PFSS HL7 ADT message data; EVN Segment; Sequence 6.
14.01 SURGICAL CASE # 14;1 POINTER TO SURGERY FILE (#130) SURGERY(#130)

  • LAST EDITED:  MAR 09, 2005
  • DESCRIPTION:  
    Surgical Case # for any account setup by Surgery package.
  • TECHNICAL DESCR:  
    PFSS HL7 ADT message data; PV1 Segment; Sequence 50.
14.02 SURGICAL SPECIALTY 14;2 POINTER TO SURGICAL SPECIALTY FILE (#45.3) SURGICAL SPECIALTY(#45.3)

  • LAST EDITED:  MAR 09, 2005
  • DESCRIPTION:  
    Surgical Specialty for any account setup by Surgery package.
  • TECHNICAL DESCR:  
    PFSS HL7 ADT message data; PV2 Segment; Sequence 12.
15.01 RADIOLOGY CLINICAL HX 15;1 POINTER TO RAD/NUC MED ORDERS FILE (#75.1) RAD/NUC MED ORDERS(#75.1)

  • LAST EDITED:  MAR 18, 2005
  • DESCRIPTION:  
    The Clinical History for the Radiology exam can be obtained by using this pointer value to the RAD/NUC MED ORDERS file (#75.1).
  • TECHNICAL DESCR:  
    PFSS HL7 ADT message data; OBX Segment; Sequence 5.
16.01 OUTSIDE LOCATION 16;1 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>50!($L(X)<2) X
  • LAST EDITED:  JUN 20, 2005
  • HELP-PROMPT:  Answer must be 2-50 characters in length.
  • DESCRIPTION:  If the Patient Location for the visit/encounter/service is outside the VAMC, then the name of that location is stored here as free text.
    For A01 event messages related to inpatient admissions to outside hospitals, the PTF application will use "FEE BASIS" as a generic location descriptor.
  • TECHNICAL DESCR:  PFSS HL7 ADT message data; PV1 Segment; Sequence 3.
    The "AF" cross-reference uses field #16.01.
    S ^IBBAA(375,"AF",X1,X3,X2,DA)=""
    where: X1=field #.03
    X2=field #16.01
    X3=field #1.44
  • RECORD INDEXES:  AF (#629)
99 EVENT HISTORY 99;0 DATE Multiple #375.099 375.099

  • DESCRIPTION:  
    This subfile stores a history of the HL7 ADT events that are sent/received for this PFSS ACCOUNT record.

ICR, Total: 1

ICR LINK Subscribing Package(s) Fields Referenced Description
ICR #4741
  • Outpatient Pharmacy
  • PCE Patient Care Encounter
  • Prosthetics
  • Registration
  • Radiology Nuclear Medicine
  • Scheduling
  • Surgery
  • Order Entry Results Reporting
  • NAME (.01).
    Access: Pointed to

    External References

    Name Field # of Occurrence
    ^%DT .05+1, 1.25+1, 1.44+1, 1.45+1, 2.08+1, 2.46+1
    KAC144^IBBAADD 1.44+1

    Global Variables Directly Accessed

    Name Line Occurrences  (* Changed,  ! Killed)
    ^IBBAA(375 - [#375] IXACSL+1*, IXACKL+1!, IXACKEIC+1!, IXAFSL+1*, IXAFKL+1!, IXAFKEIC+1!, .02(XREF 1S), .02(XREF 1K), .03(XREF 3S), .03(XREF 3K)

    Local Variables

    Legend:

    >> Not killed explicitly
    * Changed
    ! Killed
    ~ Newed

    Name Field # of Occurrence
    >> %DT .05+1*, 1.25+1*, 1.44+1*, 1.45+1*, 2.08+1*, 2.46+1*
    >> DA IXACSL+1, IXACKL+1, IXAFSL+1, IXAFKL+1, .02(XREF 1S), .02(XREF 1K), .03(XREF 3S), .03(XREF 3K), 1.44+1
    >> DINUM .01+1*
    X .01+1!, .02+1!, .02(XREF 1S), .02(XREF 1K), .03(XREF 3S), .03(XREF 3K), .04+1!, .05+1*!, 1.25+1*!, 1.44+1*!
    , 1.45+1*!, 1.5+1!, 2.08+1*!, 2.46+1*!, 3.06+1!, 3.16+1!, 11+1!, 12+1!, 16.01+1!
    X(1 IXACSL+1, IXACKL+1, IXAFSL+1, IXAFKL+1
    X(2 IXACSL+1, IXACKL+1, IXAFSL+1, IXAFKL+1
    X(3 IXACSL+1, IXACKL+1, IXAFSL+1, IXAFKL+1
    >> Y .05+1, 1.25+1, 1.44+1, 1.45+1, 2.08+1, 2.46+1
    Info |  Desc |  Directly Accessed By Routines |  Accessed By FileMan Db Calls |  Pointed To By FileMan Files |  Pointer To FileMan Files |  Fields |  ICR |  External References |  Global Variables Directly Accessed |  Local Variables  | All