51 lines
1.2 KiB
Plaintext
51 lines
1.2 KiB
Plaintext
maintenance:
|
|
|
|
title: DOC_READMISSION_RISK_PLANNING_CLOSE;;
|
|
mlmname: DOC_READMISSION_RISK_PLANNING_CLOSE;;
|
|
arden: version 4.5;;
|
|
version: 2.00;;
|
|
institution: St.Clair Hospital;;
|
|
author: Janet Nordin;;
|
|
specialist: Don Warnick;;
|
|
date: 2018-08-31;;
|
|
validation: testing;;
|
|
|
|
library:
|
|
purpose:
|
|
;;
|
|
explanation:
|
|
|
|
|
|
Change history
|
|
|
|
08.31.2018 DW CSR# 36721 Risk Score Enhancement - increase the score via the EPN - Created
|
|
11.01.2017 DW CSR # 37570 Remove MLM from Care Transitions Consult
|
|
01.23.2019 DW CSR # 37792 Re-introduce MLM from Care Transitions Consult
|
|
|
|
;;
|
|
keywords:
|
|
;;
|
|
knowledge:
|
|
type: data-driven;;
|
|
data:
|
|
|
|
// Recieve arguments from the structured note
|
|
|
|
(thisDocumentCommunication) := argument;
|
|
|
|
CREATE_CARE_TRANSITION_CONSULT := MLM {{{SINGLE-QUOTE}}}DOC_SCH_CREATE_CARE_TRANSITION_CONSULT{{{SINGLE-QUOTE}}};
|
|
thisDocumentCommunication := CALL CREATE_CARE_TRANSITION_CONSULT WITH thisDocumentCommunication;
|
|
|
|
RiskCategory := MLM {{{SINGLE-QUOTE}}}DOC_FUNC_RISK_CATEGORY{{{SINGLE-QUOTE}}};
|
|
thisDocumentCommunication := CALL RiskCategory WITH thisDocumentCommunication;
|
|
|
|
;;
|
|
evoke:
|
|
;;
|
|
logic: conclude true;
|
|
;;
|
|
action: return thisDocumentCommunication;
|
|
;;
|
|
Urgency: 50;;
|
|
end:
|