-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathobservations.json
More file actions
109 lines (109 loc) · 3.34 KB
/
Copy pathobservations.json
File metadata and controls
109 lines (109 loc) · 3.34 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"schema_version": "contextsafe.observation-set/0.1.0",
"observations": [
{
"schema_version": "contextsafe.observation/0.1.0",
"observation_id": "OBS-I01-GI",
"case_id": "CTP-I01",
"checkpoint": "ehr",
"concept": "gender_identity",
"value": {
"status": "specified",
"value": "fixture-gender-1",
"code_system": "urn:contextsafe:fixture"
},
"evidence": {
"source_sha256": "1917d730c88ed0f6fd76487c7aeaf58635effb03dfd688d74d423fbcbd510b5a",
"source_pointer": "$.concepts.gender_identity"
},
"mapping": {
"source_concept": "gender_identity",
"target_concept": "gender_identity",
"mapping_version": "0.1.0"
}
},
{
"schema_version": "contextsafe.observation/0.1.0",
"observation_id": "OBS-I01-RSG",
"case_id": "CTP-I01",
"checkpoint": "registration",
"concept": "recorded_sex_or_gender",
"value": {
"value": "X",
"context": "government-id",
"source": "synthetic-fixture"
},
"evidence": {
"source_sha256": "6d5d64e81069467f1ecbdf94426227f1ce2f204c4b97d80150af378705d3e370",
"source_pointer": "$.concepts.recorded_sex_or_gender[0]"
},
"mapping": {
"source_concept": "recorded_sex_or_gender",
"target_concept": "recorded_sex_or_gender",
"mapping_version": "0.1.0"
}
},
{
"schema_version": "contextsafe.observation/0.1.0",
"observation_id": "OBS-I01-SPCU",
"case_id": "CTP-I01",
"checkpoint": "interface",
"concept": "sex_parameter_for_clinical_use",
"value": {
"value": "fixture-context-1",
"context_id": "ORDER-CSYN-I01-A",
"supporting_observation_ids": ["SUP-CSYN-I01-A"]
},
"evidence": {
"source_sha256": "99c6402adf255f4b2bff168ded95ba0493b30f707fa4a594329a70d2c5271260",
"source_pointer": "$.concepts.sex_parameter_for_clinical_use[0]"
},
"mapping": {
"source_concept": "sex_parameter_for_clinical_use",
"target_concept": "sex_parameter_for_clinical_use",
"mapping_version": "0.1.0"
}
},
{
"schema_version": "contextsafe.observation/0.1.0",
"observation_id": "OBS-I01-NTU",
"case_id": "CTP-I01",
"checkpoint": "ehr",
"concept": "name_to_use",
"value": {
"status": "specified",
"value": "CSYN-ASTER",
"use": "usual"
},
"evidence": {
"source_sha256": "2de2a32d6fe8f588139f503673d6f951204993186cf2f9af5701408452a2f46c",
"source_pointer": "$.concepts.name_to_use"
},
"mapping": {
"source_concept": "name_to_use",
"target_concept": "name_to_use",
"mapping_version": "0.1.0"
}
},
{
"schema_version": "contextsafe.observation/0.1.0",
"observation_id": "OBS-I01-PRONOUNS",
"case_id": "CTP-I01",
"checkpoint": "ehr",
"concept": "pronouns",
"value": {
"status": "specified",
"value": "they/them"
},
"evidence": {
"source_sha256": "973d21033137896dbf29e04c7dd65bd9b537f03b86feb0ec621573a89af097a8",
"source_pointer": "$.concepts.pronouns"
},
"mapping": {
"source_concept": "pronouns",
"target_concept": "pronouns",
"mapping_version": "0.1.0"
}
}
]
}