us_core_test_kit 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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,379 @@
1
+ ---
2
+ :name: bp
3
+ :class_name: BpSequence
4
+ :version: v3.1.1
5
+ :reformatted_version: v311
6
+ :resource: Observation
7
+ :profile_url: http://hl7.org/fhir/StructureDefinition/bp
8
+ :profile_name: Observation Blood Pressure Profile
9
+ :title: Observation Blood Pressure
10
+ :short_description: Verify support for the server capabilities required by the Observation
11
+ Blood Pressure 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
+ - :expectation: SHALL
34
+ :names:
35
+ - patient
36
+ - code
37
+ :names_not_must_support_or_mandatory: []
38
+ :must_support_or_mandatory: true
39
+ - :expectation: SHALL
40
+ :names:
41
+ - patient
42
+ - category
43
+ - date
44
+ :names_not_must_support_or_mandatory: []
45
+ :must_support_or_mandatory: true
46
+ - :expectation: SHOULD
47
+ :names:
48
+ - patient
49
+ - category
50
+ - status
51
+ :names_not_must_support_or_mandatory: []
52
+ :must_support_or_mandatory: true
53
+ - :expectation: SHOULD
54
+ :names:
55
+ - patient
56
+ - code
57
+ - date
58
+ :names_not_must_support_or_mandatory: []
59
+ :must_support_or_mandatory: true
60
+ - :expectation: SHALL
61
+ :names:
62
+ - patient
63
+ - category
64
+ :names_not_must_support_or_mandatory: []
65
+ :must_support_or_mandatory: true
66
+ :search_definitions:
67
+ :patient:
68
+ :path: subject
69
+ :full_path: Observation.subject
70
+ :comparators: {}
71
+ :values: []
72
+ :type: Reference
73
+ :contains_multiple: false
74
+ :multiple_or: MAY
75
+ :category:
76
+ :path: category
77
+ :full_path: Observation.category
78
+ :comparators: {}
79
+ :values:
80
+ - vital-signs
81
+ :type: CodeableConcept
82
+ :contains_multiple: true
83
+ :multiple_or: MAY
84
+ :date:
85
+ :path: effective
86
+ :full_path: Observation.effective
87
+ :comparators:
88
+ :eq: MAY
89
+ :ne: MAY
90
+ :gt: SHALL
91
+ :ge: SHALL
92
+ :lt: SHALL
93
+ :le: SHALL
94
+ :sa: MAY
95
+ :eb: MAY
96
+ :ap: MAY
97
+ :values: []
98
+ :type: date
99
+ :contains_multiple: false
100
+ :multiple_or: MAY
101
+ :status:
102
+ :path: status
103
+ :full_path: Observation.status
104
+ :comparators: {}
105
+ :values:
106
+ - registered
107
+ - preliminary
108
+ - final
109
+ - amended
110
+ - corrected
111
+ - cancelled
112
+ - entered-in-error
113
+ - unknown
114
+ :type: code
115
+ :contains_multiple: false
116
+ :multiple_or: SHALL
117
+ :code:
118
+ :path: code
119
+ :full_path: Observation.code
120
+ :comparators: {}
121
+ :values:
122
+ - 85354-9
123
+ :type: CodeableConcept
124
+ :contains_multiple: false
125
+ :multiple_or: SHOULD
126
+ :include_params: []
127
+ :revincludes:
128
+ - Provenance:target
129
+ :required_concepts:
130
+ :must_supports:
131
+ :extensions: []
132
+ :slices:
133
+ - :name: Observation.category:VSCat
134
+ :path: category
135
+ :discriminator:
136
+ :type: value
137
+ :values:
138
+ - :path: coding.code
139
+ :value: vital-signs
140
+ - :path: coding.system
141
+ :value: http://terminology.hl7.org/CodeSystem/observation-category
142
+ - :name: Observation.component:SystolicBP
143
+ :path: component
144
+ :discriminator:
145
+ :type: value
146
+ :values:
147
+ - :path: code.coding.code
148
+ :value: 8480-6
149
+ - :path: code.coding.system
150
+ :value: http://loinc.org
151
+ - :name: Observation.component:DiastolicBP
152
+ :path: component
153
+ :discriminator:
154
+ :type: value
155
+ :values:
156
+ - :path: code.coding.code
157
+ :value: 8462-4
158
+ - :path: code.coding.system
159
+ :value: http://loinc.org
160
+ :elements:
161
+ - :path: status
162
+ - :path: category
163
+ - :path: category.coding
164
+ - :path: category.coding.system
165
+ :fixed_value: http://terminology.hl7.org/CodeSystem/observation-category
166
+ - :path: category.coding.code
167
+ :fixed_value: vital-signs
168
+ - :path: code
169
+ - :path: subject
170
+ - :path: effective[x]
171
+ - :path: component
172
+ - :path: component.value[x].system
173
+ :fixed_value: http://unitsofmeasure.org
174
+ - :path: component.value[x].code
175
+ :fixed_value: mm[Hg]
176
+ - :path: component.code
177
+ - :path: component.value[x]
178
+ - :path: component.value[x].value
179
+ - :path: component.value[x].unit
180
+ :mandatory_elements:
181
+ - Observation.status
182
+ - Observation.category
183
+ - Observation.category
184
+ - Observation.category.coding
185
+ - Observation.category.coding.system
186
+ - Observation.category.coding.code
187
+ - Observation.code
188
+ - Observation.code.coding
189
+ - Observation.code.coding.system
190
+ - Observation.code.coding.code
191
+ - Observation.subject
192
+ - Observation.effective[x]
193
+ - Observation.component
194
+ - Observation.component.code
195
+ - Observation.component
196
+ - Observation.component.code
197
+ - Observation.component.code.coding
198
+ - Observation.component.code.coding.system
199
+ - Observation.component.code.coding.code
200
+ - Observation.component.value[x].value
201
+ - Observation.component.value[x].unit
202
+ - Observation.component.value[x].system
203
+ - Observation.component.value[x].code
204
+ - Observation.component
205
+ - Observation.component.code
206
+ - Observation.component.code.coding
207
+ - Observation.component.code.coding.system
208
+ - Observation.component.code.coding.code
209
+ - Observation.component.value[x].value
210
+ - Observation.component.value[x].unit
211
+ - Observation.component.value[x].system
212
+ - Observation.component.value[x].code
213
+ :bindings:
214
+ - :type: code
215
+ :strength: preferred
216
+ :system: http://hl7.org/fhir/ValueSet/languages
217
+ :path: language
218
+ - :type: code
219
+ :strength: required
220
+ :system: http://hl7.org/fhir/ValueSet/observation-status
221
+ :path: status
222
+ - :type: CodeableConcept
223
+ :strength: preferred
224
+ :system: http://hl7.org/fhir/ValueSet/observation-category
225
+ :path: category
226
+ - :type: CodeableConcept
227
+ :strength: preferred
228
+ :system: http://hl7.org/fhir/ValueSet/observation-category
229
+ :path: category
230
+ - :type: CodeableConcept
231
+ :strength: extensible
232
+ :system: http://hl7.org/fhir/ValueSet/observation-vitalsignresult
233
+ :path: code
234
+ - :type: CodeableConcept
235
+ :strength: extensible
236
+ :system: http://hl7.org/fhir/ValueSet/data-absent-reason
237
+ :path: dataAbsentReason
238
+ - :type: CodeableConcept
239
+ :strength: extensible
240
+ :system: http://hl7.org/fhir/ValueSet/observation-interpretation
241
+ :path: interpretation
242
+ - :type: CodeableConcept
243
+ :strength: example
244
+ :system: http://hl7.org/fhir/ValueSet/body-site
245
+ :path: bodySite
246
+ - :type: CodeableConcept
247
+ :strength: example
248
+ :system: http://hl7.org/fhir/ValueSet/observation-methods
249
+ :path: method
250
+ - :type: CodeableConcept
251
+ :strength: preferred
252
+ :system: http://hl7.org/fhir/ValueSet/referencerange-meaning
253
+ :path: referenceRange.type
254
+ - :type: CodeableConcept
255
+ :strength: example
256
+ :system: http://hl7.org/fhir/ValueSet/referencerange-appliesto
257
+ :path: referenceRange.appliesTo
258
+ - :type: CodeableConcept
259
+ :strength: extensible
260
+ :system: http://hl7.org/fhir/ValueSet/observation-vitalsignresult
261
+ :path: component.code
262
+ - :type: CodeableConcept
263
+ :strength: extensible
264
+ :system: http://hl7.org/fhir/ValueSet/data-absent-reason
265
+ :path: component.dataAbsentReason
266
+ - :type: CodeableConcept
267
+ :strength: extensible
268
+ :system: http://hl7.org/fhir/ValueSet/observation-interpretation
269
+ :path: component.interpretation
270
+ - :type: CodeableConcept
271
+ :strength: extensible
272
+ :system: http://hl7.org/fhir/ValueSet/observation-vitalsignresult
273
+ :path: component.code
274
+ - :type: code
275
+ :strength: required
276
+ :system: http://hl7.org/fhir/ValueSet/quantity-comparator
277
+ :path: component.value.comparator
278
+ - :type: CodeableConcept
279
+ :strength: extensible
280
+ :system: http://hl7.org/fhir/ValueSet/data-absent-reason
281
+ :path: component.dataAbsentReason
282
+ - :type: CodeableConcept
283
+ :strength: extensible
284
+ :system: http://hl7.org/fhir/ValueSet/observation-interpretation
285
+ :path: component.interpretation
286
+ - :type: CodeableConcept
287
+ :strength: extensible
288
+ :system: http://hl7.org/fhir/ValueSet/observation-vitalsignresult
289
+ :path: component.code
290
+ - :type: code
291
+ :strength: required
292
+ :system: http://hl7.org/fhir/ValueSet/quantity-comparator
293
+ :path: component.value.comparator
294
+ - :type: CodeableConcept
295
+ :strength: extensible
296
+ :system: http://hl7.org/fhir/ValueSet/data-absent-reason
297
+ :path: component.dataAbsentReason
298
+ - :type: CodeableConcept
299
+ :strength: extensible
300
+ :system: http://hl7.org/fhir/ValueSet/observation-interpretation
301
+ :path: component.interpretation
302
+ :references:
303
+ - :path: Observation.basedOn
304
+ :profiles:
305
+ - http://hl7.org/fhir/StructureDefinition/CarePlan
306
+ - http://hl7.org/fhir/StructureDefinition/DeviceRequest
307
+ - http://hl7.org/fhir/StructureDefinition/ImmunizationRecommendation
308
+ - http://hl7.org/fhir/StructureDefinition/MedicationRequest
309
+ - http://hl7.org/fhir/StructureDefinition/NutritionOrder
310
+ - http://hl7.org/fhir/StructureDefinition/ServiceRequest
311
+ - :path: Observation.partOf
312
+ :profiles:
313
+ - http://hl7.org/fhir/StructureDefinition/MedicationAdministration
314
+ - http://hl7.org/fhir/StructureDefinition/MedicationDispense
315
+ - http://hl7.org/fhir/StructureDefinition/MedicationStatement
316
+ - http://hl7.org/fhir/StructureDefinition/Procedure
317
+ - http://hl7.org/fhir/StructureDefinition/Immunization
318
+ - http://hl7.org/fhir/StructureDefinition/ImagingStudy
319
+ - :path: Observation.subject
320
+ :profiles:
321
+ - http://hl7.org/fhir/StructureDefinition/Patient
322
+ - :path: Observation.focus
323
+ :profiles:
324
+ - http://hl7.org/fhir/StructureDefinition/Resource
325
+ - :path: Observation.encounter
326
+ :profiles:
327
+ - http://hl7.org/fhir/StructureDefinition/Encounter
328
+ - :path: Observation.performer
329
+ :profiles:
330
+ - http://hl7.org/fhir/StructureDefinition/Practitioner
331
+ - http://hl7.org/fhir/StructureDefinition/PractitionerRole
332
+ - http://hl7.org/fhir/StructureDefinition/Organization
333
+ - http://hl7.org/fhir/StructureDefinition/CareTeam
334
+ - http://hl7.org/fhir/StructureDefinition/Patient
335
+ - http://hl7.org/fhir/StructureDefinition/RelatedPerson
336
+ - :path: Observation.specimen
337
+ :profiles:
338
+ - http://hl7.org/fhir/StructureDefinition/Specimen
339
+ - :path: Observation.device
340
+ :profiles:
341
+ - http://hl7.org/fhir/StructureDefinition/Device
342
+ - http://hl7.org/fhir/StructureDefinition/DeviceMetric
343
+ - :path: Observation.hasMember
344
+ :profiles:
345
+ - http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse
346
+ - http://hl7.org/fhir/StructureDefinition/MolecularSequence
347
+ - http://hl7.org/fhir/StructureDefinition/vitalsigns
348
+ - :path: Observation.derivedFrom
349
+ :profiles:
350
+ - http://hl7.org/fhir/StructureDefinition/DocumentReference
351
+ - http://hl7.org/fhir/StructureDefinition/ImagingStudy
352
+ - http://hl7.org/fhir/StructureDefinition/Media
353
+ - http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse
354
+ - http://hl7.org/fhir/StructureDefinition/MolecularSequence
355
+ - http://hl7.org/fhir/StructureDefinition/vitalsigns
356
+ :tests:
357
+ - :id: us_core_311_bp_patient_code_search_test
358
+ :file_name: bp_patient_code_search_test.rb
359
+ - :id: us_core_311_bp_patient_category_date_search_test
360
+ :file_name: bp_patient_category_date_search_test.rb
361
+ - :id: us_core_311_bp_patient_category_status_search_test
362
+ :file_name: bp_patient_category_status_search_test.rb
363
+ - :id: us_core_311_bp_patient_code_date_search_test
364
+ :file_name: bp_patient_code_date_search_test.rb
365
+ - :id: us_core_311_bp_patient_category_search_test
366
+ :file_name: bp_patient_category_search_test.rb
367
+ - :id: us_core_311_bp_read_test
368
+ :file_name: bp_read_test.rb
369
+ - :id: us_core_311_bp_provenance_revinclude_search_test
370
+ :file_name: bp_provenance_revinclude_search_test.rb
371
+ - :id: us_core_311_bp_validation_test
372
+ :file_name: bp_validation_test.rb
373
+ - :id: us_core_311_bp_must_support_test
374
+ :file_name: bp_must_support_test.rb
375
+ - :id: us_core_311_bp_reference_resolution_test
376
+ :file_name: bp_reference_resolution_test.rb
377
+ :id: us_core_311_bp
378
+ :file_name: bp_group.rb
379
+ :delayed_references: []
@@ -0,0 +1,296 @@
1
+ ---
2
+ :name: us_core_careplan
3
+ :class_name: USCorev311CareplanSequence
4
+ :version: v3.1.1
5
+ :reformatted_version: v311
6
+ :resource: CarePlan
7
+ :profile_url: http://hl7.org/fhir/us/core/StructureDefinition/us-core-careplan
8
+ :profile_name: US Core CarePlan Profile
9
+ :title: CarePlan
10
+ :short_description: Verify support for the server capabilities required by the US
11
+ Core CarePlan 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
+ - :expectation: SHALL
34
+ :names:
35
+ - patient
36
+ - category
37
+ :names_not_must_support_or_mandatory: []
38
+ :must_support_or_mandatory: true
39
+ - :expectation: SHOULD
40
+ :names:
41
+ - patient
42
+ - category
43
+ - status
44
+ - date
45
+ :names_not_must_support_or_mandatory:
46
+ - date
47
+ :must_support_or_mandatory: false
48
+ - :expectation: SHOULD
49
+ :names:
50
+ - patient
51
+ - category
52
+ - status
53
+ :names_not_must_support_or_mandatory: []
54
+ :must_support_or_mandatory: true
55
+ - :expectation: SHOULD
56
+ :names:
57
+ - patient
58
+ - category
59
+ - date
60
+ :names_not_must_support_or_mandatory:
61
+ - date
62
+ :must_support_or_mandatory: false
63
+ :search_definitions:
64
+ :patient:
65
+ :path: subject
66
+ :full_path: CarePlan.subject
67
+ :comparators: {}
68
+ :values: []
69
+ :type: Reference
70
+ :contains_multiple: false
71
+ :multiple_or: MAY
72
+ :category:
73
+ :path: category
74
+ :full_path: CarePlan.category
75
+ :comparators: {}
76
+ :values:
77
+ - assess-plan
78
+ :type: CodeableConcept
79
+ :contains_multiple: true
80
+ :multiple_or: MAY
81
+ :status:
82
+ :path: status
83
+ :full_path: CarePlan.status
84
+ :comparators: {}
85
+ :values:
86
+ - draft
87
+ - active
88
+ - on-hold
89
+ - revoked
90
+ - completed
91
+ - entered-in-error
92
+ - unknown
93
+ :type: code
94
+ :contains_multiple: false
95
+ :multiple_or: SHALL
96
+ :date:
97
+ :path: period
98
+ :full_path: CarePlan.period
99
+ :comparators:
100
+ :eq: MAY
101
+ :ne: MAY
102
+ :gt: SHALL
103
+ :ge: SHALL
104
+ :lt: SHALL
105
+ :le: SHALL
106
+ :sa: MAY
107
+ :eb: MAY
108
+ :ap: MAY
109
+ :values: []
110
+ :type: Period
111
+ :contains_multiple: false
112
+ :multiple_or: MAY
113
+ :include_params: []
114
+ :revincludes:
115
+ - Provenance:target
116
+ :required_concepts: []
117
+ :must_supports:
118
+ :extensions: []
119
+ :slices:
120
+ - :name: CarePlan.category:AssessPlan
121
+ :path: category
122
+ :discriminator:
123
+ :type: patternCodeableConcept
124
+ :path: ''
125
+ :code: assess-plan
126
+ :system: http://hl7.org/fhir/us/core/CodeSystem/careplan-category
127
+ :elements:
128
+ - :path: text
129
+ - :path: text.status
130
+ - :path: status
131
+ - :path: intent
132
+ - :path: category
133
+ - :path: subject
134
+ :mandatory_elements:
135
+ - CarePlan.text
136
+ - CarePlan.text.status
137
+ - CarePlan.text.div
138
+ - CarePlan.status
139
+ - CarePlan.intent
140
+ - CarePlan.category
141
+ - CarePlan.category
142
+ - CarePlan.subject
143
+ - CarePlan.activity.detail.status
144
+ :bindings:
145
+ - :type: code
146
+ :strength: preferred
147
+ :system: http://hl7.org/fhir/ValueSet/languages
148
+ :path: language
149
+ - :type: code
150
+ :strength: required
151
+ :system: http://hl7.org/fhir/us/core/ValueSet/us-core-narrative-status
152
+ :path: text.status
153
+ - :type: code
154
+ :strength: required
155
+ :system: http://hl7.org/fhir/ValueSet/request-status
156
+ :path: status
157
+ - :type: code
158
+ :strength: required
159
+ :system: http://hl7.org/fhir/ValueSet/care-plan-intent
160
+ :path: intent
161
+ - :type: CodeableConcept
162
+ :strength: example
163
+ :system: http://hl7.org/fhir/ValueSet/care-plan-category
164
+ :path: category
165
+ - :type: CodeableConcept
166
+ :strength: example
167
+ :system: http://hl7.org/fhir/ValueSet/care-plan-category
168
+ :path: category
169
+ - :type: CodeableConcept
170
+ :strength: example
171
+ :system: http://hl7.org/fhir/ValueSet/care-plan-activity-outcome
172
+ :path: activity.outcomeCodeableConcept
173
+ - :type: code
174
+ :strength: required
175
+ :system: http://hl7.org/fhir/ValueSet/care-plan-activity-kind
176
+ :path: activity.detail.kind
177
+ - :type: CodeableConcept
178
+ :strength: example
179
+ :system: http://hl7.org/fhir/ValueSet/procedure-code
180
+ :path: activity.detail.code
181
+ - :type: CodeableConcept
182
+ :strength: example
183
+ :system: http://hl7.org/fhir/ValueSet/clinical-findings
184
+ :path: activity.detail.reasonCode
185
+ - :type: code
186
+ :strength: required
187
+ :system: http://hl7.org/fhir/ValueSet/care-plan-activity-status
188
+ :path: activity.detail.status
189
+ - :type: CodeableConcept
190
+ :strength: example
191
+ :system: http://hl7.org/fhir/ValueSet/medication-codes
192
+ :path: activity.detail.product
193
+ :references:
194
+ - :path: CarePlan.basedOn
195
+ :profiles:
196
+ - http://hl7.org/fhir/StructureDefinition/CarePlan
197
+ - :path: CarePlan.replaces
198
+ :profiles:
199
+ - http://hl7.org/fhir/StructureDefinition/CarePlan
200
+ - :path: CarePlan.partOf
201
+ :profiles:
202
+ - http://hl7.org/fhir/StructureDefinition/CarePlan
203
+ - :path: CarePlan.subject
204
+ :profiles:
205
+ - http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient
206
+ - :path: CarePlan.encounter
207
+ :profiles:
208
+ - http://hl7.org/fhir/StructureDefinition/Encounter
209
+ - :path: CarePlan.author
210
+ :profiles:
211
+ - http://hl7.org/fhir/StructureDefinition/Patient
212
+ - http://hl7.org/fhir/StructureDefinition/Practitioner
213
+ - http://hl7.org/fhir/StructureDefinition/PractitionerRole
214
+ - http://hl7.org/fhir/StructureDefinition/Device
215
+ - http://hl7.org/fhir/StructureDefinition/RelatedPerson
216
+ - http://hl7.org/fhir/StructureDefinition/Organization
217
+ - http://hl7.org/fhir/StructureDefinition/CareTeam
218
+ - :path: CarePlan.contributor
219
+ :profiles:
220
+ - http://hl7.org/fhir/StructureDefinition/Patient
221
+ - http://hl7.org/fhir/StructureDefinition/Practitioner
222
+ - http://hl7.org/fhir/StructureDefinition/PractitionerRole
223
+ - http://hl7.org/fhir/StructureDefinition/Device
224
+ - http://hl7.org/fhir/StructureDefinition/RelatedPerson
225
+ - http://hl7.org/fhir/StructureDefinition/Organization
226
+ - http://hl7.org/fhir/StructureDefinition/CareTeam
227
+ - :path: CarePlan.careTeam
228
+ :profiles:
229
+ - http://hl7.org/fhir/StructureDefinition/CareTeam
230
+ - :path: CarePlan.addresses
231
+ :profiles:
232
+ - http://hl7.org/fhir/StructureDefinition/Condition
233
+ - :path: CarePlan.supportingInfo
234
+ :profiles:
235
+ - http://hl7.org/fhir/StructureDefinition/Resource
236
+ - :path: CarePlan.goal
237
+ :profiles:
238
+ - http://hl7.org/fhir/StructureDefinition/Goal
239
+ - :path: CarePlan.activity.outcomeReference
240
+ :profiles:
241
+ - http://hl7.org/fhir/StructureDefinition/Resource
242
+ - :path: CarePlan.activity.reference
243
+ :profiles:
244
+ - http://hl7.org/fhir/StructureDefinition/Appointment
245
+ - http://hl7.org/fhir/StructureDefinition/CommunicationRequest
246
+ - http://hl7.org/fhir/StructureDefinition/DeviceRequest
247
+ - http://hl7.org/fhir/StructureDefinition/MedicationRequest
248
+ - http://hl7.org/fhir/StructureDefinition/NutritionOrder
249
+ - http://hl7.org/fhir/StructureDefinition/Task
250
+ - http://hl7.org/fhir/StructureDefinition/ServiceRequest
251
+ - http://hl7.org/fhir/StructureDefinition/VisionPrescription
252
+ - http://hl7.org/fhir/StructureDefinition/RequestGroup
253
+ - :path: CarePlan.activity.detail.reasonReference
254
+ :profiles:
255
+ - http://hl7.org/fhir/StructureDefinition/Condition
256
+ - http://hl7.org/fhir/StructureDefinition/Observation
257
+ - http://hl7.org/fhir/StructureDefinition/DiagnosticReport
258
+ - http://hl7.org/fhir/StructureDefinition/DocumentReference
259
+ - :path: CarePlan.activity.detail.goal
260
+ :profiles:
261
+ - http://hl7.org/fhir/StructureDefinition/Goal
262
+ - :path: CarePlan.activity.detail.location
263
+ :profiles:
264
+ - http://hl7.org/fhir/StructureDefinition/Location
265
+ - :path: CarePlan.activity.detail.performer
266
+ :profiles:
267
+ - http://hl7.org/fhir/StructureDefinition/Practitioner
268
+ - http://hl7.org/fhir/StructureDefinition/PractitionerRole
269
+ - http://hl7.org/fhir/StructureDefinition/Organization
270
+ - http://hl7.org/fhir/StructureDefinition/RelatedPerson
271
+ - http://hl7.org/fhir/StructureDefinition/Patient
272
+ - http://hl7.org/fhir/StructureDefinition/CareTeam
273
+ - http://hl7.org/fhir/StructureDefinition/HealthcareService
274
+ - http://hl7.org/fhir/StructureDefinition/Device
275
+ :tests:
276
+ - :id: us_core_311_care_plan_patient_category_search_test
277
+ :file_name: care_plan_patient_category_search_test.rb
278
+ - :id: us_core_311_care_plan_patient_category_status_date_search_test
279
+ :file_name: care_plan_patient_category_status_date_search_test.rb
280
+ - :id: us_core_311_care_plan_patient_category_status_search_test
281
+ :file_name: care_plan_patient_category_status_search_test.rb
282
+ - :id: us_core_311_care_plan_patient_category_date_search_test
283
+ :file_name: care_plan_patient_category_date_search_test.rb
284
+ - :id: us_core_311_care_plan_read_test
285
+ :file_name: care_plan_read_test.rb
286
+ - :id: us_core_311_care_plan_provenance_revinclude_search_test
287
+ :file_name: care_plan_provenance_revinclude_search_test.rb
288
+ - :id: us_core_311_care_plan_validation_test
289
+ :file_name: care_plan_validation_test.rb
290
+ - :id: us_core_311_care_plan_must_support_test
291
+ :file_name: care_plan_must_support_test.rb
292
+ - :id: us_core_311_care_plan_reference_resolution_test
293
+ :file_name: care_plan_reference_resolution_test.rb
294
+ :id: us_core_311_care_plan
295
+ :file_name: care_plan_group.rb
296
+ :delayed_references: []