forked from goelalex/Lung-CCG
-
Notifications
You must be signed in to change notification settings - Fork 0
/
LungDiagnosis_PD2.xml
41 lines (41 loc) · 1.43 KB
/
LungDiagnosis_PD2.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<PlanDefinition xmlns="http://hl7.org/fhir">
<identifier>
<system value="http://someIdentifier.com"></system>
<value value="LungDiagnosis_PD2"></value>
</identifier>
<name value="Lung Cancer 12 month followup"></name>
<title value="Lung Cancer 12 month followup"></title>
<type>
<coding>
<code value="workflow-definition"></code>
</coding>
</type>
<status value="active"></status>
<action>
<title value="Lung_Cancer_12_month_followup"></title>
<trigger>
<type value="data-added"></type>
<data>
<type value="Observation"></type>
<codeFilter>
<code>
<system value="http://radlex.org"></system>
<code value="RID50137"></code>
<display value="Lung-RADS 2"></display>
</code>
</codeFilter>
</data>
</trigger>
<condition>
<kind value="start"></kind>
<expression>
<language value="text/cql"></language>
<expression value="Needs Low Dose Chest CT"></expression>
<!-- 1. Check if there are existing low dose cts between today and 5 years prior to today
2. If these are multiple, sort by ascending date
3. If the last date + 5 years >= today's date then order low does ct
4. Do within one year of last chest ct -->
</expression>
</condition>
</action>
</PlanDefinition>