-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathStructureDefinition-qicore-communication.json
More file actions
217 lines (217 loc) · 7.09 KB
/
Copy pathStructureDefinition-qicore-communication.json
File metadata and controls
217 lines (217 loc) · 7.09 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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
{
"resourceType" : "StructureDefinition",
"id" : "qicore-communication",
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/cqf-modelInfo-primaryCodePath",
"valueString": "topic"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/cqf-modelInfo-isIncluded",
"valueBoolean": true
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/cqf-modelInfo-isRetrievable",
"valueBoolean": true
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/cqf-modelInfo-label",
"valueString":"Communication"
}
],
"url" : "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-communication",
"version" : "6.0.0",
"name" : "QICoreCommunication",
"title": "QICore Communication",
"status" : "active",
"experimental" : false,
"date" : "2023-08-01",
"publisher" : "http://www.hl7.org/Special/committees/cqi/index.cfm",
"contact" : [
{
"name" : "Clinical Quality Information WG",
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/cqi"
}
]
}
],
"description" : "Profile of Communication for decision support/quality metrics. Defines the core set of elements and extensions for quality rule and measure authors.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US"
}
]
}
],
"fhirVersion" : "4.0.1",
"kind" : "resource",
"abstract" : false,
"type" : "Communication",
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Communication",
"derivation" : "constraint",
"differential" : {
"element" : [
{
"id" : "Communication",
"path" : "Communication",
"constraint": [
{
"key": "com-1",
"severity": "error",
"human": "to indicate what communication, either at least one coding in the topic or a codeOptions extension shall be provided",
"expression": "topic.extension('http://hl7.org/fhir/StructureDefinition/codeOptions').exists() xor (topic.coding.exists() or topic.text.exists())"
}
]
},
{
"id" : "Communication.status",
"extension" : [
{
"url" : "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-keyelement",
"valueBoolean" : true
}
],
"path" : "Communication.status",
"short" : "(QI) preparation | in-progress | not-done | on-hold | stopped | completed | entered-in-error | unknown"
},
{
"id" : "Communication.subject",
"extension" : [
{
"url" : "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-keyelement",
"valueBoolean" : true
}
],
"path" : "Communication.subject",
"short" : "(QI) Focus of message",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-patient",
"http://hl7.org/fhir/StructureDefinition/Group"
]
}
]
},
{
"id" : "Communication.topic",
"extension" : [
{
"url" : "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-keyelement",
"valueBoolean" : true
}
],
"path" : "Communication.topic",
"short" :"(QI) Description of the purpose/content",
"condition" : [
"com-1"
]
},
{
"id": "Communication.topic.extension:codeOptions",
"extension": [
{
"url": "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-keyelement",
"valueBoolean": true
}
],
"path": "Communication.topic.extension",
"sliceName": "codeOptions",
"short": "(QI) Url of a value set of candidate topics",
"definition": "A logical reference (e.g. a reference to ValueSet.url) to a value set/version that identifies a set of possible coded values representing the purpose or content of the communication.",
"min": 0,
"max": "1",
"type": [
{
"code": "Extension",
"profile": [
"http://hl7.org/fhir/StructureDefinition/codeOptions"
]
}
],
"condition" : [
"com-1"
]
},
{
"id" : "Communication.sent",
"extension" : [
{
"url" : "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-keyelement",
"valueBoolean" : true
}
],
"path" : "Communication.sent",
"short" :"(QI) When sent"
},
{
"id" : "Communication.received",
"extension" : [
{
"url" : "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-keyelement",
"valueBoolean" : true
}
],
"path" : "Communication.received",
"short" : "(QI) When received"
},
{
"id" : "Communication.recipient",
"extension" : [
{
"url" : "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-keyelement",
"valueBoolean" : true
}
],
"path" : "Communication.recipient",
"short" : "(QI) Message recipient",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-careteam",
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-device",
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-implantable-device",
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-organization",
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-patient",
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-practitioner",
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-relatedperson",
"http://hl7.org/fhir/StructureDefinition/Group"
]
}
]
},
{
"id" : "Communication.sender",
"extension" : [
{
"url" : "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-keyelement",
"valueBoolean" : true
}
],
"path" : "Communication.sender",
"short" : "(QI) Message sender",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-device",
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-implantable-device",
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-organization",
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-patient",
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-practitioner",
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-relatedperson"
]
}
]
}
]
}
}