Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Routine: GMRCHL7B

GMRCHL7B.m

Go to the documentation of this file.
  1. GMRCHL7B ;SLC/DCM,MA,JFR - Process data from GMRCHL7A ;16-Apr-2014 14:23;DU
  1. ;;3.0;CONSULT/REQUEST TRACKING;**1,5,12,21,17,22,33,1004**;DEC 27, 1997;Build 12
  1. ;IHS/MSC/MGH major changes in patch 1004 to accomodate SNOMED and
  1. ;V CarePlaning files for MU stage II
  1. ; This routine invokes IA #3991
  1. ;
  1. NEW(MESSAGE) ;Add new order
  1. ;GMRCO=^GMR(123,IFN, the new file number in file ^GMR(123,
  1. ;GMRCORFN=OE/RR file number GMRCWARD=ward patient is on
  1. ;GMRCSS=service consult sent to GMRCAD=date/time of request
  1. ;GMRCPRI=procedure/request GMRCURGI=urgency
  1. ;GMRCATN=attention GMRCSTS=OE/RR order status
  1. ;GMRCORNP=patient's provider GMRCTYPE=request type (request or consult)
  1. ;GMRCSBR=service rendered on what basis (Inpatient, or Outpatient)
  1. ;GMRCRFQ=reason for request array - word processing fields
  1. ;GMRCOTXT=order display text from dialog or orderable item
  1. ;GMRCPRDG=provisional DX
  1. ;GMRCPRCD=provisional DX code
  1. ;GMRCPRPB=problem IEN
  1. ;
  1. ; Output:
  1. ; MESSAGE = rejection message if problems encountered while filing
  1. ;
  1. ; check for inactive ICD-9 code in Prov. DX
  1. ;I $L($G(GMRCPRCD)) D I $D(MESSAGE) Q ; rejected due to inactive code
  1. ;. I +$$STATCHK^ICDAPIU(GMRCPRCD,DT) Q ;code is OK
  1. ;. S MESSAGE="Provisional DX code is inactive. Unable to file request."
  1. ;
  1. N DIC,DLAYGO,X,DR,DIE,GMRCADUZ,GMRCCP,SNOMED
  1. S DIC="^GMR(123,",DIC(0)="L",X="""N""",DLAYGO=123 D ^DIC K DLAYGO Q:Y<1
  1. ; Patch #21 changed GMRCA=1 to GMRCA=2
  1. S (DA,GMRCO)=+Y,GMRCSTS=5,GMRCA=2,DIE=DIC
  1. L +^GMR(123,GMRCO)
  1. S DR=".02////^S X=DFN;.03////^S X=GMRCORFN;.04////^S X=GMRCWARD;.05////^S X=GMRCFAC;.06////^S X=$G(GMRCOFN);1////^S X=GMRCSS;2////^S X=$G(GMRCWARD);3////^S X=GMRCAD;4////^S X=GMRCPRI;5////^S X=GMRCURGI;7////^S X=$G(GMRCATN)"
  1. D ^DIE
  1. I GMRCOTXT=$$GET1^DIQ(123.5,+GMRCSS,.01) S GMRCOTXT=""
  1. ;Added new field .1 to DR on 7/11/98 to save the order text
  1. S DR="6////^S X=GMRCPLI;8////^S X=GMRCSTS;9////^S X=GMRCA;10////^S X=GMRCORNP;13////^S X=GMRCTYPE;14////^S X=$G(GMRCSBR);30////^S X=$G(GMRCPRDG);.1////^S X=$G(GMRCOTXT)"
  1. I $D(GMRCPRCD) S DR=DR_";30.1///^S X=GMRCPRCD"
  1. S GMRCCP=$P($G(^GMR(123.3,+GMRCPRI,0)),U,4) I GMRCCP D ;file CP
  1. . S DR=DR_";1.01///^S X=GMRCCP"
  1. D ;check to see if an IFC and add .07 ROUTING FACILITY
  1. . I $G(GMRCPRI) D Q ;see if procedure is mapped
  1. .. I '$D(^GMR(123.3,+GMRCPRI,"IFC")) Q
  1. .. N IFC S IFC=$G(^GMR(123.3,+GMRCPRI,"IFC"))
  1. .. I '+IFC Q ; no ifc routing site
  1. .. I '$L($P(^GMR(123.3,+GMRCPRI,"IFC"),U,2)) Q ;no remote proc name
  1. .. S DR=DR_";.07////"_+IFC_";.125////P"
  1. . I '$G(GMRCPRI) D Q ;see if service is mapped
  1. .. I '$D(^GMR(123.5,+GMRCSS,"IFC")) Q
  1. .. N IFC S IFC=$G(^GMR(123.5,+GMRCSS,"IFC"))
  1. .. I '+IFC Q ; no ifc routing site
  1. .. I '$L($P(IFC,U,2)) Q ;no remote service name
  1. .. S DR=DR_";.07////"_+IFC_";.125////P;.131////"_$P(IFC,U,2)
  1. . Q
  1. D ^DIE
  1. I $O(GMRCRFQ(0)) D REASON
  1. ;IHS/MSC/MGH Patch 1004 Add SNOMED CT if stores
  1. S SNOMED=$$GET1^DIQ(123.5,GMRCSS,9999999.01)
  1. I SNOMED'="" D
  1. .I '$D(GMRCPRPB) S GMRCPRPB=""
  1. .S DR="9999999.01////"_SNOMED_";9999999.02////"_GMRCPRPB
  1. .D ^DIE
  1. L -^GMR(123,GMRCO)
  1. S GMRCA=1 D AUDIT0^GMRCHL7U
  1. I $D(GMRCXMF),$D(GMRCOFN) S $P(^GMR(123,GMRCO,0),"^",21)=GMRCOFN
  1. I $D(GMRCACTN) S GMRCADUZ(GMRCACTN)=""
  1. D ALERT^GMRCHL7U(DFN,GMRCSS,GMRCPRI,GMRCO,GMRCURGI,"")
  1. D PRNT^GMRCUTL1(GMRCSS,GMRCO) ;contains print audit update
  1. D EXIT
  1. Q
  1. DC(GMRCO,ACTRL) ;Discontinue request from OERR
  1. ;Denied request also gets this action. Deny request updates status to dc
  1. ;GMRCO=IEN of record in file ^GMR(123, i.e., ^GMR(123,DA,
  1. ;ACTRL=GMRCCTRL=control code defining action -
  1. ; DC control code = action DC for discontinued
  1. ; CA control code = action DY for denied
  1. ;Update the last action taken, order status, and processing activity
  1. Q:'$L(GMRCO)
  1. Q:'$D(^GMR(123,+GMRCO,0))
  1. N GMRCACT,GMRCSVC,GMRCDFN,GMRCFL,GMRCADUZ,GMRCRQR,DA
  1. S GMRCACT=$O(^GMR(123.1,"D",ACTRL,0))
  1. S GMRCSTS=$P(^GMR(123.1,GMRCACT,0),"^",2)
  1. S DIE="^GMR(123,",DA=GMRCO
  1. S DR="8////^S X=GMRCSTS;9////^S X=GMRCACT" ; upd status + last action
  1. D ^DIE
  1. D AUDIT0^GMRCHL7U
  1. ; send 513 back through service printer if order DC'd
  1. I $G(ACTRL)="DC",$$DCPRNT^GMRCUTL1(GMRCO,DUZ) D
  1. . D PRNT^GMRCUTL1(+$P(^GMR(123,GMRCO,0),U,5),GMRCO)
  1. S GMRCDFN=$P(^GMR(123,+GMRCO,0),"^",2)
  1. S GMRCFL=$$DCNOTE^GMRCADC(GMRCO,DUZ),GMRCADUZ=""
  1. S GMRCRQR=+$P($G(^GMR(123,+GMRCO,0)),"^",14)
  1. I +GMRCRQR,GMRCRQR'=DUZ S GMRCADUZ(GMRCRQR)=""
  1. S GMRCSVC=$P($G(^GMR(123,+GMRCO,0)),"^",5)
  1. I +GMRCSVC S GMRCSVC=$S($D(^GMR(123.5,GMRCSVC,.1)):^(.1),1:$P(^GMR(123.5,GMRCSVC,0),"^",1))
  1. E S GMRCSVC="Unknown Service: Consult # "_GMRCO
  1. S GMRCORTX=$S(ACTRL="DC":"Discontinued",1:"Cancelled")
  1. S GMRCORTX=GMRCORTX_" Consult "_$$ORTX^GMRCAU(GMRCO)
  1. N NOTYPE S NOTYPE=$S(ACTRL="DC":23,1:30)
  1. D MSG^GMRCP(GMRCDFN,GMRCORTX,+GMRCO,NOTYPE,.GMRCADUZ,GMRCFL)
  1. D EXIT
  1. Q
  1. MODIFY ;Change an order/request when an HL7 'XX' code is received
  1. ;This is currently not used.
  1. ; When Consults sends an XX, CPRS returns NA with a new order ien.
  1. ;GMRCACT=processing activity - from file ^GMR(123.1,
  1. S DIE="^GMR(123,",DA=+GMRCO
  1. S GMRCWARD=$G(GMRCWARD),GMRCPRI=$G(GMRCPRI),GMRCURGI=$G(GMRCURGI),GMRCSTS=$G(GMRCSTS),GMRCTYPE=$G(GMRCTYPE),GMRCSS=$G(GMRCSS)
  1. S GMRCACT=$O(^GMR(123.1,"D",GMRCTRLC,0))
  1. S GMRCSTS=$P(^GMR(123.1,GMRCACT,0),"^",2)
  1. S DIE=123,DR=".04////^S X=$G(GMRCWARD);1////^S X=$G(GMRCSS);4////^S X=$G(GMRCPRI);5////^S X=$G(GMRCURGI);8////^S X=$G(GMRCSTS);9////^S X=GMRCACT"
  1. D ^DIE
  1. D AUDIT0^GMRCHL7U
  1. D EXIT Q
  1. REASON ;load the reason for request into ^GMR(123,IFN,20
  1. S ^GMR(123,GMRCO,20,0)="^^^"_$S($D(GMRCDA):GMRCDA,1:DT)_"^"
  1. S L=0,LN=1 F S L=$O(GMRCRFQ(L)) Q:L="" S ^GMR(123,GMRCO,20,LN,0)=GMRCRFQ(L),LN=LN+1
  1. S LN=LN-1,$P(^GMR(123,GMRCO,20,0),"^",3)=LN
  1. K L,LN
  1. Q
  1. COMMENT(GMRCARY) ;add comments to the record. Add the comment header, then the comment lines, and lastly, the number of comment lines to the header
  1. ;GMRCARY= GMRCNTC array
  1. S LN=0,^GMR(123,GMRCO,40,DA,1,0)="^^^^"_$P(GMRCDA,".",1)_"^"
  1. F S LN=$O(GMRCARY(LN)) Q:LN="" S ^GMR(123,+GMRCO,40,DA,1,LN,0)=GMRCARY(LN),LN1=LN
  1. S $P(^GMR(123,+GMRCO,40,DA,1,0),"^",3,4)=LN1_"^"_LN1
  1. K LN,LN1 Q
  1. Q
  1. EXIT ;kill off all variables
  1. K DA,DIC,DIE,DR,GMRCORTX,GMRCADUZ
  1. Q