Files
St.Clair/MLMStripper/bin/Debug/DOC/DOC_DISCHARGE_INSTRUCTIONS_OPEN.mlm

46 lines
1.0 KiB
Plaintext

maintenance:
title: DOC_DISCHARGE_INSTRUCTIONS_OPEN;;
mlmname: DOC_DISCHARGE_INSTRUCTIONS_OPEN;;
arden: version 5.0;;
version: 2.00;;
institution: St.Clair Hospital;;
author: Don Warnick;;
specialist: ;;
date: 2014-04-30;;
validation: testing;;
library:
purpose:
;;
explanation: This MLM will call functional MLMs to be run upon open of the Discharge Instructions Structued Note
Change history
04.30.2014 DW CSR# 31688 - Created
;;
keywords:
;;
knowledge:
type: data-driven;;
data:
(thisDocumentCommunication) := argument;
DocInfluenza := MLM {{{SINGLE-QUOTE}}}DOC_FUNC_DISCHARGE_DIAG{{{SINGLE-QUOTE}}};
thisDocumentCommunication := CALL DocInfluenza WITH thisDocumentCommunication;
(thisDocumentCommunication) := argument;
DocPneumovax := MLM {{{SINGLE-QUOTE}}}DOC_FUNC_CCDA_DATA{{{SINGLE-QUOTE}}};
thisDocumentCommunication := CALL DocPneumovax WITH thisDocumentCommunication;
;;
evoke:
;;
logic: conclude true;
;;
action: return thisDocumentCommunication;
;;
Urgency: 50;;
end: