65 lines
1.9 KiB
Plaintext
65 lines
1.9 KiB
Plaintext
maintenance:
|
|
|
|
title: Vaccine Protocol Assessments;;
|
|
mlmname: DOC_Vaccine_Protocols;;
|
|
arden: version 5.0;;
|
|
version: 2.00;;
|
|
institution: St.Clair Hospital;;
|
|
author: Teresa Spicuzza;;
|
|
specialist: ;;
|
|
date: 2010-02-03;;
|
|
validation: testing;;
|
|
|
|
library:
|
|
purpose:
|
|
;;
|
|
explanation: This "master" MLM calls others for the Pediatric Patient Profile.
|
|
|
|
|
|
Change history
|
|
|
|
09.09.2010 TS Copied from DOC_MD_PROGRESSNOTE
|
|
01.26.2011 TS Added call for Diabetes risk assessment
|
|
09.21.2011 DW Removed call for Diabetes risk assessment
|
|
02.08.2012 DW CSR# 26309 - added TDAP MLM
|
|
02.08.2012 DW CSR# 26945 Added call to DOC_FUNC_ADVANCE_DIRECTIVE
|
|
07.19.2013 DW CSR# 31450 Free Text Meds
|
|
|
|
;;
|
|
keywords:
|
|
;;
|
|
knowledge:
|
|
type: data-driven;;
|
|
data:
|
|
// Recieve arguments from the structured note
|
|
|
|
(thisDocumentCommunication) := argument;
|
|
DocInfluenza := MLM {{{SINGLE-QUOTE}}}DOC_FUNC_INFLUENZA{{{SINGLE-QUOTE}}};
|
|
thisDocumentCommunication := CALL DocInfluenza WITH thisDocumentCommunication;
|
|
//
|
|
(thisDocumentCommunication) := argument;
|
|
DocPneumovax := MLM {{{SINGLE-QUOTE}}}DOC_FUNC_PNEUMOVAX{{{SINGLE-QUOTE}}};
|
|
thisDocumentCommunication := CALL DocPneumovax WITH thisDocumentCommunication;
|
|
|
|
(thisDocumentCommunication) := argument;
|
|
DocDTAP := MLM {{{SINGLE-QUOTE}}}DOC_FUNC_ADVANCE_DIRECTIVE{{{SINGLE-QUOTE}}};
|
|
thisDocumentCommunication := CALL DocDTAP WITH thisDocumentCommunication;
|
|
|
|
(thisDocumentCommunication) := argument;
|
|
DocDTAP := MLM {{{SINGLE-QUOTE}}}DOC_FUNC_TDAP{{{SINGLE-QUOTE}}};
|
|
thisDocumentCommunication := CALL DocDTAP WITH thisDocumentCommunication;
|
|
/*
|
|
(thisDocumentCommunication) := argument;
|
|
DocDTAP := MLM {{{SINGLE-QUOTE}}}DOC_FUNC_FREE_TEXT_MEDS{{{SINGLE-QUOTE}}};
|
|
thisDocumentCommunication := CALL DocDTAP WITH thisDocumentCommunication;
|
|
*/
|
|
;;
|
|
evoke:
|
|
;;
|
|
logic: conclude true;
|
|
;;
|
|
action: return thisDocumentCommunication;
|
|
;;
|
|
Urgency: 50;;
|
|
end:
|