50 lines
1.2 KiB
Plaintext
50 lines
1.2 KiB
Plaintext
maintenance:
|
|
|
|
title: DOC_SUNRISE_SURGICAL_NOTES_OPEN;;
|
|
mlmname: DOC_SUNRISE_SURGICAL_NOTES_OPEN;;
|
|
arden: version 2.5;;
|
|
version: 1.00;;
|
|
institution: St. Clair Hospital;;
|
|
author: Shawn Head x7468 - Allscripts/St. Clair Hospital;;
|
|
specialist: ;;
|
|
date: 2017-06-20;;
|
|
validation: testing;;
|
|
|
|
library:
|
|
purpose: Used to call other MLM{{{SINGLE-QUOTE}}}s required to execute on Sunrise Surgical Notes when Opened.
|
|
;;
|
|
explanation:
|
|
Change History
|
|
|
|
06.20.2017 - STH - CSR#: 35320 - Created
|
|
;;
|
|
keywords:
|
|
;;
|
|
citations:
|
|
;;
|
|
knowledge:
|
|
type: data-driven;;
|
|
data:
|
|
(thisDocumentCommunication) := argument;
|
|
|
|
// Call MLM to to pull surgical case information into note.
|
|
SURGICAL_CASE_DETAILS := MLM {{{SINGLE-QUOTE}}}DOC_SCH_SMP_SURGICAL_CASE{{{SINGLE-QUOTE}}};
|
|
thisDocumentCommunication := CALL SURGICAL_CASE_DETAILS WITH thisDocumentCommunication;
|
|
|
|
//Call MLM to default OBS values based on Configured Observation on structured note.
|
|
DEFAULT_OBS_VALUES := MLM {{{SINGLE-QUOTE}}}DOC_FUNC_DEFAULT_OBS_VALUES{{{SINGLE-QUOTE}}};
|
|
thisDocumentCommunication := CALL DEFAULT_OBS_VALUES WITH thisDocumentCommunication;
|
|
|
|
|
|
;;
|
|
priority: 50
|
|
;;
|
|
evoke:
|
|
;;
|
|
logic: conclude true;
|
|
;;
|
|
action: return thisDocumentCommunication;
|
|
;;
|
|
Urgency: 50;;
|
|
end:
|