51 lines
1.3 KiB
Plaintext
51 lines
1.3 KiB
Plaintext
maintenance:
|
|
|
|
title: DOC_ED_TRIAGE_NOTE_OPEN;;
|
|
mlmname: DOC_ED_TRIAGE_NOTE_OPEN;;
|
|
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 MLMs upon open of the ED Triage Note
|
|
;;
|
|
explanation:
|
|
|
|
|
|
Change history
|
|
|
|
05.23.2018 DW CSR# 36510 Harm to Self or Others - Created
|
|
|
|
;;
|
|
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;
|
|
SuicidalOrViolent := MLM {{{SINGLE-QUOTE}}}DOC_FUNC_SUICIDAL_OR_VIOLENT{{{SINGLE-QUOTE}}};
|
|
thisDocumentCommunication := CALL SuicidalOrViolent WITH thisDocumentCommunication;
|
|
|
|
(thisDocumentCommunication) := argument;
|
|
DocDTAP := MLM {{{SINGLE-QUOTE}}}DOC_FUNC_GENERIC_MANDATORY_BY_OCCUPATION{{{SINGLE-QUOTE}}};
|
|
thisDocumentCommunication := CALL DocDTAP WITH thisDocumentCommunication;
|
|
|
|
;;
|
|
evoke:
|
|
;;
|
|
logic: conclude true;
|
|
;;
|
|
action: return thisDocumentCommunication;
|
|
;;
|
|
Urgency: 50;;
|
|
end:
|