Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Details
Print Page as PDF
Sub-Field: 560.02

Package: Virtual Patient Record

VPR SUBSCRIPTION(#560)-->560.02

Sub-Field: 560.02


Information

Parent File Name Number Package
VPR SUBSCRIPTION(#560) PATIENTS 560.02 Virtual Patient Record

Details

Field # Name Loc Type Details
.01 PATIENT NAME 0;1 POINTER TO PATIENT FILE (#2) PATIENT(#2)

  • INPUT TRANSFORM:  S DINUM=+X
  • LAST EDITED:  NOV 16, 2018
  • HELP-PROMPT:  Enter the name of a patient for whom data updates are to be tracked.
  • DESCRIPTION:  
    This is a patient whose data is being tracked for the Regional Health Connect server.
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
  • CROSS-REFERENCE:  560.02^B
    1)= S ^VPR(DA(1),2,"B",$E(X,1,30),DA)=""
    2)= K ^VPR(DA(1),2,"B",$E(X,1,30),DA)
  • FIELD INDEX:  ANEW (#1538) MUMPS ACTION WHOLE FILE (#560)
    Short Descr: Mark New Patients for Regional Health Connect
    Description: This cross reference is used to notify the Regional Health Connect that a new patient needs to be added to the repository. Changes to patient information are monitored by VPR listeners attached to cross references and
    Protocol file events; when there is activity on a patient not in the repository, the following node will be set by routine NEW^VPRHS:
    ^VPR("ANEW",seq#,DFN)=ICN
    This node is monitored by the Regional Health Connect and will be deleted after it has been processed.
    Set Logic: Q
    Kill Logic: Q
    X(1): Computed Code: S X=+$G(^VPR(DA(1),1))
    (Subscr 1) (Len 15) (forwards)
    X(2): PATIENT NAME (560.02,.01) (Subscr 2) (Len 15) (forwards)
    NO RE-INDEXING ALLOWED!
  • FIELD INDEX:  AVPR (#1539) MUMPS ACTION WHOLE FILE (#560)
    Short Descr: Mark Patients for Regional Health Connect
    Description: This cross reference is used to notify the Regional Health Connect that the given patient information has been added to or modified. Changes to patient information are monitored by VPR listeners attached to cross
    references and Protocol file events; when data has changed, the following node will be set by routine POST^VPRHS:
    ^VPR("AVPR",seq#,DFN)=ICN^TYPE^ID^ACTION^VISIT#
    This node is monitored by the Regional Health Connect and will be deleted after it has been processed.
    Set Logic: Q
    Kill Logic: Q
    X(1): Computed Code: S X=+$G(^VPR(DA(1),1))
    (Subscr 1) (Len 15) (forwards)
    X(2): PATIENT NAME (560.02,.01) (Subscr 2) (Len 15) (forwards)
    NO RE-INDEXING ALLOWED!
.02 TASK 0;2 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>20!($L(X)<1) X
    MAXIMUM LENGTH: 20
  • LAST EDITED:  JAN 03, 2019
  • HELP-PROMPT:  Answer must be 1-20 characters in length.
  • DESCRIPTION:  
    This is the task number for the background job that is queued to update the HealthShare Patient container; it will be deleted when the task completes.
Info |  Details