us_core_test_kit 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (33) hide show
  1. checksums.yaml +4 -4
  2. data/lib/us_core_test_kit/generated/allergy_intolerance/metadata.yml +165 -0
  3. data/lib/us_core_test_kit/generated/bodyheight/metadata.yml +328 -0
  4. data/lib/us_core_test_kit/generated/bodytemp/metadata.yml +328 -0
  5. data/lib/us_core_test_kit/generated/bodyweight/metadata.yml +328 -0
  6. data/lib/us_core_test_kit/generated/bp/metadata.yml +379 -0
  7. data/lib/us_core_test_kit/generated/care_plan/metadata.yml +296 -0
  8. data/lib/us_core_test_kit/generated/care_team/metadata.yml +140 -0
  9. data/lib/us_core_test_kit/generated/condition/metadata.yml +231 -0
  10. data/lib/us_core_test_kit/generated/device/metadata.yml +1145 -0
  11. data/lib/us_core_test_kit/generated/diagnostic_report_lab/metadata.yml +1253 -0
  12. data/lib/us_core_test_kit/generated/diagnostic_report_note/metadata.yml +1246 -0
  13. data/lib/us_core_test_kit/generated/document_reference/metadata.yml +354 -0
  14. data/lib/us_core_test_kit/generated/encounter/metadata.yml +364 -0
  15. data/lib/us_core_test_kit/generated/goal/metadata.yml +195 -0
  16. data/lib/us_core_test_kit/generated/head_circumference/metadata.yml +323 -0
  17. data/lib/us_core_test_kit/generated/heartrate/metadata.yml +325 -0
  18. data/lib/us_core_test_kit/generated/immunization/metadata.yml +210 -0
  19. data/lib/us_core_test_kit/generated/medication_request/metadata.yml +307 -0
  20. data/lib/us_core_test_kit/generated/metadata.yml +12911 -0
  21. data/lib/us_core_test_kit/generated/observation_lab/metadata.yml +1287 -0
  22. data/lib/us_core_test_kit/generated/organization/metadata.yml +146 -0
  23. data/lib/us_core_test_kit/generated/patient/metadata.yml +320 -0
  24. data/lib/us_core_test_kit/generated/pediatric_bmi_for_age/metadata.yml +323 -0
  25. data/lib/us_core_test_kit/generated/pediatric_weight_for_height/metadata.yml +323 -0
  26. data/lib/us_core_test_kit/generated/practitioner/metadata.yml +136 -0
  27. data/lib/us_core_test_kit/generated/procedure/metadata.yml +1265 -0
  28. data/lib/us_core_test_kit/generated/provenance/metadata.yml +185 -0
  29. data/lib/us_core_test_kit/generated/pulse_oximetry/metadata.yml +410 -0
  30. data/lib/us_core_test_kit/generated/resprate/metadata.yml +325 -0
  31. data/lib/us_core_test_kit/generated/smokingstatus/metadata.yml +292 -0
  32. data/lib/us_core_test_kit/version.rb +1 -1
  33. metadata +31 -1
@@ -0,0 +1,354 @@
1
+ ---
2
+ :name: us_core_documentreference
3
+ :class_name: USCorev311DocumentreferenceSequence
4
+ :version: v3.1.1
5
+ :reformatted_version: v311
6
+ :resource: DocumentReference
7
+ :profile_url: http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference
8
+ :profile_name: US Core DocumentReference Profile
9
+ :title: DocumentReference
10
+ :short_description: Verify support for the server capabilities required by the US
11
+ Core DocumentReference Profile.
12
+ :interactions:
13
+ - :code: create
14
+ :expectation: SHALL
15
+ - :code: search-type
16
+ :expectation: SHALL
17
+ - :code: read
18
+ :expectation: SHALL
19
+ - :code: vread
20
+ :expectation: SHOULD
21
+ - :code: update
22
+ :expectation: MAY
23
+ - :code: patch
24
+ :expectation: MAY
25
+ - :code: delete
26
+ :expectation: MAY
27
+ - :code: history-instance
28
+ :expectation: SHOULD
29
+ - :code: history-type
30
+ :expectation: MAY
31
+ :operations:
32
+ - :code: docref
33
+ :expectation: SHALL
34
+ :searches:
35
+ - :names:
36
+ - patient
37
+ :expectation: SHALL
38
+ :names_not_must_support_or_mandatory: []
39
+ :must_support_or_mandatory: true
40
+ - :names:
41
+ - _id
42
+ :expectation: SHALL
43
+ :names_not_must_support_or_mandatory: []
44
+ :must_support_or_mandatory: true
45
+ - :expectation: SHOULD
46
+ :names:
47
+ - patient
48
+ - type
49
+ - period
50
+ :names_not_must_support_or_mandatory: []
51
+ :must_support_or_mandatory: true
52
+ - :expectation: SHALL
53
+ :names:
54
+ - patient
55
+ - type
56
+ :names_not_must_support_or_mandatory: []
57
+ :must_support_or_mandatory: true
58
+ - :expectation: SHALL
59
+ :names:
60
+ - patient
61
+ - category
62
+ - date
63
+ :names_not_must_support_or_mandatory: []
64
+ :must_support_or_mandatory: true
65
+ - :expectation: SHOULD
66
+ :names:
67
+ - patient
68
+ - status
69
+ :names_not_must_support_or_mandatory: []
70
+ :must_support_or_mandatory: true
71
+ - :expectation: SHALL
72
+ :names:
73
+ - patient
74
+ - category
75
+ :names_not_must_support_or_mandatory: []
76
+ :must_support_or_mandatory: true
77
+ :search_definitions:
78
+ :_id:
79
+ :path: id
80
+ :full_path: DocumentReference.id
81
+ :comparators: {}
82
+ :values: []
83
+ :type: http://hl7.org/fhirpath/System.String
84
+ :contains_multiple: false
85
+ :multiple_or: MAY
86
+ :patient:
87
+ :path: subject
88
+ :full_path: DocumentReference.subject
89
+ :comparators: {}
90
+ :values: []
91
+ :type: Reference
92
+ :contains_multiple: false
93
+ :multiple_or: MAY
94
+ :type:
95
+ :path: type
96
+ :full_path: DocumentReference.type
97
+ :comparators: {}
98
+ :values:
99
+ - UNK
100
+ :type: CodeableConcept
101
+ :contains_multiple: false
102
+ :multiple_or: MAY
103
+ :period:
104
+ :path: context.period
105
+ :full_path: DocumentReference.context.period
106
+ :comparators:
107
+ :eq: MAY
108
+ :ne: MAY
109
+ :gt: SHALL
110
+ :ge: SHALL
111
+ :lt: SHALL
112
+ :le: SHALL
113
+ :sa: MAY
114
+ :eb: MAY
115
+ :ap: MAY
116
+ :values: []
117
+ :type: Period
118
+ :contains_multiple: false
119
+ :multiple_or: MAY
120
+ :category:
121
+ :path: category
122
+ :full_path: DocumentReference.category
123
+ :comparators: {}
124
+ :values:
125
+ - 11369-6
126
+ - 11485-0
127
+ - 11486-8
128
+ - 11488-4
129
+ - 11506-3
130
+ - 11543-6
131
+ - 15508-5
132
+ - 18726-0
133
+ - 18761-7
134
+ - 18842-5
135
+ - 26436-6
136
+ - 26441-6
137
+ - 26442-4
138
+ - 27895-2
139
+ - 27896-0
140
+ - 27897-8
141
+ - 27898-6
142
+ - 28570-0
143
+ - 28619-5
144
+ - 28634-4
145
+ - 29749-9
146
+ - 29750-7
147
+ - 29751-5
148
+ - 29752-3
149
+ - 34109-9
150
+ - 34117-2
151
+ - 34121-4
152
+ - 34122-2
153
+ - 34133-9
154
+ - 34140-4
155
+ - 34748-4
156
+ - 34775-7
157
+ - 47039-3
158
+ - 47042-7
159
+ - 47045-0
160
+ - 47046-8
161
+ - 47049-2
162
+ - 57017-6
163
+ - 57016-8
164
+ - 56445-0
165
+ - 53576-5
166
+ - 56447-6
167
+ - 18748-4
168
+ - 11504-8
169
+ - 57133-1
170
+ :type: CodeableConcept
171
+ :contains_multiple: true
172
+ :multiple_or: MAY
173
+ :date:
174
+ :path: date
175
+ :full_path: DocumentReference.date
176
+ :comparators:
177
+ :eq: MAY
178
+ :ne: MAY
179
+ :gt: SHALL
180
+ :ge: SHALL
181
+ :lt: SHALL
182
+ :le: SHALL
183
+ :sa: MAY
184
+ :eb: MAY
185
+ :ap: MAY
186
+ :values: []
187
+ :type: instant
188
+ :contains_multiple: false
189
+ :multiple_or: MAY
190
+ :status:
191
+ :path: status
192
+ :full_path: DocumentReference.status
193
+ :comparators: {}
194
+ :values:
195
+ - current
196
+ - superseded
197
+ - entered-in-error
198
+ :type: code
199
+ :contains_multiple: false
200
+ :multiple_or: SHALL
201
+ :include_params: []
202
+ :revincludes:
203
+ - Provenance:target
204
+ :required_concepts:
205
+ - type
206
+ :must_supports:
207
+ :extensions: []
208
+ :slices: []
209
+ :elements:
210
+ - :path: identifier
211
+ - :path: status
212
+ - :path: type
213
+ - :path: category
214
+ - :path: subject
215
+ - :path: date
216
+ - :path: author
217
+ - :path: custodian
218
+ - :path: content
219
+ - :path: content.attachment
220
+ - :path: content.attachment.contentType
221
+ - :path: content.format
222
+ - :path: context
223
+ - :path: context.encounter
224
+ - :path: context.period
225
+ :mandatory_elements:
226
+ - DocumentReference.status
227
+ - DocumentReference.type
228
+ - DocumentReference.category
229
+ - DocumentReference.subject
230
+ - DocumentReference.relatesTo.code
231
+ - DocumentReference.relatesTo.target
232
+ - DocumentReference.content
233
+ - DocumentReference.content.attachment
234
+ - DocumentReference.content.attachment.contentType
235
+ :bindings:
236
+ - :type: code
237
+ :strength: preferred
238
+ :system: http://hl7.org/fhir/ValueSet/languages
239
+ :path: language
240
+ - :type: code
241
+ :strength: required
242
+ :system: http://hl7.org/fhir/ValueSet/document-reference-status
243
+ :path: status
244
+ - :type: code
245
+ :strength: required
246
+ :system: http://hl7.org/fhir/ValueSet/composition-status
247
+ :path: docStatus
248
+ - :type: CodeableConcept
249
+ :strength: required
250
+ :system: http://hl7.org/fhir/us/core/ValueSet/us-core-documentreference-type
251
+ :path: type
252
+ - :type: CodeableConcept
253
+ :strength: extensible
254
+ :system: http://hl7.org/fhir/us/core/ValueSet/us-core-documentreference-category
255
+ :path: category
256
+ - :type: code
257
+ :strength: required
258
+ :system: http://hl7.org/fhir/ValueSet/document-relationship-type
259
+ :path: relatesTo.code
260
+ - :type: CodeableConcept
261
+ :strength: extensible
262
+ :system: http://hl7.org/fhir/ValueSet/security-labels
263
+ :path: securityLabel
264
+ - :type: code
265
+ :strength: required
266
+ :system: http://hl7.org/fhir/ValueSet/mimetypes
267
+ :path: content.attachment.contentType
268
+ - :type: code
269
+ :strength: preferred
270
+ :system: http://hl7.org/fhir/ValueSet/languages
271
+ :path: content.attachment.language
272
+ - :type: Coding
273
+ :strength: extensible
274
+ :system: http://hl7.org/fhir/ValueSet/formatcodes
275
+ :path: content.format
276
+ - :type: CodeableConcept
277
+ :strength: example
278
+ :system: http://terminology.hl7.org/ValueSet/v3-ActCode
279
+ :path: context.event
280
+ - :type: CodeableConcept
281
+ :strength: example
282
+ :system: http://hl7.org/fhir/ValueSet/c80-facilitycodes
283
+ :path: context.facilityType
284
+ - :type: CodeableConcept
285
+ :strength: example
286
+ :system: http://hl7.org/fhir/ValueSet/c80-practice-codes
287
+ :path: context.practiceSetting
288
+ :references:
289
+ - :path: DocumentReference.subject
290
+ :profiles:
291
+ - http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient
292
+ - :path: DocumentReference.author
293
+ :profiles:
294
+ - http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner
295
+ - http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization
296
+ - http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient
297
+ - :path: DocumentReference.authenticator
298
+ :profiles:
299
+ - http://hl7.org/fhir/StructureDefinition/Practitioner
300
+ - http://hl7.org/fhir/StructureDefinition/PractitionerRole
301
+ - http://hl7.org/fhir/StructureDefinition/Organization
302
+ - :path: DocumentReference.custodian
303
+ :profiles:
304
+ - http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization
305
+ - :path: DocumentReference.relatesTo.target
306
+ :profiles:
307
+ - http://hl7.org/fhir/StructureDefinition/DocumentReference
308
+ - :path: DocumentReference.context.encounter
309
+ :profiles:
310
+ - http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter
311
+ - :path: DocumentReference.context.sourcePatientInfo
312
+ :profiles:
313
+ - http://hl7.org/fhir/StructureDefinition/Patient
314
+ - :path: DocumentReference.context.related
315
+ :profiles:
316
+ - http://hl7.org/fhir/StructureDefinition/Resource
317
+ :tests:
318
+ - :id: us_core_311_document_reference_patient_search_test
319
+ :file_name: document_reference_patient_search_test.rb
320
+ - :id: us_core_311_document_reference__id_search_test
321
+ :file_name: document_reference_id_search_test.rb
322
+ - :id: us_core_311_document_reference_patient_type_period_search_test
323
+ :file_name: document_reference_patient_type_period_search_test.rb
324
+ - :id: us_core_311_document_reference_patient_type_search_test
325
+ :file_name: document_reference_patient_type_search_test.rb
326
+ - :id: us_core_311_document_reference_patient_category_date_search_test
327
+ :file_name: document_reference_patient_category_date_search_test.rb
328
+ - :id: us_core_311_document_reference_patient_status_search_test
329
+ :file_name: document_reference_patient_status_search_test.rb
330
+ - :id: us_core_311_document_reference_patient_category_search_test
331
+ :file_name: document_reference_patient_category_search_test.rb
332
+ - :id: us_core_311_document_reference_read_test
333
+ :file_name: document_reference_read_test.rb
334
+ - :id: us_core_311_document_reference_provenance_revinclude_search_test
335
+ :file_name: document_reference_provenance_revinclude_search_test.rb
336
+ - :id: us_core_311_document_reference_validation_test
337
+ :file_name: document_reference_validation_test.rb
338
+ - :id: us_core_311_document_reference_must_support_test
339
+ :file_name: document_reference_must_support_test.rb
340
+ - :id: us_core_311_document_reference_reference_resolution_test
341
+ :file_name: document_reference_reference_resolution_test.rb
342
+ :id: us_core_311_document_reference
343
+ :file_name: document_reference_group.rb
344
+ :delayed_references:
345
+ - :path: author
346
+ :resources:
347
+ - Practitioner
348
+ - Organization
349
+ - :path: custodian
350
+ :resources:
351
+ - Organization
352
+ - :path: context.encounter
353
+ :resources:
354
+ - Encounter
@@ -0,0 +1,364 @@
1
+ ---
2
+ :name: us_core_encounter
3
+ :class_name: USCorev311EncounterSequence
4
+ :version: v3.1.1
5
+ :reformatted_version: v311
6
+ :resource: Encounter
7
+ :profile_url: http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter
8
+ :profile_name: US Core Encounter Profile
9
+ :title: Encounter
10
+ :short_description: Verify support for the server capabilities required by the US
11
+ Core Encounter Profile.
12
+ :interactions:
13
+ - :code: create
14
+ :expectation: MAY
15
+ - :code: search-type
16
+ :expectation: SHALL
17
+ - :code: read
18
+ :expectation: SHALL
19
+ - :code: vread
20
+ :expectation: SHOULD
21
+ - :code: update
22
+ :expectation: MAY
23
+ - :code: patch
24
+ :expectation: MAY
25
+ - :code: delete
26
+ :expectation: MAY
27
+ - :code: history-instance
28
+ :expectation: SHOULD
29
+ - :code: history-type
30
+ :expectation: MAY
31
+ :operations: []
32
+ :searches:
33
+ - :names:
34
+ - patient
35
+ :expectation: SHALL
36
+ :names_not_must_support_or_mandatory: []
37
+ :must_support_or_mandatory: true
38
+ - :names:
39
+ - _id
40
+ :expectation: SHALL
41
+ :names_not_must_support_or_mandatory: []
42
+ :must_support_or_mandatory: true
43
+ - :names:
44
+ - identifier
45
+ :expectation: SHOULD
46
+ :names_not_must_support_or_mandatory: []
47
+ :must_support_or_mandatory: true
48
+ - :expectation: SHOULD
49
+ :names:
50
+ - class
51
+ - patient
52
+ :names_not_must_support_or_mandatory: []
53
+ :must_support_or_mandatory: true
54
+ - :expectation: SHOULD
55
+ :names:
56
+ - patient
57
+ - status
58
+ :names_not_must_support_or_mandatory: []
59
+ :must_support_or_mandatory: true
60
+ - :expectation: SHOULD
61
+ :names:
62
+ - patient
63
+ - type
64
+ :names_not_must_support_or_mandatory: []
65
+ :must_support_or_mandatory: true
66
+ - :expectation: SHALL
67
+ :names:
68
+ - date
69
+ - patient
70
+ :names_not_must_support_or_mandatory: []
71
+ :must_support_or_mandatory: true
72
+ :search_definitions:
73
+ :_id:
74
+ :path: id
75
+ :full_path: Encounter.id
76
+ :comparators: {}
77
+ :values: []
78
+ :type: http://hl7.org/fhirpath/System.String
79
+ :contains_multiple: false
80
+ :multiple_or: MAY
81
+ :identifier:
82
+ :path: identifier
83
+ :full_path: Encounter.identifier
84
+ :comparators: {}
85
+ :values: []
86
+ :type: Identifier
87
+ :contains_multiple: true
88
+ :multiple_or: MAY
89
+ :patient:
90
+ :path: subject
91
+ :full_path: Encounter.subject
92
+ :comparators: {}
93
+ :values: []
94
+ :type: Reference
95
+ :contains_multiple: false
96
+ :multiple_or: MAY
97
+ :class:
98
+ :path: class
99
+ :full_path: Encounter.class
100
+ :comparators: {}
101
+ :values:
102
+ - AMB
103
+ - EMER
104
+ - FLD
105
+ - HH
106
+ - IMP
107
+ - ACUTE
108
+ - NONAC
109
+ - OBSENC
110
+ - PRENC
111
+ - SS
112
+ - VR
113
+ :type: Coding
114
+ :contains_multiple: false
115
+ :multiple_or: MAY
116
+ :status:
117
+ :path: status
118
+ :full_path: Encounter.status
119
+ :comparators: {}
120
+ :values:
121
+ - planned
122
+ - arrived
123
+ - triaged
124
+ - in-progress
125
+ - onleave
126
+ - finished
127
+ - cancelled
128
+ - entered-in-error
129
+ - unknown
130
+ :type: code
131
+ :contains_multiple: false
132
+ :multiple_or: MAY
133
+ :type:
134
+ :path: type
135
+ :full_path: Encounter.type
136
+ :comparators: {}
137
+ :values:
138
+ - ADMS
139
+ - BD/BM-clin
140
+ - CCS60
141
+ - OKI
142
+ :type: CodeableConcept
143
+ :contains_multiple: true
144
+ :multiple_or: MAY
145
+ :date:
146
+ :path: period
147
+ :full_path: Encounter.period
148
+ :comparators:
149
+ :eq: MAY
150
+ :ne: MAY
151
+ :gt: SHALL
152
+ :ge: SHALL
153
+ :lt: SHALL
154
+ :le: SHALL
155
+ :sa: MAY
156
+ :eb: MAY
157
+ :ap: MAY
158
+ :values: []
159
+ :type: Period
160
+ :contains_multiple: false
161
+ :multiple_or: MAY
162
+ :include_params: []
163
+ :revincludes:
164
+ - Provenance:target
165
+ :required_concepts: []
166
+ :must_supports:
167
+ :extensions: []
168
+ :slices: []
169
+ :elements:
170
+ - :path: identifier
171
+ - :path: identifier.system
172
+ - :path: identifier.value
173
+ - :path: status
174
+ - :path: class
175
+ - :path: type
176
+ - :path: subject
177
+ - :path: participant
178
+ - :path: participant.type
179
+ - :path: participant.period
180
+ - :path: participant.individual
181
+ - :path: period
182
+ - :path: reasonCode
183
+ - :path: hospitalization
184
+ - :path: hospitalization.dischargeDisposition
185
+ - :path: location
186
+ - :path: location.location
187
+ :mandatory_elements:
188
+ - Encounter.identifier.system
189
+ - Encounter.identifier.value
190
+ - Encounter.status
191
+ - Encounter.statusHistory.status
192
+ - Encounter.statusHistory.period
193
+ - Encounter.class
194
+ - Encounter.classHistory.class
195
+ - Encounter.classHistory.period
196
+ - Encounter.type
197
+ - Encounter.subject
198
+ - Encounter.diagnosis.condition
199
+ - Encounter.location.location
200
+ :bindings:
201
+ - :type: code
202
+ :strength: preferred
203
+ :system: http://hl7.org/fhir/ValueSet/languages
204
+ :path: language
205
+ - :type: code
206
+ :strength: required
207
+ :system: http://hl7.org/fhir/ValueSet/identifier-use
208
+ :path: identifier.use
209
+ - :type: CodeableConcept
210
+ :strength: extensible
211
+ :system: http://hl7.org/fhir/ValueSet/identifier-type
212
+ :path: identifier.type
213
+ - :type: code
214
+ :strength: required
215
+ :system: http://hl7.org/fhir/ValueSet/encounter-status
216
+ :path: status
217
+ - :type: code
218
+ :strength: required
219
+ :system: http://hl7.org/fhir/ValueSet/encounter-status
220
+ :path: statusHistory.status
221
+ - :type: Coding
222
+ :strength: extensible
223
+ :system: http://terminology.hl7.org/ValueSet/v3-ActEncounterCode
224
+ :path: class
225
+ - :type: Coding
226
+ :strength: extensible
227
+ :system: http://terminology.hl7.org/ValueSet/v3-ActEncounterCode
228
+ :path: classHistory.class
229
+ - :type: CodeableConcept
230
+ :strength: extensible
231
+ :system: http://hl7.org/fhir/us/core/ValueSet/us-core-encounter-type
232
+ :path: type
233
+ - :type: CodeableConcept
234
+ :strength: example
235
+ :system: http://hl7.org/fhir/ValueSet/service-type
236
+ :path: serviceType
237
+ - :type: CodeableConcept
238
+ :strength: example
239
+ :system: http://terminology.hl7.org/ValueSet/v3-ActPriority
240
+ :path: priority
241
+ - :type: CodeableConcept
242
+ :strength: extensible
243
+ :system: http://hl7.org/fhir/ValueSet/encounter-participant-type
244
+ :path: participant.type
245
+ - :type: CodeableConcept
246
+ :strength: preferred
247
+ :system: http://hl7.org/fhir/ValueSet/encounter-reason
248
+ :path: reasonCode
249
+ - :type: CodeableConcept
250
+ :strength: preferred
251
+ :system: http://hl7.org/fhir/ValueSet/diagnosis-role
252
+ :path: diagnosis.use
253
+ - :type: CodeableConcept
254
+ :strength: preferred
255
+ :system: http://hl7.org/fhir/ValueSet/encounter-admit-source
256
+ :path: hospitalization.admitSource
257
+ - :type: CodeableConcept
258
+ :strength: example
259
+ :system: http://terminology.hl7.org/ValueSet/v2-0092
260
+ :path: hospitalization.reAdmission
261
+ - :type: CodeableConcept
262
+ :strength: example
263
+ :system: http://hl7.org/fhir/ValueSet/encounter-diet
264
+ :path: hospitalization.dietPreference
265
+ - :type: CodeableConcept
266
+ :strength: preferred
267
+ :system: http://hl7.org/fhir/ValueSet/encounter-special-courtesy
268
+ :path: hospitalization.specialCourtesy
269
+ - :type: CodeableConcept
270
+ :strength: preferred
271
+ :system: http://hl7.org/fhir/ValueSet/encounter-special-arrangements
272
+ :path: hospitalization.specialArrangement
273
+ - :type: CodeableConcept
274
+ :strength: example
275
+ :system: http://hl7.org/fhir/ValueSet/encounter-discharge-disposition
276
+ :path: hospitalization.dischargeDisposition
277
+ - :type: code
278
+ :strength: required
279
+ :system: http://hl7.org/fhir/ValueSet/encounter-location-status
280
+ :path: location.status
281
+ - :type: CodeableConcept
282
+ :strength: example
283
+ :system: http://hl7.org/fhir/ValueSet/location-physical-type
284
+ :path: location.physicalType
285
+ :references:
286
+ - :path: Encounter.identifier.assigner
287
+ :profiles:
288
+ - http://hl7.org/fhir/StructureDefinition/Organization
289
+ - :path: Encounter.subject
290
+ :profiles:
291
+ - http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient
292
+ - :path: Encounter.episodeOfCare
293
+ :profiles:
294
+ - http://hl7.org/fhir/StructureDefinition/EpisodeOfCare
295
+ - :path: Encounter.basedOn
296
+ :profiles:
297
+ - http://hl7.org/fhir/StructureDefinition/ServiceRequest
298
+ - :path: Encounter.participant.individual
299
+ :profiles:
300
+ - http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner
301
+ - :path: Encounter.appointment
302
+ :profiles:
303
+ - http://hl7.org/fhir/StructureDefinition/Appointment
304
+ - :path: Encounter.reasonReference
305
+ :profiles:
306
+ - http://hl7.org/fhir/StructureDefinition/Condition
307
+ - http://hl7.org/fhir/StructureDefinition/Procedure
308
+ - http://hl7.org/fhir/StructureDefinition/Observation
309
+ - http://hl7.org/fhir/StructureDefinition/ImmunizationRecommendation
310
+ - :path: Encounter.diagnosis.condition
311
+ :profiles:
312
+ - http://hl7.org/fhir/StructureDefinition/Condition
313
+ - http://hl7.org/fhir/StructureDefinition/Procedure
314
+ - :path: Encounter.account
315
+ :profiles:
316
+ - http://hl7.org/fhir/StructureDefinition/Account
317
+ - :path: Encounter.hospitalization.origin
318
+ :profiles:
319
+ - http://hl7.org/fhir/StructureDefinition/Location
320
+ - http://hl7.org/fhir/StructureDefinition/Organization
321
+ - :path: Encounter.hospitalization.destination
322
+ :profiles:
323
+ - http://hl7.org/fhir/StructureDefinition/Location
324
+ - http://hl7.org/fhir/StructureDefinition/Organization
325
+ - :path: Encounter.location.location
326
+ :profiles:
327
+ - http://hl7.org/fhir/StructureDefinition/Location
328
+ - :path: Encounter.serviceProvider
329
+ :profiles:
330
+ - http://hl7.org/fhir/StructureDefinition/Organization
331
+ - :path: Encounter.partOf
332
+ :profiles:
333
+ - http://hl7.org/fhir/StructureDefinition/Encounter
334
+ :tests:
335
+ - :id: us_core_311_encounter_read_test
336
+ :file_name: encounter_read_test.rb
337
+ - :id: us_core_311_encounter_patient_search_test
338
+ :file_name: encounter_patient_search_test.rb
339
+ - :id: us_core_311_encounter__id_search_test
340
+ :file_name: encounter_id_search_test.rb
341
+ - :id: us_core_311_encounter_identifier_search_test
342
+ :file_name: encounter_identifier_search_test.rb
343
+ - :id: us_core_311_encounter_class_patient_search_test
344
+ :file_name: encounter_class_patient_search_test.rb
345
+ - :id: us_core_311_encounter_patient_status_search_test
346
+ :file_name: encounter_patient_status_search_test.rb
347
+ - :id: us_core_311_encounter_patient_type_search_test
348
+ :file_name: encounter_patient_type_search_test.rb
349
+ - :id: us_core_311_encounter_date_patient_search_test
350
+ :file_name: encounter_date_patient_search_test.rb
351
+ - :id: us_core_311_encounter_provenance_revinclude_search_test
352
+ :file_name: encounter_provenance_revinclude_search_test.rb
353
+ - :id: us_core_311_encounter_validation_test
354
+ :file_name: encounter_validation_test.rb
355
+ - :id: us_core_311_encounter_must_support_test
356
+ :file_name: encounter_must_support_test.rb
357
+ - :id: us_core_311_encounter_reference_resolution_test
358
+ :file_name: encounter_reference_resolution_test.rb
359
+ :id: us_core_311_encounter
360
+ :file_name: encounter_group.rb
361
+ :delayed_references:
362
+ - :path: participant.individual
363
+ :resources:
364
+ - Practitioner