Initial Checking with all 820 MLMs

This commit is contained in:
2020-02-02 00:54:01 -05:00
parent c59dc6de2e
commit 840d0432f4
828 changed files with 239162 additions and 0 deletions

View File

@@ -0,0 +1,50 @@
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: