Initial Checking with all 820 MLMs
This commit is contained in:
56
MLMStripper/bin/Debug/DOC/DOC_BIPAP_CPAP_UNIVERSAL.mlm
Normal file
56
MLMStripper/bin/Debug/DOC/DOC_BIPAP_CPAP_UNIVERSAL.mlm
Normal file
@@ -0,0 +1,56 @@
|
||||
maintenance:
|
||||
|
||||
title: DOC_BIPAP_CPAP_UNIVERSAL ;;
|
||||
mlmname: DOC_BIPAP_CPAP_UNIVERSAL;;
|
||||
arden: version 2.5;;
|
||||
version: 1.00;;
|
||||
institution: St.Clair Hospital;;
|
||||
author: Sandy Zhang ;;
|
||||
specialist: Debbie Eiler ;;
|
||||
date: 2017-06-12;;
|
||||
validation: testing;;
|
||||
|
||||
library:
|
||||
purpose: calls MLMs below when any of the {{{SINGLE-QUOTE}}}Respiratory Device/Implant{{{SINGLE-QUOTE}}} checkbox options are modified
|
||||
attached to: 1) {{{SINGLE-QUOTE}}}KBC Adult Patient Profile 2.0{{{SINGLE-QUOTE}}}
|
||||
2) Adult Patient Profile - Behavioral Health
|
||||
3) KBC OB Patient Profile 2.0
|
||||
|
||||
and attribute {{{SINGLE-QUOTE}}}! REVIEW OF SYSTEMS (Prior to Admission){{{SINGLE-QUOTE}}} -> {{{SINGLE-QUOTE}}}PRO Respiratory QA{{{SINGLE-QUOTE}}} -> {{{SINGLE-QUOTE}}}PRO resp device{{{SINGLE-QUOTE}}}
|
||||
and attribute {{{SINGLE-QUOTE}}}Review of Systems (Prior to Admission){{{SINGLE-QUOTE}}} -> {{{SINGLE-QUOTE}}}PRO Respiratory OB QA{{{SINGLE-QUOTE}}} -> {{{SINGLE-QUOTE}}}PRO resp device ob{{{SINGLE-QUOTE}}}
|
||||
|
||||
;;
|
||||
explanation:
|
||||
|
||||
Change History
|
||||
|
||||
06.12.2017 SZ CSR# 35226 BiPAP and CPAP Health Issue and Respiratory Consult Order creation
|
||||
|
||||
;;
|
||||
keywords:
|
||||
;;
|
||||
citations:
|
||||
;;
|
||||
knowledge:
|
||||
type: data-driven;;
|
||||
data:
|
||||
|
||||
(thisDocumentCommunication) := argument;
|
||||
autoselect_CPAP_BiPAP_instructions := MLM {{{SINGLE-QUOTE}}}DOC_BIPAP_CPAP{{{SINGLE-QUOTE}}};
|
||||
thisDocumentCommunication := CALL autoselect_CPAP_BiPAP_instructions WITH thisDocumentCommunication;
|
||||
|
||||
(thisDocumentCommunication) := argument;
|
||||
BiPAP_CPAP_HI_order_creation := MLM {{{SINGLE-QUOTE}}}DOC_BIPAP_CPAP_HI_ORDER{{{SINGLE-QUOTE}}};
|
||||
thisDocumentCommunication := CALL BiPAP_CPAP_HI_order_creation WITH thisDocumentCommunication;
|
||||
|
||||
;;
|
||||
priority: 50
|
||||
;;
|
||||
evoke:
|
||||
;;
|
||||
logic: conclude true;
|
||||
;;
|
||||
action: return thisDocumentCommunication;
|
||||
;;
|
||||
Urgency: 50;;
|
||||
end:
|
||||
Reference in New Issue
Block a user