You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"This module depends on the Dementia and Anti-Amyloid-Beta Monoclonal Antibody Treatment modules, and uses the shared medications/anti_ab_mabs_selection submodule."
5
+
],
6
+
"states": {
7
+
"Initial": {
8
+
"type": "Initial",
9
+
"direct_transition": "Wait Until Study is Active"
10
+
},
11
+
"Wait Until Study is Active": {
12
+
"type": "Guard",
13
+
"allow": {
14
+
"condition_type": "And",
15
+
"conditions": [
16
+
{
17
+
"condition_type": "Attribute",
18
+
"attribute": "anti-ab-mab-ced-study",
19
+
"operator": "is not nil"
20
+
},
21
+
{
22
+
"condition_type": "Attribute",
23
+
"attribute": "anti-ab-mab-ced-study",
24
+
"operator": "==",
25
+
"value": true
26
+
}
27
+
]
28
+
},
29
+
"direct_transition": "Wait for Infusion Appointment"
30
+
},
31
+
"Wait for Infusion Appointment": {
32
+
"type": "Delay",
33
+
"distribution": {
34
+
"kind": "EXACT",
35
+
"parameters": {
36
+
"value": 2
37
+
}
38
+
},
39
+
"unit": "weeks",
40
+
"conditional_transition": [
41
+
{
42
+
"transition": "Infusion Encounter",
43
+
"condition": {
44
+
"condition_type": "Attribute",
45
+
"attribute": "anti-ab-mab-ced-study",
46
+
"operator": "==",
47
+
"value": true
48
+
}
49
+
},
50
+
{
51
+
"transition": "Wait for Infusion Appointment"
52
+
}
53
+
]
54
+
},
55
+
"Infusion Encounter": {
56
+
"type": "Encounter",
57
+
"encounter_class": "ambulatory",
58
+
"reason": "Type of Alzheimer's",
59
+
"telemedicine_possibility": "none",
60
+
"codes": [
61
+
{
62
+
"system": "SNOMED-CT",
63
+
"code": "387760006",
64
+
"display": "Infusion care (regime/therapy)"
65
+
}
66
+
],
67
+
"direct_transition": "Receive_mAbs"
68
+
},
69
+
"End Encounter": {
70
+
"type": "EncounterEnd",
71
+
"direct_transition": "Wait for Infusion Appointment"
0 commit comments