-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrules.json
More file actions
69 lines (69 loc) · 1.59 KB
/
Copy pathrules.json
File metadata and controls
69 lines (69 loc) · 1.59 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"schema_version": "contextsafe.rule-set/0.1.0",
"rules": [
{
"rule_id": "A-I01",
"version": "0.1.0",
"case_id": "CTP-I01",
"checkpoint": "ehr",
"concept": "gender_identity",
"expected": {
"status": "specified",
"value": "fixture-gender-1",
"code_system": "urn:contextsafe:fixture"
},
"required": true
},
{
"rule_id": "A-I02",
"version": "0.1.0",
"case_id": "CTP-I01",
"checkpoint": "registration",
"concept": "recorded_sex_or_gender",
"expected": {
"value": "X",
"context": "government-id",
"source": "synthetic-fixture"
},
"required": true
},
{
"rule_id": "A-I03",
"version": "0.1.0",
"case_id": "CTP-I01",
"checkpoint": "interface",
"concept": "sex_parameter_for_clinical_use",
"expected": {
"value": "fixture-context-1",
"context_id": "ORDER-CSYN-I01-A",
"supporting_observation_ids": ["SUP-CSYN-I01-A"]
},
"required": true
},
{
"rule_id": "A-I04",
"version": "0.1.0",
"case_id": "CTP-I01",
"checkpoint": "ehr",
"concept": "name_to_use",
"expected": {
"status": "specified",
"value": "CSYN-ASTER",
"use": "usual"
},
"required": true
},
{
"rule_id": "A-I05",
"version": "0.1.0",
"case_id": "CTP-I01",
"checkpoint": "ehr",
"concept": "pronouns",
"expected": {
"status": "specified",
"value": "they/them"
},
"required": true
}
]
}