62 lines
2.0 KiB
Plaintext
62 lines
2.0 KiB
Plaintext
maintenance:
|
|
|
|
title: DOC_ED_TRIAGE_NOTE_CLOSE;;
|
|
mlmname: DOC_ED_TRIAGE_NOTE_CLOSE;;
|
|
arden: version 5.0;;
|
|
version: 2.00;;
|
|
institution: St.Clair Hospital;;
|
|
author: Don Warnick;;
|
|
specialist: Don Warnick;;
|
|
date: 2016-08-23;;
|
|
validation: testing;;
|
|
|
|
library:
|
|
purpose: Call upon close of the ED Triage Note
|
|
;;
|
|
explanation:
|
|
|
|
|
|
Change history
|
|
|
|
08.22.2016 DJW CSR# 34849 Patient Header Visit Count Readmission Monitoring - Created
|
|
04.21.2017 SZ CSR# 35113 SIRS Sepsis Alert ED
|
|
05.23.2018 DW CSR# 36510 Harm to Self or Others - Created
|
|
03.05.2019 DW CSR# 38048 - Alert to mitigate Daylight Savings Time issue present 16.3 CU10 PR54 (corrected later)
|
|
|
|
;;
|
|
keywords:
|
|
;;
|
|
knowledge:
|
|
type: data-driven;;
|
|
data:
|
|
|
|
(thisDocumentCommunication) := argument;
|
|
StrokeLastKnownWell := MLM {{{SINGLE-QUOTE}}}DOC_FUNC_STROKE_LAST_KNOWN_WELL_CALC{{{SINGLE-QUOTE}}};
|
|
thisDocumentCommunication := CALL StrokeLastKnownWell WITH thisDocumentCommunication;
|
|
|
|
(thisDocumentCommunication) := argument;
|
|
DocPatientHeaderVisitCount := MLM {{{SINGLE-QUOTE}}}DOC_FUNC_PATIENT_HEADER_VISIT_COUNT{{{SINGLE-QUOTE}}};
|
|
thisDocumentCommunication := CALL DocPatientHeaderVisitCount WITH thisDocumentCommunication;
|
|
|
|
(thisDocumentCommunication) := argument;
|
|
SepsisColumnUpdate := MLM {{{SINGLE-QUOTE}}}DOC_SEPSIS_STATUS_BOARD_COLUMN_ED{{{SINGLE-QUOTE}}};
|
|
thisDocumentCommunication := CALL SepsisColumnUpdate WITH thisDocumentCommunication;
|
|
|
|
(thisDocumentCommunication) := argument;
|
|
SuicidalOrViolent := MLM {{{SINGLE-QUOTE}}}DOC_FUNC_SUICIDAL_OR_VIOLENT{{{SINGLE-QUOTE}}};
|
|
thisDocumentCommunication := CALL SuicidalOrViolent WITH thisDocumentCommunication;
|
|
|
|
//Call MLM to alert that mitigates Daylight Savings Time issue present 16.3 CU10 PR54 (corrected later)
|
|
DSTAlert := MLM {{{SINGLE-QUOTE}}}DOC_SMP_CHECK_DAYLIGHT_SAVINGS_TIME{{{SINGLE-QUOTE}}};
|
|
thisDocumentCommunication := CALL DSTAlert WITH thisDocumentCommunication;
|
|
|
|
;;
|
|
evoke:
|
|
;;
|
|
logic: conclude true;
|
|
;;
|
|
action: return thisDocumentCommunication;
|
|
;;
|
|
Urgency: 50;;
|
|
end:
|