48 lines
1.1 KiB
Plaintext
48 lines
1.1 KiB
Plaintext
maintenance:
|
|
|
|
title: DOC_OBS_ASSESSMENT_OPEN;;
|
|
mlmname: DOC_OBS_ASSESSMENT_OPEN;;
|
|
arden: version 4.5;;
|
|
version: 2.00;;
|
|
institution: St.Clair Hospital;;
|
|
author: Juliet M. Law;;
|
|
specialist: ;;
|
|
date: 2016-01-25;;
|
|
validation: testing;;
|
|
|
|
library:
|
|
purpose:
|
|
;;
|
|
explanation:
|
|
|
|
|
|
Change history
|
|
|
|
01.25.2016 JML CSR 33953 Created; copied from DOC_ADULT_ASSESSMENT_OPEN
|
|
|
|
;;
|
|
keywords:
|
|
;;
|
|
knowledge:
|
|
type: data-driven;;
|
|
data:
|
|
// Receive arguments from the flowsheet
|
|
(thisDocumentCommunication) := argument;
|
|
|
|
Doc_VTE_Override := MLM {{{SINGLE-QUOTE}}}DOC_FUNC_VTE_PHYSICIAN_OVERRIDE{{{SINGLE-QUOTE}}};
|
|
thisDocumentCommunication := CALL Doc_VTE_Override WITH thisDocumentCommunication;
|
|
|
|
//Call MLM to alert on urinary catheter risk assessment
|
|
DocCatheterRiskObs := MLM {{{SINGLE-QUOTE}}}DOC_FUNC_URINARY_CATHETER_CHART_ALERT{{{SINGLE-QUOTE}}};
|
|
thisDocumentCommunication := CALL DocCatheterRiskObs WITH thisDocumentCommunication;
|
|
|
|
;;
|
|
evoke:
|
|
;;
|
|
logic: conclude true;
|
|
;;
|
|
action: return thisDocumentCommunication;
|
|
;;
|
|
Urgency: 50;;
|
|
end:
|