onc_certification_g10_test_kit 7.0.3 → 7.2.0

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 (63) hide show
  1. checksums.yaml +4 -4
  2. data/config/presets/g10_reference_server_preset.json +1467 -0
  3. data/lib/inferno/ext/bloomer.rb +1 -1
  4. data/lib/inferno/terminology/tasks/process_umls.rb +1 -1
  5. data/lib/onc_certification_g10_test_kit/bulk_data_authorization.rb +73 -67
  6. data/lib/onc_certification_g10_test_kit/bulk_data_group_export_cancel_stu1.rb +1 -2
  7. data/lib/onc_certification_g10_test_kit/bulk_data_group_export_cancel_stu2.rb +7 -1
  8. data/lib/onc_certification_g10_test_kit/bulk_data_group_export_parameters.rb +1 -1
  9. data/lib/onc_certification_g10_test_kit/bulk_data_group_export_stu1.rb +10 -2
  10. data/lib/onc_certification_g10_test_kit/bulk_data_group_export_validation.rb +6 -2
  11. data/lib/onc_certification_g10_test_kit/bulk_export_validation_tester.rb +7 -3
  12. data/lib/onc_certification_g10_test_kit/configuration_checker.rb +5 -13
  13. data/lib/onc_certification_g10_test_kit/encounter_context_test.rb +3 -3
  14. data/lib/onc_certification_g10_test_kit/export_kick_off_performer.rb +7 -3
  15. data/lib/onc_certification_g10_test_kit/feature.rb +5 -4
  16. data/lib/onc_certification_g10_test_kit/igs/01-us-core-v400.tgz +0 -0
  17. data/lib/onc_certification_g10_test_kit/igs/03-us-core-v311.tgz +0 -0
  18. data/lib/onc_certification_g10_test_kit/igs/04-us-core-610.tgz +0 -0
  19. data/lib/onc_certification_g10_test_kit/metadata.rb +103 -0
  20. data/lib/onc_certification_g10_test_kit/multi_patient_api_stu1.rb +0 -4
  21. data/lib/onc_certification_g10_test_kit/multi_patient_api_stu2.rb +8 -4
  22. data/lib/onc_certification_g10_test_kit/patient_context_test.rb +3 -3
  23. data/lib/onc_certification_g10_test_kit/patient_scope_test.rb +1 -1
  24. data/lib/onc_certification_g10_test_kit/restricted_resource_type_access_group.rb +3 -10
  25. data/lib/onc_certification_g10_test_kit/scope_constants.rb +52 -0
  26. data/lib/onc_certification_g10_test_kit/short_id_map.yml +11 -20
  27. data/lib/onc_certification_g10_test_kit/single_patient_api_group.rb +18 -17
  28. data/lib/onc_certification_g10_test_kit/single_patient_us_core_4_api_group.rb +18 -17
  29. data/lib/onc_certification_g10_test_kit/single_patient_us_core_5_api_group.rb +18 -17
  30. data/lib/onc_certification_g10_test_kit/single_patient_us_core_6_api_group.rb +20 -19
  31. data/lib/onc_certification_g10_test_kit/single_patient_us_core_7_api_group.rb +20 -19
  32. data/lib/onc_certification_g10_test_kit/smart_app_launch_invalid_aud_group.rb +108 -65
  33. data/lib/onc_certification_g10_test_kit/smart_asymmetric_launch_group.rb +42 -89
  34. data/lib/onc_certification_g10_test_kit/smart_ehr_patient_launch_group.rb +33 -43
  35. data/lib/onc_certification_g10_test_kit/smart_ehr_patient_launch_group_stu2.rb +32 -54
  36. data/lib/onc_certification_g10_test_kit/smart_ehr_patient_launch_group_stu2_2.rb +34 -55
  37. data/lib/onc_certification_g10_test_kit/smart_ehr_practitioner_app_group.rb +103 -146
  38. data/lib/onc_certification_g10_test_kit/smart_fine_grained_scopes_group.rb +17 -55
  39. data/lib/onc_certification_g10_test_kit/smart_fine_grained_scopes_group_stu2_2.rb +17 -55
  40. data/lib/onc_certification_g10_test_kit/smart_fine_grained_scopes_us_core_7_group.rb +17 -55
  41. data/lib/onc_certification_g10_test_kit/smart_fine_grained_scopes_us_core_7_group_stu2_2.rb +17 -55
  42. data/lib/onc_certification_g10_test_kit/smart_granular_scope_selection_group.rb +33 -68
  43. data/lib/onc_certification_g10_test_kit/smart_granular_scope_selection_test.rb +4 -3
  44. data/lib/onc_certification_g10_test_kit/smart_invalid_pkce_group.rb +45 -89
  45. data/lib/onc_certification_g10_test_kit/smart_invalid_token_group.rb +45 -89
  46. data/lib/onc_certification_g10_test_kit/smart_invalid_token_group_stu2.rb +53 -91
  47. data/lib/onc_certification_g10_test_kit/smart_invalid_token_refresh_test.rb +9 -6
  48. data/lib/onc_certification_g10_test_kit/smart_limited_app_group.rb +86 -278
  49. data/lib/onc_certification_g10_test_kit/smart_public_standalone_launch_group.rb +32 -59
  50. data/lib/onc_certification_g10_test_kit/smart_public_standalone_launch_group_stu2.rb +36 -75
  51. data/lib/onc_certification_g10_test_kit/smart_public_standalone_launch_group_stu2_2.rb +36 -75
  52. data/lib/onc_certification_g10_test_kit/smart_scopes_test.rb +6 -1
  53. data/lib/onc_certification_g10_test_kit/smart_standalone_patient_app_group.rb +90 -118
  54. data/lib/onc_certification_g10_test_kit/smart_v1_scopes_group.rb +62 -116
  55. data/lib/onc_certification_g10_test_kit/tasks/generate_matrix.rb +3 -12
  56. data/lib/onc_certification_g10_test_kit/token_introspection_group.rb +12 -25
  57. data/lib/onc_certification_g10_test_kit/token_introspection_group_stu2_2.rb +12 -14
  58. data/lib/onc_certification_g10_test_kit/token_revocation_group.rb +44 -33
  59. data/lib/onc_certification_g10_test_kit/unrestricted_resource_type_access_group.rb +3 -3
  60. data/lib/onc_certification_g10_test_kit/urls.rb +4 -0
  61. data/lib/onc_certification_g10_test_kit/version.rb +2 -1
  62. data/lib/onc_certification_g10_test_kit.rb +119 -65
  63. metadata +20 -68
@@ -0,0 +1,1467 @@
1
+ {
2
+ "title": "Inferno Reference Server Preset",
3
+ "id": "g10-reference-server",
4
+ "test_suite_id": "g10_certification",
5
+ "inputs": [
6
+ {
7
+ "name": "url",
8
+ "value": "https://inferno.healthit.gov/reference-server/r4",
9
+ "_title": "FHIR Endpoint",
10
+ "_description": "URL of the FHIR endpoint used by SMART applications",
11
+ "_type": "text"
12
+ },
13
+ {
14
+ "name": "standalone_smart_auth_info",
15
+ "_title": "Standalone Launch Credentials",
16
+ "_type": "auth_info",
17
+ "value_for_options": [
18
+ {
19
+ "options": [
20
+ {
21
+ "name": "us_core_version",
22
+ "value": "us_core_3"
23
+ },
24
+ {
25
+ "name": "smart_app_launch_version",
26
+ "value": "smart_app_launch_1"
27
+ }
28
+ ],
29
+ "value": {
30
+ "client_id": "SAMPLE_CONFIDENTIAL_CLIENT_ID",
31
+ "client_secret": "SAMPLE_CONFIDENTIAL_CLIENT_SECRET",
32
+ "pkce_support": "disabled",
33
+ "requested_scopes": "launch/patient openid fhirUser offline_access patient/Patient.read patient/AllergyIntolerance.read patient/CarePlan.read patient/CareTeam.read patient/Condition.read patient/Device.read patient/DiagnosticReport.read patient/DocumentReference.read patient/Encounter.read patient/Goal.read patient/Immunization.read patient/Location.read patient/Medication.read patient/MedicationRequest.read patient/Observation.read patient/Organization.read patient/Practitioner.read patient/PractitionerRole.read patient/Procedure.read patient/Provenance.read"
34
+ }
35
+ },
36
+ {
37
+ "options": [
38
+ {
39
+ "name": "us_core_version",
40
+ "value": "us_core_4"
41
+ },
42
+ {
43
+ "name": "smart_app_launch_version",
44
+ "value": "smart_app_launch_1"
45
+ }
46
+ ],
47
+ "value": {
48
+ "client_id": "SAMPLE_CONFIDENTIAL_CLIENT_ID",
49
+ "client_secret": "SAMPLE_CONFIDENTIAL_CLIENT_SECRET",
50
+ "pkce_support": "disabled",
51
+ "requested_scopes": "launch/patient openid fhirUser offline_access patient/Patient.read patient/AllergyIntolerance.read patient/CarePlan.read patient/CareTeam.read patient/Condition.read patient/Device.read patient/DiagnosticReport.read patient/DocumentReference.read patient/Encounter.read patient/Goal.read patient/Immunization.read patient/Location.read patient/Medication.read patient/MedicationRequest.read patient/Observation.read patient/Organization.read patient/Practitioner.read patient/PractitionerRole.read patient/Procedure.read patient/Provenance.read"
52
+ }
53
+ },
54
+ {
55
+ "options": [
56
+ {
57
+ "name": "us_core_version",
58
+ "value": "us_core_6"
59
+ },
60
+ {
61
+ "name": "smart_app_launch_version",
62
+ "value": "smart_app_launch_1"
63
+ }
64
+ ],
65
+ "value": {
66
+ "client_id": "SAMPLE_CONFIDENTIAL_CLIENT_ID",
67
+ "client_secret": "SAMPLE_CONFIDENTIAL_CLIENT_SECRET",
68
+ "pkce_support": "disabled",
69
+ "requested_scopes": "launch/patient openid fhirUser offline_access patient/Patient.read patient/AllergyIntolerance.read patient/CarePlan.read patient/CareTeam.read patient/Condition.read patient/Coverage.read patient/Device.read patient/DiagnosticReport.read patient/DocumentReference.read patient/Encounter.read patient/Goal.read patient/Immunization.read patient/Location.read patient/Medication.read patient/MedicationDispense.read patient/MedicationRequest.read patient/Observation.read patient/Organization.read patient/Practitioner.read patient/PractitionerRole.read patient/Procedure.read patient/Provenance.read patient/QuestionnaireResponse.read patient/RelatedPerson.read patient/ServiceRequest.read patient/Specimen.read"
70
+ }
71
+ },
72
+ {
73
+ "options": [
74
+ {
75
+ "name": "us_core_version",
76
+ "value": "us_core_7"
77
+ },
78
+ {
79
+ "name": "smart_app_launch_version",
80
+ "value": "smart_app_launch_1"
81
+ }
82
+ ],
83
+ "value": {
84
+ "client_id": "SAMPLE_CONFIDENTIAL_CLIENT_ID",
85
+ "client_secret": "SAMPLE_CONFIDENTIAL_CLIENT_SECRET",
86
+ "pkce_support": "disabled",
87
+ "requested_scopes": "launch/patient openid fhirUser offline_access patient/Patient.read patient/AllergyIntolerance.read patient/CarePlan.read patient/CareTeam.read patient/Condition.read patient/Coverage.read patient/Device.read patient/DiagnosticReport.read patient/DocumentReference.read patient/Encounter.read patient/Goal.read patient/Immunization.read patient/Location.read patient/Media.read patient/Medication.read patient/MedicationDispense.read patient/MedicationRequest.read patient/Observation.read patient/Organization.read patient/Practitioner.read patient/PractitionerRole.read patient/Procedure.read patient/Provenance.read patient/QuestionnaireResponse.read patient/RelatedPerson.read patient/ServiceRequest.read patient/Specimen.read"
88
+ }
89
+ },
90
+ {
91
+ "options": [
92
+ {
93
+ "name": "us_core_version",
94
+ "value": "us_core_3"
95
+ },
96
+ {
97
+ "name": "smart_app_launch_version",
98
+ "value": "smart_app_launch_2"
99
+ }
100
+ ],
101
+ "value": {
102
+ "client_id": "SAMPLE_CONFIDENTIAL_CLIENT_ID",
103
+ "client_secret": "SAMPLE_CONFIDENTIAL_CLIENT_SECRET",
104
+ "requested_scopes": "launch/patient openid fhirUser offline_access patient/Patient.rs patient/AllergyIntolerance.rs patient/CarePlan.rs patient/CareTeam.rs patient/Condition.rs patient/Device.rs patient/DiagnosticReport.rs patient/DocumentReference.rs patient/Encounter.rs patient/Goal.rs patient/Immunization.rs patient/Location.rs patient/Medication.rs patient/MedicationRequest.rs patient/Observation.rs patient/Organization.rs patient/Practitioner.rs patient/PractitionerRole.rs patient/Procedure.rs patient/Provenance.rs"
105
+ }
106
+ },
107
+ {
108
+ "options": [
109
+ {
110
+ "name": "us_core_version",
111
+ "value": "us_core_3"
112
+ },
113
+ {
114
+ "name": "smart_app_launch_version",
115
+ "value": "smart_app_launch_2_2"
116
+ }
117
+ ],
118
+ "value": {
119
+ "client_id": "SAMPLE_CONFIDENTIAL_CLIENT_ID",
120
+ "client_secret": "SAMPLE_CONFIDENTIAL_CLIENT_SECRET",
121
+ "requested_scopes": "launch/patient openid fhirUser offline_access patient/Patient.rs patient/AllergyIntolerance.rs patient/CarePlan.rs patient/CareTeam.rs patient/Condition.rs patient/Device.rs patient/DiagnosticReport.rs patient/DocumentReference.rs patient/Encounter.rs patient/Goal.rs patient/Immunization.rs patient/Location.rs patient/Medication.rs patient/MedicationRequest.rs patient/Observation.rs patient/Organization.rs patient/Practitioner.rs patient/PractitionerRole.rs patient/Procedure.rs patient/Provenance.rs"
122
+ }
123
+ },
124
+ {
125
+ "options": [
126
+ {
127
+ "name": "us_core_version",
128
+ "value": "us_core_4"
129
+ },
130
+ {
131
+ "name": "smart_app_launch_version",
132
+ "value": "smart_app_launch_2"
133
+ }
134
+ ],
135
+ "value": {
136
+ "client_id": "SAMPLE_CONFIDENTIAL_CLIENT_ID",
137
+ "client_secret": "SAMPLE_CONFIDENTIAL_CLIENT_SECRET",
138
+ "requested_scopes": "launch/patient openid fhirUser offline_access patient/Patient.rs patient/AllergyIntolerance.rs patient/CarePlan.rs patient/CareTeam.rs patient/Condition.rs patient/Device.rs patient/DiagnosticReport.rs patient/DocumentReference.rs patient/Encounter.rs patient/Goal.rs patient/Immunization.rs patient/Location.rs patient/Medication.rs patient/MedicationRequest.rs patient/Observation.rs patient/Organization.rs patient/Practitioner.rs patient/PractitionerRole.rs patient/Procedure.rs patient/Provenance.rs"
139
+ }
140
+ },
141
+ {
142
+ "options": [
143
+ {
144
+ "name": "us_core_version",
145
+ "value": "us_core_4"
146
+ },
147
+ {
148
+ "name": "smart_app_launch_version",
149
+ "value": "smart_app_launch_2_2"
150
+ }
151
+ ],
152
+ "value": {
153
+ "client_id": "SAMPLE_CONFIDENTIAL_CLIENT_ID",
154
+ "client_secret": "SAMPLE_CONFIDENTIAL_CLIENT_SECRET",
155
+ "requested_scopes": "launch/patient openid fhirUser offline_access patient/Patient.rs patient/AllergyIntolerance.rs patient/CarePlan.rs patient/CareTeam.rs patient/Condition.rs patient/Device.rs patient/DiagnosticReport.rs patient/DocumentReference.rs patient/Encounter.rs patient/Goal.rs patient/Immunization.rs patient/Location.rs patient/Medication.rs patient/MedicationRequest.rs patient/Observation.rs patient/Organization.rs patient/Practitioner.rs patient/PractitionerRole.rs patient/Procedure.rs patient/Provenance.rs"
156
+ }
157
+ },
158
+ {
159
+ "options": [
160
+ {
161
+ "name": "us_core_version",
162
+ "value": "us_core_6"
163
+ },
164
+ {
165
+ "name": "smart_app_launch_version",
166
+ "value": "smart_app_launch_2"
167
+ }
168
+ ],
169
+ "value": {
170
+ "client_id": "SAMPLE_CONFIDENTIAL_CLIENT_ID",
171
+ "client_secret": "SAMPLE_CONFIDENTIAL_CLIENT_SECRET",
172
+ "requested_scopes": "launch/patient openid fhirUser offline_access patient/Patient.rs patient/AllergyIntolerance.rs patient/CarePlan.rs patient/CareTeam.rs patient/Condition.rs patient/Coverage.rs patient/Device.rs patient/DiagnosticReport.rs patient/DocumentReference.rs patient/Encounter.rs patient/Goal.rs patient/Immunization.rs patient/Location.rs patient/Medication.rs patient/MedicationDispense.rs patient/MedicationRequest.rs patient/Observation.rs patient/Organization.rs patient/Practitioner.rs patient/PractitionerRole.rs patient/Procedure.rs patient/Provenance.rs patient/QuestionnaireResponse.rs patient/RelatedPerson.rs patient/ServiceRequest.rs patient/Specimen.rs"
173
+ }
174
+ },
175
+ {
176
+ "options": [
177
+ {
178
+ "name": "us_core_version",
179
+ "value": "us_core_6"
180
+ },
181
+ {
182
+ "name": "smart_app_launch_version",
183
+ "value": "smart_app_launch_2_2"
184
+ }
185
+ ],
186
+ "value": {
187
+ "client_id": "SAMPLE_CONFIDENTIAL_CLIENT_ID",
188
+ "client_secret": "SAMPLE_CONFIDENTIAL_CLIENT_SECRET",
189
+ "requested_scopes": "launch/patient openid fhirUser offline_access patient/Patient.rs patient/AllergyIntolerance.rs patient/CarePlan.rs patient/CareTeam.rs patient/Condition.rs patient/Coverage.rs patient/Device.rs patient/DiagnosticReport.rs patient/DocumentReference.rs patient/Encounter.rs patient/Goal.rs patient/Immunization.rs patient/Location.rs patient/Medication.rs patient/MedicationDispense.rs patient/MedicationRequest.rs patient/Observation.rs patient/Organization.rs patient/Practitioner.rs patient/PractitionerRole.rs patient/Procedure.rs patient/Provenance.rs patient/QuestionnaireResponse.rs patient/RelatedPerson.rs patient/ServiceRequest.rs patient/Specimen.rs"
190
+ }
191
+ },
192
+ {
193
+ "options": [
194
+ {
195
+ "name": "us_core_version",
196
+ "value": "us_core_7"
197
+ },
198
+ {
199
+ "name": "smart_app_launch_version",
200
+ "value": "smart_app_launch_2"
201
+ }
202
+ ],
203
+ "value": {
204
+ "client_id": "SAMPLE_CONFIDENTIAL_CLIENT_ID",
205
+ "client_secret": "SAMPLE_CONFIDENTIAL_CLIENT_SECRET",
206
+ "requested_scopes": "launch/patient openid fhirUser offline_access patient/Patient.rs patient/AllergyIntolerance.rs patient/CarePlan.rs patient/CareTeam.rs patient/Condition.rs patient/Coverage.rs patient/Device.rs patient/DiagnosticReport.rs patient/DocumentReference.rs patient/Encounter.rs patient/Goal.rs patient/Immunization.rs patient/Location.rs patient/Media.rs patient/Medication.rs patient/MedicationDispense.rs patient/MedicationRequest.rs patient/Observation.rs patient/Organization.rs patient/Practitioner.rs patient/PractitionerRole.rs patient/Procedure.rs patient/Provenance.rs patient/QuestionnaireResponse.rs patient/RelatedPerson.rs patient/ServiceRequest.rs patient/Specimen.rs"
207
+ }
208
+ },
209
+ {
210
+ "options": [
211
+ {
212
+ "name": "us_core_version",
213
+ "value": "us_core_7"
214
+ },
215
+ {
216
+ "name": "smart_app_launch_version",
217
+ "value": "smart_app_launch_2_2"
218
+ }
219
+ ],
220
+ "value": {
221
+ "client_id": "SAMPLE_CONFIDENTIAL_CLIENT_ID",
222
+ "client_secret": "SAMPLE_CONFIDENTIAL_CLIENT_SECRET",
223
+ "requested_scopes": "launch/patient openid fhirUser offline_access patient/Patient.rs patient/AllergyIntolerance.rs patient/CarePlan.rs patient/CareTeam.rs patient/Condition.rs patient/Coverage.rs patient/Device.rs patient/DiagnosticReport.rs patient/DocumentReference.rs patient/Encounter.rs patient/Goal.rs patient/Immunization.rs patient/Location.rs patient/Media.rs patient/Medication.rs patient/MedicationDispense.rs patient/MedicationRequest.rs patient/Observation.rs patient/Organization.rs patient/Practitioner.rs patient/PractitionerRole.rs patient/Procedure.rs patient/Provenance.rs patient/QuestionnaireResponse.rs patient/RelatedPerson.rs patient/ServiceRequest.rs patient/Specimen.rs"
224
+ }
225
+ }
226
+ ]
227
+ },
228
+ {
229
+ "name": "expected_resources",
230
+ "value": "patient, condition, observation",
231
+ "_title": "expected resource grant for limited access launch",
232
+ "_description": "the user will only grant access to the following resources during authorization.",
233
+ "_type": "text"
234
+ },
235
+ {
236
+ "name": "ehr_smart_auth_info",
237
+ "_title": "EHR Launch Credentials",
238
+ "_type": "auth_info",
239
+ "value_for_options": [
240
+ {
241
+ "options": [
242
+ {
243
+ "name": "us_core_version",
244
+ "value": "us_core_3"
245
+ },
246
+ {
247
+ "name": "smart_app_launch_version",
248
+ "value": "smart_app_launch_1"
249
+ }
250
+ ],
251
+ "value": {
252
+ "client_id": "SAMPLE_CONFIDENTIAL_CLIENT_ID",
253
+ "client_secret": "SAMPLE_CONFIDENTIAL_CLIENT_SECRET",
254
+ "pkce_support": "disabled",
255
+ "requested_scopes": "launch openid fhirUser offline_access user/Patient.read user/AllergyIntolerance.read user/CarePlan.read user/CareTeam.read user/Condition.read user/Device.read user/DiagnosticReport.read user/DocumentReference.read user/Encounter.read user/Goal.read user/Immunization.read user/Location.read user/Medication.read user/MedicationRequest.read user/Observation.read user/Organization.read user/Practitioner.read user/PractitionerRole.read user/Procedure.read user/Provenance.read"
256
+ }
257
+ },
258
+ {
259
+ "options": [
260
+ {
261
+ "name": "us_core_version",
262
+ "value": "us_core_4"
263
+ },
264
+ {
265
+ "name": "smart_app_launch_version",
266
+ "value": "smart_app_launch_1"
267
+ }
268
+ ],
269
+ "value": {
270
+ "client_id": "SAMPLE_CONFIDENTIAL_CLIENT_ID",
271
+ "client_secret": "SAMPLE_CONFIDENTIAL_CLIENT_SECRET",
272
+ "pkce_support": "disabled",
273
+ "requested_scopes": "launch openid fhirUser offline_access user/Patient.read user/AllergyIntolerance.read user/CarePlan.read user/CareTeam.read user/Condition.read user/Device.read user/DiagnosticReport.read user/DocumentReference.read user/Encounter.read user/Goal.read user/Immunization.read user/Location.read user/Medication.read user/MedicationRequest.read user/Observation.read user/Organization.read user/Practitioner.read user/PractitionerRole.read user/Procedure.read user/Provenance.read"
274
+ }
275
+ },
276
+ {
277
+ "options": [
278
+ {
279
+ "name": "us_core_version",
280
+ "value": "us_core_6"
281
+ },
282
+ {
283
+ "name": "smart_app_launch_version",
284
+ "value": "smart_app_launch_1"
285
+ }
286
+ ],
287
+ "value": {
288
+ "client_id": "SAMPLE_CONFIDENTIAL_CLIENT_ID",
289
+ "client_secret": "SAMPLE_CONFIDENTIAL_CLIENT_SECRET",
290
+ "pkce_support": "disabled",
291
+ "requested_scopes": "launch openid fhirUser offline_access user/Patient.read user/AllergyIntolerance.read user/CarePlan.read user/CareTeam.read user/Condition.read user/Coverage.read user/Device.read user/DiagnosticReport.read user/DocumentReference.read user/Encounter.read user/Goal.read user/Immunization.read user/Location.read user/Medication.read user/MedicationDispense.read user/MedicationRequest.read user/Observation.read user/Organization.read user/Practitioner.read user/PractitionerRole.read user/Procedure.read user/Provenance.read user/QuestionnaireResponse.read user/RelatedPerson.read user/ServiceRequest.read user/Specimen.read"
292
+ }
293
+ },
294
+ {
295
+ "options": [
296
+ {
297
+ "name": "us_core_version",
298
+ "value": "us_core_7"
299
+ },
300
+ {
301
+ "name": "smart_app_launch_version",
302
+ "value": "smart_app_launch_1"
303
+ }
304
+ ],
305
+ "value": {
306
+ "client_id": "SAMPLE_CONFIDENTIAL_CLIENT_ID",
307
+ "client_secret": "SAMPLE_CONFIDENTIAL_CLIENT_SECRET",
308
+ "pkce_support": "disabled",
309
+ "requested_scopes": "launch openid fhirUser offline_access user/Patient.read user/AllergyIntolerance.read user/CarePlan.read user/CareTeam.read user/Condition.read user/Coverage.read user/Device.read user/DiagnosticReport.read user/DocumentReference.read user/Encounter.read user/Goal.read user/Immunization.read user/Location.read user/Media.read user/Medication.read user/MedicationDispense.read user/MedicationRequest.read user/Observation.read user/Organization.read user/Practitioner.read user/PractitionerRole.read user/Procedure.read user/Provenance.read user/QuestionnaireResponse.read user/RelatedPerson.read user/ServiceRequest.read user/Specimen.read"
310
+ }
311
+ },
312
+ {
313
+ "options": [
314
+ {
315
+ "name": "us_core_version",
316
+ "value": "us_core_3"
317
+ },
318
+ {
319
+ "name": "smart_app_launch_version",
320
+ "value": "smart_app_launch_2"
321
+ }
322
+ ],
323
+ "value": {
324
+ "client_id": "SAMPLE_CONFIDENTIAL_CLIENT_ID",
325
+ "client_secret": "SAMPLE_CONFIDENTIAL_CLIENT_SECRET",
326
+ "requested_scopes": "launch openid fhirUser offline_access user/Patient.rs user/AllergyIntolerance.rs user/CarePlan.rs user/CareTeam.rs user/Condition.rs user/Device.rs user/DiagnosticReport.rs user/DocumentReference.rs user/Encounter.rs user/Goal.rs user/Immunization.rs user/Location.rs user/Medication.rs user/MedicationRequest.rs user/Observation.rs user/Organization.rs user/Practitioner.rs user/PractitionerRole.rs user/Procedure.rs user/Provenance.rs"
327
+ }
328
+ },
329
+ {
330
+ "options": [
331
+ {
332
+ "name": "us_core_version",
333
+ "value": "us_core_3"
334
+ },
335
+ {
336
+ "name": "smart_app_launch_version",
337
+ "value": "smart_app_launch_2_2"
338
+ }
339
+ ],
340
+ "value": {
341
+ "client_id": "SAMPLE_CONFIDENTIAL_CLIENT_ID",
342
+ "client_secret": "SAMPLE_CONFIDENTIAL_CLIENT_SECRET",
343
+ "requested_scopes": "launch openid fhirUser offline_access user/Patient.rs user/AllergyIntolerance.rs user/CarePlan.rs user/CareTeam.rs user/Condition.rs user/Device.rs user/DiagnosticReport.rs user/DocumentReference.rs user/Encounter.rs user/Goal.rs user/Immunization.rs user/Location.rs user/Medication.rs user/MedicationRequest.rs user/Observation.rs user/Organization.rs user/Practitioner.rs user/PractitionerRole.rs user/Procedure.rs user/Provenance.rs"
344
+ }
345
+ },
346
+ {
347
+ "options": [
348
+ {
349
+ "name": "us_core_version",
350
+ "value": "us_core_4"
351
+ },
352
+ {
353
+ "name": "smart_app_launch_version",
354
+ "value": "smart_app_launch_2"
355
+ }
356
+ ],
357
+ "value": {
358
+ "client_id": "SAMPLE_CONFIDENTIAL_CLIENT_ID",
359
+ "client_secret": "SAMPLE_CONFIDENTIAL_CLIENT_SECRET",
360
+ "requested_scopes": "launch openid fhirUser offline_access user/Patient.rs user/AllergyIntolerance.rs user/CarePlan.rs user/CareTeam.rs user/Condition.rs user/Device.rs user/DiagnosticReport.rs user/DocumentReference.rs user/Encounter.rs user/Goal.rs user/Immunization.rs user/Location.rs user/Medication.rs user/MedicationRequest.rs user/Observation.rs user/Organization.rs user/Practitioner.rs user/PractitionerRole.rs user/Procedure.rs user/Provenance.rs"
361
+ }
362
+ },
363
+ {
364
+ "options": [
365
+ {
366
+ "name": "us_core_version",
367
+ "value": "us_core_4"
368
+ },
369
+ {
370
+ "name": "smart_app_launch_version",
371
+ "value": "smart_app_launch_2_2"
372
+ }
373
+ ],
374
+ "value": {
375
+ "client_id": "SAMPLE_CONFIDENTIAL_CLIENT_ID",
376
+ "client_secret": "SAMPLE_CONFIDENTIAL_CLIENT_SECRET",
377
+ "requested_scopes": "launch openid fhirUser offline_access user/Patient.rs user/AllergyIntolerance.rs user/CarePlan.rs user/CareTeam.rs user/Condition.rs user/Device.rs user/DiagnosticReport.rs user/DocumentReference.rs user/Encounter.rs user/Goal.rs user/Immunization.rs user/Location.rs user/Medication.rs user/MedicationRequest.rs user/Observation.rs user/Organization.rs user/Practitioner.rs user/PractitionerRole.rs user/Procedure.rs user/Provenance.rs"
378
+ }
379
+ },
380
+ {
381
+ "options": [
382
+ {
383
+ "name": "us_core_version",
384
+ "value": "us_core_6"
385
+ },
386
+ {
387
+ "name": "smart_app_launch_version",
388
+ "value": "smart_app_launch_2"
389
+ }
390
+ ],
391
+ "value": {
392
+ "client_id": "SAMPLE_CONFIDENTIAL_CLIENT_ID",
393
+ "client_secret": "SAMPLE_CONFIDENTIAL_CLIENT_SECRET",
394
+ "requested_scopes": "launch openid fhirUser offline_access user/Patient.rs user/AllergyIntolerance.rs user/CarePlan.rs user/CareTeam.rs user/Condition.rs user/Coverage.rs user/Device.rs user/DiagnosticReport.rs user/DocumentReference.rs user/Encounter.rs user/Goal.rs user/Immunization.rs user/Location.rs user/Medication.rs user/MedicationDispense.rs user/MedicationRequest.rs user/Observation.rs user/Organization.rs user/Practitioner.rs user/PractitionerRole.rs user/Procedure.rs user/Provenance.rs user/QuestionnaireResponse.rs user/RelatedPerson.rs user/ServiceRequest.rs user/ServiceRequest.rs user/Specimen.rs"
395
+ }
396
+ },
397
+ {
398
+ "options": [
399
+ {
400
+ "name": "us_core_version",
401
+ "value": "us_core_6"
402
+ },
403
+ {
404
+ "name": "smart_app_launch_version",
405
+ "value": "smart_app_launch_2_2"
406
+ }
407
+ ],
408
+ "value": {
409
+ "client_id": "SAMPLE_CONFIDENTIAL_CLIENT_ID",
410
+ "client_secret": "SAMPLE_CONFIDENTIAL_CLIENT_SECRET",
411
+ "requested_scopes": "launch openid fhirUser offline_access user/Patient.rs user/AllergyIntolerance.rs user/CarePlan.rs user/CareTeam.rs user/Condition.rs user/Coverage.rs user/Device.rs user/DiagnosticReport.rs user/DocumentReference.rs user/Encounter.rs user/Goal.rs user/Immunization.rs user/Location.rs user/Medication.rs user/MedicationDispense.rs user/MedicationRequest.rs user/Observation.rs user/Organization.rs user/Practitioner.rs user/PractitionerRole.rs user/Procedure.rs user/Provenance.rs user/QuestionnaireResponse.rs user/RelatedPerson.rs user/ServiceRequest.rs user/ServiceRequest.rs user/Specimen.rs"
412
+ }
413
+ },
414
+ {
415
+ "options": [
416
+ {
417
+ "name": "us_core_version",
418
+ "value": "us_core_7"
419
+ },
420
+ {
421
+ "name": "smart_app_launch_version",
422
+ "value": "smart_app_launch_2"
423
+ }
424
+ ],
425
+ "value": {
426
+ "client_id": "SAMPLE_CONFIDENTIAL_CLIENT_ID",
427
+ "client_secret": "SAMPLE_CONFIDENTIAL_CLIENT_SECRET",
428
+ "requested_scopes": "launch openid fhirUser offline_access user/Patient.rs user/AllergyIntolerance.rs user/CarePlan.rs user/CareTeam.rs user/Condition.rs user/Coverage.rs user/Device.rs user/DiagnosticReport.rs user/DocumentReference.rs user/Encounter.rs user/Goal.rs user/Immunization.rs user/Location.rs user/Media.rs user/Medication.rs user/MedicationDispense.rs user/MedicationRequest.rs user/Observation.rs user/Organization.rs user/Practitioner.rs user/PractitionerRole.rs user/Procedure.rs user/Provenance.rs user/QuestionnaireResponse.rs user/RelatedPerson.rs user/ServiceRequest.rs user/ServiceRequest.rs user/Specimen.rs"
429
+ }
430
+ },
431
+ {
432
+ "options": [
433
+ {
434
+ "name": "us_core_version",
435
+ "value": "us_core_7"
436
+ },
437
+ {
438
+ "name": "smart_app_launch_version",
439
+ "value": "smart_app_launch_2_2"
440
+ }
441
+ ],
442
+ "value": {
443
+ "client_id": "SAMPLE_CONFIDENTIAL_CLIENT_ID",
444
+ "client_secret": "SAMPLE_CONFIDENTIAL_CLIENT_SECRET",
445
+ "requested_scopes": "launch openid fhirUser offline_access user/Patient.rs user/AllergyIntolerance.rs user/CarePlan.rs user/CareTeam.rs user/Condition.rs user/Coverage.rs user/Device.rs user/DiagnosticReport.rs user/DocumentReference.rs user/Encounter.rs user/Goal.rs user/Immunization.rs user/Location.rs user/Media.rs user/Medication.rs user/MedicationDispense.rs user/MedicationRequest.rs user/Observation.rs user/Organization.rs user/Practitioner.rs user/PractitionerRole.rs user/Procedure.rs user/Provenance.rs user/QuestionnaireResponse.rs user/RelatedPerson.rs user/ServiceRequest.rs user/ServiceRequest.rs user/Specimen.rs"
446
+ }
447
+ }
448
+ ]
449
+ },
450
+ {
451
+ "name": "additional_patient_ids",
452
+ "value": "85,355",
453
+ "_title": "Additional Patient IDs",
454
+ "_description": "Comma separated list of Patient IDs that together with the Patient\nID from the SMART App Launch contain all MUST SUPPORT elements.\n",
455
+ "_type": "text",
456
+ "_optional": true
457
+ },
458
+ {
459
+ "name": "implantable_device_codes",
460
+ "value": null,
461
+ "_title": "Implantable Device Type Code",
462
+ "_description": "Enter the code for an Implantable Device type, or multiple codes separated by commas. If blank, Inferno will validate all Device resources against the Implantable Device profile",
463
+ "_type": "text",
464
+ "_optional": true
465
+ },
466
+ {
467
+ "name": "bulk_server_url",
468
+ "value": "https://inferno.healthit.gov/reference-server/r4",
469
+ "_title": "Bulk Data FHIR URL",
470
+ "_description": "The URL of the Bulk FHIR server.",
471
+ "_type": "text"
472
+ },
473
+ {
474
+ "name": "group_id",
475
+ "value": "1a",
476
+ "_title": "Group ID",
477
+ "_description": "The Group ID associated with the group of patients to be exported.",
478
+ "_type": "text"
479
+ },
480
+ {
481
+ "name": "bulk_patient_ids_in_group",
482
+ "value": "85,355",
483
+ "_title": "Patient IDs in exported Group",
484
+ "_description": "Comma separated list of every Patient ID that is in the specified Group. This information is provided by\nthe system under test to verify that data returned matches expectations. Leave blank to not verify Group\ninclusion.\n",
485
+ "_type": "text",
486
+ "_optional": true
487
+ },
488
+ {
489
+ "name": "bulk_device_types_in_group",
490
+ "value": null,
491
+ "_title": "Implantable Device Type Codes in exported Group",
492
+ "_description": "Comma separated list of every Implantable Device type that is in the specified Group. This information is\nprovided by the system under test to verify that data returned matches expectations. Leave blank to verify\nall Device resources against the Implantable Device profile.\n",
493
+ "_type": "text",
494
+ "_optional": true
495
+ },
496
+ {
497
+ "name": "lines_to_validate",
498
+ "value": null,
499
+ "_title": "Limit validation to a maximum resource count",
500
+ "_description": "To validate all, leave blank.",
501
+ "_type": "text",
502
+ "_optional": true
503
+ },
504
+ {
505
+ "name": "bulk_timeout",
506
+ "value": 180,
507
+ "_title": "Export Times Out after (1-600)",
508
+ "_description": "While testing, Inferno waits for the server to complete the exporting task. If the calculated totalTime is\ngreater than the timeout value specified here, Inferno bulk client stops testing. Please enter an integer\nfor the maximum wait time in seconds. If timeout is less than 1, Inferno uses default value 180. If the\n timeout is greater than 600 (10 minutes), Inferno uses the maximum value 600.\n",
509
+ "_type": "text"
510
+ },
511
+ {
512
+ "name": "bulk_smart_auth_info",
513
+ "value": null,
514
+ "_title": "Multi-Patient API Credentials",
515
+ "_type": "auth_info",
516
+ "value_for_options": [
517
+ {
518
+ "options": [
519
+ {
520
+ "name": "smart_app_launch_version",
521
+ "value": "smart_app_launch_1"
522
+ }
523
+ ],
524
+ "value": {
525
+ "requested_scopes": "system/*.read",
526
+ "token_url": "https://inferno.healthit.gov/reference-server/oauth/token",
527
+ "client_id": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6InJlZ2lzdHJhdGlvbi10b2tlbiJ9.eyJqd2tzX3VybCI6Imh0dHA6Ly8xMC4xNS4yNTIuNzMvaW5mZXJuby8ud2VsbC1rbm93bi9qd2tzLmpzb24iLCJhY2Nlc3NUb2tlbnNFeHBpcmVJbiI6MTUsImlhdCI6MTU5NzQxMzE5NX0.q4v4Msc74kN506KTZ0q_minyapJw0gwlT6M_uiL73S4"
528
+ }
529
+ },
530
+ {
531
+ "options": [
532
+ {
533
+ "name": "smart_app_launch_version",
534
+ "value": "smart_app_launch_2"
535
+ }
536
+ ],
537
+ "value": {
538
+ "requested_scopes": "system/*.r",
539
+ "token_url": "https://inferno.healthit.gov/reference-server/oauth/token",
540
+ "client_id": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6InJlZ2lzdHJhdGlvbi10b2tlbiJ9.eyJqd2tzX3VybCI6Imh0dHA6Ly8xMC4xNS4yNTIuNzMvaW5mZXJuby8ud2VsbC1rbm93bi9qd2tzLmpzb24iLCJhY2Nlc3NUb2tlbnNFeHBpcmVJbiI6MTUsImlhdCI6MTU5NzQxMzE5NX0.q4v4Msc74kN506KTZ0q_minyapJw0gwlT6M_uiL73S4"
541
+ }
542
+ },
543
+ {
544
+ "options": [
545
+ {
546
+ "name": "smart_app_launch_version",
547
+ "value": "smart_app_launch_2_2"
548
+ }
549
+ ],
550
+ "value": {
551
+ "requested_scopes": "system/*.r",
552
+ "token_url": "https://inferno.healthit.gov/reference-server/oauth/token",
553
+ "client_id": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6InJlZ2lzdHJhdGlvbi10b2tlbiJ9.eyJqd2tzX3VybCI6Imh0dHA6Ly8xMC4xNS4yNTIuNzMvaW5mZXJuby8ud2VsbC1rbm93bi9qd2tzLmpzb24iLCJhY2Nlc3NUb2tlbnNFeHBpcmVJbiI6MTUsImlhdCI6MTU5NzQxMzE5NX0.q4v4Msc74kN506KTZ0q_minyapJw0gwlT6M_uiL73S4"
554
+ }
555
+ }
556
+ ]
557
+ },
558
+ {
559
+ "name": "since_timestamp",
560
+ "value": "2025-01-20T12:40:38-05:00",
561
+ "_title": "Timestamp for _since parameter",
562
+ "_description": "A timestamp formatted as a FHIR instant which will be used to test the server's support for the `_since` query parameter",
563
+ "_type": "text"
564
+ },
565
+ {
566
+ "name": "public_smart_auth_info",
567
+ "_title": "Public Launch Credentials",
568
+ "_type": "auth_info",
569
+ "value_for_options": [
570
+ {
571
+ "options": [
572
+ {
573
+ "name": "us_core_version",
574
+ "value": "us_core_3"
575
+ },
576
+ {
577
+ "name": "smart_app_launch_version",
578
+ "value": "smart_app_launch_1"
579
+ }
580
+ ],
581
+ "value": {
582
+ "client_id": "SAMPLE_PUBLIC_CLIENT_ID",
583
+ "pkce_support": "disabled",
584
+ "requested_scopes": "launch/patient openid fhirUser offline_access patient/Patient.read patient/AllergyIntolerance.read patient/CarePlan.read patient/CareTeam.read patient/Condition.read patient/Device.read patient/DiagnosticReport.read patient/DocumentReference.read patient/Encounter.read patient/Goal.read patient/Immunization.read patient/Location.read patient/Medication.read patient/MedicationRequest.read patient/Observation.read patient/Organization.read patient/Practitioner.read patient/PractitionerRole.read patient/Procedure.read patient/Provenance.read"
585
+ }
586
+ },
587
+ {
588
+ "options": [
589
+ {
590
+ "name": "us_core_version",
591
+ "value": "us_core_4"
592
+ },
593
+ {
594
+ "name": "smart_app_launch_version",
595
+ "value": "smart_app_launch_1"
596
+ }
597
+ ],
598
+ "value": {
599
+ "client_id": "SAMPLE_PUBLIC_CLIENT_ID",
600
+ "pkce_support": "disabled",
601
+ "requested_scopes": "launch/patient openid fhirUser offline_access patient/Patient.read patient/AllergyIntolerance.read patient/CarePlan.read patient/CareTeam.read patient/Condition.read patient/Device.read patient/DiagnosticReport.read patient/DocumentReference.read patient/Encounter.read patient/Goal.read patient/Immunization.read patient/Location.read patient/Medication.read patient/MedicationRequest.read patient/Observation.read patient/Organization.read patient/Practitioner.read patient/PractitionerRole.read patient/Procedure.read patient/Provenance.read"
602
+ }
603
+ },
604
+ {
605
+ "options": [
606
+ {
607
+ "name": "us_core_version",
608
+ "value": "us_core_6"
609
+ },
610
+ {
611
+ "name": "smart_app_launch_version",
612
+ "value": "smart_app_launch_1"
613
+ }
614
+ ],
615
+ "value": {
616
+ "client_id": "SAMPLE_PUBLIC_CLIENT_ID",
617
+ "pkce_support": "disabled",
618
+ "requested_scopes": "launch/patient openid fhirUser offline_access patient/Patient.read patient/AllergyIntolerance.read patient/CarePlan.read patient/CareTeam.read patient/Condition.read patient/Coverage.read patient/Device.read patient/DiagnosticReport.read patient/DocumentReference.read patient/Encounter.read patient/Goal.read patient/Immunization.read patient/Location.read patient/Medication.read patient/MedicationDispense.read patient/MedicationRequest.read patient/Observation.read patient/Organization.read patient/Practitioner.read patient/PractitionerRole.read patient/Procedure.read patient/Provenance.read patient/QuestionnaireResponse.read patient/RelatedPerson.read patient/ServiceRequest.read patient/Specimen.read"
619
+ }
620
+ },
621
+ {
622
+ "options": [
623
+ {
624
+ "name": "us_core_version",
625
+ "value": "us_core_7"
626
+ },
627
+ {
628
+ "name": "smart_app_launch_version",
629
+ "value": "smart_app_launch_1"
630
+ }
631
+ ],
632
+ "value": {
633
+ "client_id": "SAMPLE_PUBLIC_CLIENT_ID",
634
+ "pkce_support": "disabled",
635
+ "requested_scopes": "launch/patient openid fhirUser offline_access patient/Patient.read patient/AllergyIntolerance.read patient/CarePlan.read patient/CareTeam.read patient/Condition.read patient/Coverage.read patient/Device.read patient/DiagnosticReport.read patient/DocumentReference.read patient/Encounter.read patient/Goal.read patient/Immunization.read patient/Location.read patient/Media.read patient/Medication.read patient/MedicationDispense.read patient/MedicationRequest.read patient/Observation.read patient/Organization.read patient/Practitioner.read patient/PractitionerRole.read patient/Procedure.read patient/Provenance.read patient/QuestionnaireResponse.read patient/RelatedPerson.read patient/ServiceRequest.read patient/Specimen.read"
636
+ }
637
+ },
638
+ {
639
+ "options": [
640
+ {
641
+ "name": "us_core_version",
642
+ "value": "us_core_3"
643
+ },
644
+ {
645
+ "name": "smart_app_launch_version",
646
+ "value": "smart_app_launch_2"
647
+ }
648
+ ],
649
+ "value": {
650
+ "client_id": "SAMPLE_PUBLIC_CLIENT_ID",
651
+ "requested_scopes": "launch/patient openid fhirUser offline_access patient/Patient.rs patient/AllergyIntolerance.rs patient/CarePlan.rs patient/CareTeam.rs patient/Condition.rs patient/Device.rs patient/DiagnosticReport.rs patient/DocumentReference.rs patient/Encounter.rs patient/Goal.rs patient/Immunization.rs patient/Location.rs patient/Medication.rs patient/MedicationRequest.rs patient/Observation.rs patient/Organization.rs patient/Practitioner.rs patient/PractitionerRole.rs patient/Procedure.rs patient/Provenance.rs"
652
+ }
653
+ },
654
+ {
655
+ "options": [
656
+ {
657
+ "name": "us_core_version",
658
+ "value": "us_core_3"
659
+ },
660
+ {
661
+ "name": "smart_app_launch_version",
662
+ "value": "smart_app_launch_2_2"
663
+ }
664
+ ],
665
+ "value": {
666
+ "client_id": "SAMPLE_PUBLIC_CLIENT_ID",
667
+ "requested_scopes": "launch/patient openid fhirUser offline_access patient/Patient.rs patient/AllergyIntolerance.rs patient/CarePlan.rs patient/CareTeam.rs patient/Condition.rs patient/Device.rs patient/DiagnosticReport.rs patient/DocumentReference.rs patient/Encounter.rs patient/Goal.rs patient/Immunization.rs patient/Location.rs patient/Medication.rs patient/MedicationRequest.rs patient/Observation.rs patient/Organization.rs patient/Practitioner.rs patient/PractitionerRole.rs patient/Procedure.rs patient/Provenance.rs"
668
+ }
669
+ },
670
+ {
671
+ "options": [
672
+ {
673
+ "name": "us_core_version",
674
+ "value": "us_core_4"
675
+ },
676
+ {
677
+ "name": "smart_app_launch_version",
678
+ "value": "smart_app_launch_2"
679
+ }
680
+ ],
681
+ "value": {
682
+ "client_id": "SAMPLE_PUBLIC_CLIENT_ID",
683
+ "requested_scopes": "launch/patient openid fhirUser offline_access patient/Patient.rs patient/AllergyIntolerance.rs patient/CarePlan.rs patient/CareTeam.rs patient/Condition.rs patient/Device.rs patient/DiagnosticReport.rs patient/DocumentReference.rs patient/Encounter.rs patient/Goal.rs patient/Immunization.rs patient/Location.rs patient/Medication.rs patient/MedicationRequest.rs patient/Observation.rs patient/Organization.rs patient/Practitioner.rs patient/PractitionerRole.rs patient/Procedure.rs patient/Provenance.rs"
684
+ }
685
+ },
686
+ {
687
+ "options": [
688
+ {
689
+ "name": "us_core_version",
690
+ "value": "us_core_4"
691
+ },
692
+ {
693
+ "name": "smart_app_launch_version",
694
+ "value": "smart_app_launch_2_2"
695
+ }
696
+ ],
697
+ "value": {
698
+ "client_id": "SAMPLE_PUBLIC_CLIENT_ID",
699
+ "requested_scopes": "launch/patient openid fhirUser offline_access patient/Patient.rs patient/AllergyIntolerance.rs patient/CarePlan.rs patient/CareTeam.rs patient/Condition.rs patient/Device.rs patient/DiagnosticReport.rs patient/DocumentReference.rs patient/Encounter.rs patient/Goal.rs patient/Immunization.rs patient/Location.rs patient/Medication.rs patient/MedicationRequest.rs patient/Observation.rs patient/Organization.rs patient/Practitioner.rs patient/PractitionerRole.rs patient/Procedure.rs patient/Provenance.rs"
700
+ }
701
+ },
702
+ {
703
+ "options": [
704
+ {
705
+ "name": "us_core_version",
706
+ "value": "us_core_6"
707
+ },
708
+ {
709
+ "name": "smart_app_launch_version",
710
+ "value": "smart_app_launch_2"
711
+ }
712
+ ],
713
+ "value": {
714
+ "client_id": "SAMPLE_PUBLIC_CLIENT_ID",
715
+ "requested_scopes": "launch/patient openid fhirUser offline_access patient/Patient.rs patient/AllergyIntolerance.rs patient/CarePlan.rs patient/CareTeam.rs patient/Condition.rs patient/Device.rs patient/DiagnosticReport.rs patient/DocumentReference.rs patient/Encounter.rs patient/Goal.rs patient/Immunization.rs patient/Location.rs patient/Media.rs patient/Medication.rs patient/MedicationRequest.rs patient/Observation.rs patient/Organization.rs patient/Practitioner.rs patient/PractitionerRole.rs patient/Procedure.rs patient/Provenance.rs patient/QuestionnaireResponse.rs patient/RelatedPerson.rs patient/ServiceRequest.rs"
716
+ }
717
+ },
718
+ {
719
+ "options": [
720
+ {
721
+ "name": "us_core_version",
722
+ "value": "us_core_6"
723
+ },
724
+ {
725
+ "name": "smart_app_launch_version",
726
+ "value": "smart_app_launch_2_2"
727
+ }
728
+ ],
729
+ "value": {
730
+ "client_id": "SAMPLE_PUBLIC_CLIENT_ID",
731
+ "requested_scopes": "launch/patient openid fhirUser offline_access patient/Patient.rs patient/AllergyIntolerance.rs patient/CarePlan.rs patient/CareTeam.rs patient/Condition.rs patient/Device.rs patient/DiagnosticReport.rs patient/DocumentReference.rs patient/Encounter.rs patient/Goal.rs patient/Immunization.rs patient/Location.rs patient/Media.rs patient/Medication.rs patient/MedicationRequest.rs patient/Observation.rs patient/Organization.rs patient/Practitioner.rs patient/PractitionerRole.rs patient/Procedure.rs patient/Provenance.rs patient/QuestionnaireResponse.rs patient/RelatedPerson.rs patient/ServiceRequest.rs"
732
+ }
733
+ },
734
+ {
735
+ "options": [
736
+ {
737
+ "name": "us_core_version",
738
+ "value": "us_core_7"
739
+ },
740
+ {
741
+ "name": "smart_app_launch_version",
742
+ "value": "smart_app_launch_2"
743
+ }
744
+ ],
745
+ "value": {
746
+ "client_id": "SAMPLE_PUBLIC_CLIENT_ID",
747
+ "requested_scopes": "launch/patient openid fhirUser offline_access patient/Patient.rs patient/AllergyIntolerance.rs patient/CarePlan.rs patient/CareTeam.rs patient/Condition.rs patient/Coverage.rs patient/Device.rs patient/DiagnosticReport.rs patient/DocumentReference.rs patient/Encounter.rs patient/Goal.rs patient/Immunization.rs patient/Location.rs patient/Media.rs patient/Medication.rs patient/MedicationDispense.rs patient/MedicationRequest.rs patient/Observation.rs patient/Organization.rs patient/Practitioner.rs patient/PractitionerRole.rs patient/Procedure.rs patient/Provenance.rs patient/QuestionnaireResponse.rs patient/RelatedPerson.rs patient/ServiceRequest.rs patient/Specimen.rs"
748
+ }
749
+ },
750
+ {
751
+ "options": [
752
+ {
753
+ "name": "us_core_version",
754
+ "value": "us_core_7"
755
+ },
756
+ {
757
+ "name": "smart_app_launch_version",
758
+ "value": "smart_app_launch_2_2"
759
+ }
760
+ ],
761
+ "value": {
762
+ "client_id": "SAMPLE_PUBLIC_CLIENT_ID",
763
+ "requested_scopes": "launch/patient openid fhirUser offline_access patient/Patient.rs patient/AllergyIntolerance.rs patient/CarePlan.rs patient/CareTeam.rs patient/Condition.rs patient/Coverage.rs patient/Device.rs patient/DiagnosticReport.rs patient/DocumentReference.rs patient/Encounter.rs patient/Goal.rs patient/Immunization.rs patient/Location.rs patient/Media.rs patient/Medication.rs patient/MedicationDispense.rs patient/MedicationRequest.rs patient/Observation.rs patient/Organization.rs patient/Practitioner.rs patient/PractitionerRole.rs patient/Procedure.rs patient/Provenance.rs patient/QuestionnaireResponse.rs patient/RelatedPerson.rs patient/ServiceRequest.rs patient/Specimen.rs"
764
+ }
765
+ }
766
+ ]
767
+ },
768
+ {
769
+ "name": "token_revocation_attestation",
770
+ "value": "true",
771
+ "_title": "The Health IT developer demonstrated a patient's request for revoking the tokens provided during the patient standalone launch within the last hour",
772
+ "_type": "radio",
773
+ "_options": {
774
+ "list_options": [
775
+ {
776
+ "label": "Yes",
777
+ "value": "true"
778
+ },
779
+ {
780
+ "label": "No",
781
+ "value": "false"
782
+ }
783
+ ]
784
+ }
785
+ },
786
+ {
787
+ "name": "token_revocation_notes",
788
+ "value": null,
789
+ "_title": "Notes, if applicable:",
790
+ "_type": "textarea",
791
+ "_optional": true
792
+ },
793
+ {
794
+ "name": "ehr_patient_smart_auth_info",
795
+ "_title": "EHR Launch with Patient Scopes Credentials",
796
+ "_type": "auth_info",
797
+ "value_for_options": [
798
+ {
799
+ "options": [
800
+ {
801
+ "name": "us_core_version",
802
+ "value": "us_core_3"
803
+ },
804
+ {
805
+ "name": "smart_app_launch_version",
806
+ "value": "smart_app_launch_1"
807
+ }
808
+ ],
809
+ "value": {
810
+ "client_id": "SAMPLE_CONFIDENTIAL_CLIENT_ID",
811
+ "client_secret": "SAMPLE_CONFIDENTIAL_CLIENT_SECRET",
812
+ "pkce_support": "disabled"
813
+ }
814
+ },
815
+ {
816
+ "options": [
817
+ {
818
+ "name": "us_core_version",
819
+ "value": "us_core_4"
820
+ },
821
+ {
822
+ "name": "smart_app_launch_version",
823
+ "value": "smart_app_launch_1"
824
+ }
825
+ ],
826
+ "value": {
827
+ "client_id": "SAMPLE_CONFIDENTIAL_CLIENT_ID",
828
+ "client_secret": "SAMPLE_CONFIDENTIAL_CLIENT_SECRET",
829
+ "pkce_support": "disabled"
830
+ }
831
+ },
832
+ {
833
+ "options": [
834
+ {
835
+ "name": "us_core_version",
836
+ "value": "us_core_6"
837
+ },
838
+ {
839
+ "name": "smart_app_launch_version",
840
+ "value": "smart_app_launch_1"
841
+ }
842
+ ],
843
+ "value": {
844
+ "client_id": "SAMPLE_CONFIDENTIAL_CLIENT_ID",
845
+ "client_secret": "SAMPLE_CONFIDENTIAL_CLIENT_SECRET",
846
+ "pkce_support": "disabled"
847
+ }
848
+ },
849
+ {
850
+ "options": [
851
+ {
852
+ "name": "us_core_version",
853
+ "value": "us_core_7"
854
+ },
855
+ {
856
+ "name": "smart_app_launch_version",
857
+ "value": "smart_app_launch_1"
858
+ }
859
+ ],
860
+ "value": {
861
+ "client_id": "SAMPLE_CONFIDENTIAL_CLIENT_ID",
862
+ "client_secret": "SAMPLE_CONFIDENTIAL_CLIENT_SECRET",
863
+ "pkce_support": "disabled"
864
+ }
865
+ },
866
+ {
867
+ "options": [
868
+ {
869
+ "name": "us_core_version",
870
+ "value": "us_core_3"
871
+ },
872
+ {
873
+ "name": "smart_app_launch_version",
874
+ "value": "smart_app_launch_2"
875
+ }
876
+ ],
877
+ "value": {
878
+ "client_id": "SAMPLE_CONFIDENTIAL_CLIENT_ID",
879
+ "client_secret": "SAMPLE_CONFIDENTIAL_CLIENT_SECRET"
880
+ }
881
+ },
882
+ {
883
+ "options": [
884
+ {
885
+ "name": "us_core_version",
886
+ "value": "us_core_3"
887
+ },
888
+ {
889
+ "name": "smart_app_launch_version",
890
+ "value": "smart_app_launch_2_2"
891
+ }
892
+ ],
893
+ "value": {
894
+ "client_id": "SAMPLE_CONFIDENTIAL_CLIENT_ID",
895
+ "client_secret": "SAMPLE_CONFIDENTIAL_CLIENT_SECRET"
896
+ }
897
+ },
898
+ {
899
+ "options": [
900
+ {
901
+ "name": "us_core_version",
902
+ "value": "us_core_4"
903
+ },
904
+ {
905
+ "name": "smart_app_launch_version",
906
+ "value": "smart_app_launch_2"
907
+ }
908
+ ],
909
+ "value": {
910
+ "client_id": "SAMPLE_CONFIDENTIAL_CLIENT_ID",
911
+ "client_secret": "SAMPLE_CONFIDENTIAL_CLIENT_SECRET"
912
+ }
913
+ },
914
+ {
915
+ "options": [
916
+ {
917
+ "name": "us_core_version",
918
+ "value": "us_core_4"
919
+ },
920
+ {
921
+ "name": "smart_app_launch_version",
922
+ "value": "smart_app_launch_2_2"
923
+ }
924
+ ],
925
+ "value": {
926
+ "client_id": "SAMPLE_CONFIDENTIAL_CLIENT_ID",
927
+ "client_secret": "SAMPLE_CONFIDENTIAL_CLIENT_SECRET"
928
+ }
929
+ },
930
+ {
931
+ "options": [
932
+ {
933
+ "name": "us_core_version",
934
+ "value": "us_core_6"
935
+ },
936
+ {
937
+ "name": "smart_app_launch_version",
938
+ "value": "smart_app_launch_2"
939
+ }
940
+ ],
941
+ "value": {
942
+ "client_id": "SAMPLE_CONFIDENTIAL_CLIENT_ID",
943
+ "client_secret": "SAMPLE_CONFIDENTIAL_CLIENT_SECRET"
944
+ }
945
+ },
946
+ {
947
+ "options": [
948
+ {
949
+ "name": "us_core_version",
950
+ "value": "us_core_6"
951
+ },
952
+ {
953
+ "name": "smart_app_launch_version",
954
+ "value": "smart_app_launch_2_2"
955
+ }
956
+ ],
957
+ "value": {
958
+ "client_id": "SAMPLE_CONFIDENTIAL_CLIENT_ID",
959
+ "client_secret": "SAMPLE_CONFIDENTIAL_CLIENT_SECRET"
960
+ }
961
+ },
962
+ {
963
+ "options": [
964
+ {
965
+ "name": "us_core_version",
966
+ "value": "us_core_7"
967
+ },
968
+ {
969
+ "name": "smart_app_launch_version",
970
+ "value": "smart_app_launch_2"
971
+ }
972
+ ],
973
+ "value": {
974
+ "client_id": "SAMPLE_CONFIDENTIAL_CLIENT_ID",
975
+ "client_secret": "SAMPLE_CONFIDENTIAL_CLIENT_SECRET"
976
+ }
977
+ },
978
+ {
979
+ "options": [
980
+ {
981
+ "name": "us_core_version",
982
+ "value": "us_core_7"
983
+ },
984
+ {
985
+ "name": "smart_app_launch_version",
986
+ "value": "smart_app_launch_2_2"
987
+ }
988
+ ],
989
+ "value": {
990
+ "client_id": "SAMPLE_CONFIDENTIAL_CLIENT_ID",
991
+ "client_secret": "SAMPLE_CONFIDENTIAL_CLIENT_SECRET"
992
+ }
993
+ }
994
+ ]
995
+ },
996
+ {
997
+ "name": "custom_authorization_header",
998
+ "value": null,
999
+ "_title": "Custom HTTP Headers for Introspection Request",
1000
+ "_description": "\n Add custom headers for the introspection request by adding each header's name and value with a new line\n between each header.\n Ex:\n <Header 1 Name>: <Value 1>\n ",
1001
+ "_type": "textarea",
1002
+ "_optional": true
1003
+ },
1004
+ {
1005
+ "name": "optional_introspection_request_params",
1006
+ "value": null,
1007
+ "_title": "Additional Introspection Request Parameters",
1008
+ "_description": "\n Any additional parameters to append to the request body, separated by &. Example: 'param1=abc&param2=def'\n ",
1009
+ "_type": "textarea",
1010
+ "_optional": true
1011
+ },
1012
+ {
1013
+ "name": "asymmetric_smart_auth_info",
1014
+ "_title": "Asymmetric Launch Credentials",
1015
+ "_type": "auth_info",
1016
+ "value": {
1017
+ "client_id": "SAMPLE_ASYMMETRIC_CLIENT_ID"
1018
+ }
1019
+ },
1020
+ {
1021
+ "name": "v1_smart_auth_info",
1022
+ "_title": "Launch with v1 Scopes Credentials",
1023
+ "_type": "auth_info",
1024
+ "value": {
1025
+ "client_id": "SAMPLE_CONFIDENTIAL_CLIENT_ID",
1026
+ "client_secret": "SAMPLE_CONFIDENTIAL_CLIENT_SECRET"
1027
+ }
1028
+ },
1029
+ {
1030
+ "name": "granular_scopes_1_auth_info",
1031
+ "_title": "Granular Scopes 1 Credentials",
1032
+ "_type": "auth_info",
1033
+ "value": {
1034
+ "auth_type": "symmetric",
1035
+ "client_id": "SAMPLE_CONFIDENTIAL_CLIENT_ID",
1036
+ "client_secret": "SAMPLE_CONFIDENTIAL_CLIENT_SECRET"
1037
+ }
1038
+ },
1039
+ {
1040
+ "name": "granular_scopes_2_auth_info",
1041
+ "_title": "Granular Scopes 2 Credentials",
1042
+ "_type": "auth_info",
1043
+ "value": {
1044
+ "auth_type": "symmetric",
1045
+ "client_id": "SAMPLE_CONFIDENTIAL_CLIENT_ID",
1046
+ "client_secret": "SAMPLE_CONFIDENTIAL_CLIENT_SECRET"
1047
+ }
1048
+ },
1049
+ {
1050
+ "name": "granular_scopes_selection_smart_auth_info",
1051
+ "_title": "Granular Scope Selection Credentials",
1052
+ "_type": "auth_info",
1053
+ "value": {
1054
+ "auth_type": "symmetric",
1055
+ "client_id": "SAMPLE_CONFIDENTIAL_CLIENT_ID",
1056
+ "client_secret": "SAMPLE_CONFIDENTIAL_CLIENT_SECRET"
1057
+ }
1058
+ },
1059
+ {
1060
+ "name": "single_patient_registration_supported",
1061
+ "value": "true",
1062
+ "_title": "Health IT Module demonstrated support for application registration for single patients.",
1063
+ "_type": "radio",
1064
+ "_options": {
1065
+ "list_options": [
1066
+ {
1067
+ "label": "Yes",
1068
+ "value": "true"
1069
+ },
1070
+ {
1071
+ "label": "No",
1072
+ "value": "false"
1073
+ }
1074
+ ]
1075
+ }
1076
+ },
1077
+ {
1078
+ "name": "single_patient_registration_notes",
1079
+ "value": null,
1080
+ "_title": "Notes, if applicable:",
1081
+ "_type": "textarea",
1082
+ "_optional": true
1083
+ },
1084
+ {
1085
+ "name": "multiple_patient_registration_supported",
1086
+ "value": "true",
1087
+ "_title": "Health IT Module demonstrated support for application registration for multiple patients.",
1088
+ "_type": "radio",
1089
+ "_options": {
1090
+ "list_options": [
1091
+ {
1092
+ "label": "Yes",
1093
+ "value": "true"
1094
+ },
1095
+ {
1096
+ "label": "No",
1097
+ "value": "false"
1098
+ }
1099
+ ]
1100
+ }
1101
+ },
1102
+ {
1103
+ "name": "multiple_patient_registration_notes",
1104
+ "value": null,
1105
+ "_title": "Notes, if applicable:",
1106
+ "_type": "textarea",
1107
+ "_optional": true
1108
+ },
1109
+ {
1110
+ "name": "resource_authorization_gui_supported",
1111
+ "value": "true",
1112
+ "_title": "Health IT Module demonstrated a graphical user interface for user to authorize FHIR resources.",
1113
+ "_type": "radio",
1114
+ "_options": {
1115
+ "list_options": [
1116
+ {
1117
+ "label": "Yes",
1118
+ "value": "true"
1119
+ },
1120
+ {
1121
+ "label": "No",
1122
+ "value": "false"
1123
+ }
1124
+ ]
1125
+ }
1126
+ },
1127
+ {
1128
+ "name": "resource_authorization_gui_notes",
1129
+ "value": null,
1130
+ "_title": "Notes, if applicable:",
1131
+ "_type": "textarea",
1132
+ "_optional": true
1133
+ },
1134
+ {
1135
+ "name": "offline_access_notification_supported",
1136
+ "value": "true",
1137
+ "_title": "Health IT Module informed patient when \"offline_access\" scope is being granted during authorization.",
1138
+ "_type": "radio",
1139
+ "_options": {
1140
+ "list_options": [
1141
+ {
1142
+ "label": "Yes",
1143
+ "value": "true"
1144
+ },
1145
+ {
1146
+ "label": "No",
1147
+ "value": "false"
1148
+ }
1149
+ ]
1150
+ }
1151
+ },
1152
+ {
1153
+ "name": "offline_access_notification_notes",
1154
+ "value": null,
1155
+ "_title": "Notes, if applicable:",
1156
+ "_type": "textarea",
1157
+ "_optional": true
1158
+ },
1159
+ {
1160
+ "name": "refresh_token_period_attestation",
1161
+ "value": "true",
1162
+ "_title": "Health IT Module attested that it is capable of issuing refresh tokens that are valid for a period of no shorter than three months.",
1163
+ "_type": "radio",
1164
+ "_options": {
1165
+ "list_options": [
1166
+ {
1167
+ "label": "Yes",
1168
+ "value": "true"
1169
+ },
1170
+ {
1171
+ "label": "No",
1172
+ "value": "false"
1173
+ }
1174
+ ]
1175
+ }
1176
+ },
1177
+ {
1178
+ "name": "refresh_token_period_notes",
1179
+ "value": null,
1180
+ "_title": "Notes, if applicable:",
1181
+ "_type": "textarea",
1182
+ "_optional": true
1183
+ },
1184
+ {
1185
+ "name": "token_validation_support",
1186
+ "value": "true",
1187
+ "_title": "Health IT developer demonstrated the ability of the Health IT Module / authorization server to validate token it has issued.",
1188
+ "_type": "radio",
1189
+ "_options": {
1190
+ "list_options": [
1191
+ {
1192
+ "label": "Yes",
1193
+ "value": "true"
1194
+ },
1195
+ {
1196
+ "label": "No",
1197
+ "value": "false"
1198
+ }
1199
+ ]
1200
+ }
1201
+ },
1202
+ {
1203
+ "name": "token_validation_notes",
1204
+ "value": null,
1205
+ "_title": "Notes, if applicable:",
1206
+ "_type": "textarea",
1207
+ "_optional": true
1208
+ },
1209
+ {
1210
+ "name": "information_accuracy_attestation",
1211
+ "value": "true",
1212
+ "_title": "Tester verifies that all information is accurate and without omission.",
1213
+ "_type": "radio",
1214
+ "_options": {
1215
+ "list_options": [
1216
+ {
1217
+ "label": "Yes",
1218
+ "value": "true"
1219
+ },
1220
+ {
1221
+ "label": "No",
1222
+ "value": "false"
1223
+ }
1224
+ ]
1225
+ }
1226
+ },
1227
+ {
1228
+ "name": "information_accuracy_notes",
1229
+ "value": null,
1230
+ "_title": "Notes, if applicable:",
1231
+ "_type": "textarea",
1232
+ "_optional": true
1233
+ },
1234
+ {
1235
+ "name": "multi_patient_scopes_attestation",
1236
+ "value": "true",
1237
+ "_title": "Information returned no greater than scopes pre-authorized for multi-patient queries.",
1238
+ "_type": "radio",
1239
+ "_options": {
1240
+ "list_options": [
1241
+ {
1242
+ "label": "Yes",
1243
+ "value": "true"
1244
+ },
1245
+ {
1246
+ "label": "No",
1247
+ "value": "false"
1248
+ }
1249
+ ]
1250
+ }
1251
+ },
1252
+ {
1253
+ "name": "multi_patient_scopes_notes",
1254
+ "value": null,
1255
+ "_title": "Notes, if applicable:",
1256
+ "_type": "textarea",
1257
+ "_optional": true
1258
+ },
1259
+ {
1260
+ "name": "developer_documentation_attestation",
1261
+ "value": "true",
1262
+ "_title": "Health IT developer demonstrated the documentation is available at a publicly accessible URL.",
1263
+ "_type": "radio",
1264
+ "_options": {
1265
+ "list_options": [
1266
+ {
1267
+ "label": "Yes",
1268
+ "value": "true"
1269
+ },
1270
+ {
1271
+ "label": "No",
1272
+ "value": "false"
1273
+ }
1274
+ ]
1275
+ }
1276
+ },
1277
+ {
1278
+ "name": "developer_documentation_notes",
1279
+ "value": null,
1280
+ "_title": "Notes, if applicable:",
1281
+ "_type": "textarea",
1282
+ "_optional": true
1283
+ },
1284
+ {
1285
+ "name": "jwks_cache_attestation",
1286
+ "value": "true",
1287
+ "_title": "Health IT developer confirms the Health IT Module does not cache the JWK Set received via a TLS-protected URL for longer than the cache-control header indicates.",
1288
+ "_type": "radio",
1289
+ "_options": {
1290
+ "list_options": [
1291
+ {
1292
+ "label": "Yes",
1293
+ "value": "true"
1294
+ },
1295
+ {
1296
+ "label": "No",
1297
+ "value": "false"
1298
+ }
1299
+ ]
1300
+ }
1301
+ },
1302
+ {
1303
+ "name": "jwks_cache_notes",
1304
+ "value": null,
1305
+ "_title": "Notes, if applicable:",
1306
+ "_type": "textarea",
1307
+ "_optional": true
1308
+ },
1309
+ {
1310
+ "name": "patient_suffix_attestation",
1311
+ "value": "true",
1312
+ "_title": "Health IT developer demonstrates support for the Patient Demographics Suffix USCDI v1 element.",
1313
+ "_type": "radio",
1314
+ "_options": {
1315
+ "list_options": [
1316
+ {
1317
+ "label": "Yes",
1318
+ "value": "true"
1319
+ },
1320
+ {
1321
+ "label": "No",
1322
+ "value": "false"
1323
+ }
1324
+ ]
1325
+ }
1326
+ },
1327
+ {
1328
+ "name": "patient_suffix_notes",
1329
+ "value": null,
1330
+ "_title": "Notes, if applicable:",
1331
+ "_type": "textarea",
1332
+ "_optional": true
1333
+ },
1334
+ {
1335
+ "name": "native_refresh_attestation",
1336
+ "value": "true",
1337
+ "_title": "Health IT developer demonstrates support for issuing refresh tokens to native applications.",
1338
+ "_type": "radio",
1339
+ "_options": {
1340
+ "list_options": [
1341
+ {
1342
+ "label": "Yes",
1343
+ "value": "true"
1344
+ },
1345
+ {
1346
+ "label": "No",
1347
+ "value": "false"
1348
+ }
1349
+ ]
1350
+ }
1351
+ },
1352
+ {
1353
+ "name": "native_refresh_notes",
1354
+ "value": null,
1355
+ "_title": "Notes, if applicable:",
1356
+ "_type": "textarea",
1357
+ "_optional": true
1358
+ },
1359
+ {
1360
+ "name": "public_url_attestation",
1361
+ "value": "true",
1362
+ "_title": "Health IT developer demonstrates the public location of its certified API technology service base URLs",
1363
+ "_type": "radio",
1364
+ "_options": {
1365
+ "list_options": [
1366
+ {
1367
+ "label": "Yes",
1368
+ "value": "true"
1369
+ },
1370
+ {
1371
+ "label": "No",
1372
+ "value": "false"
1373
+ }
1374
+ ]
1375
+ }
1376
+ },
1377
+ {
1378
+ "name": "public_url_attestation_notes",
1379
+ "value": null,
1380
+ "_title": "Notes, if applicable:",
1381
+ "_type": "textarea",
1382
+ "_optional": true
1383
+ },
1384
+ {
1385
+ "name": "tls_version_attestation_notes",
1386
+ "value": null,
1387
+ "_title": "Document how TLS version 1.2 or above is enforced, if required:",
1388
+ "_type": "textarea",
1389
+ "_optional": true
1390
+ },
1391
+ {
1392
+ "name": "refresh_token_refresh_attestation",
1393
+ "value": "true",
1394
+ "_title": "Health IT developer attested that the Health IT Module is capable of issuing refresh tokens valid for a new period of no shorter than three months without requiring re-authentication and re-authorization when a valid refresh token is supplied by the application.",
1395
+ "_type": "radio",
1396
+ "_options": {
1397
+ "list_options": [
1398
+ {
1399
+ "label": "Yes",
1400
+ "value": "true"
1401
+ },
1402
+ {
1403
+ "label": "No",
1404
+ "value": "false"
1405
+ }
1406
+ ]
1407
+ }
1408
+ },
1409
+ {
1410
+ "name": "refresh_token_refresh_notes",
1411
+ "value": null,
1412
+ "_title": "Notes, if applicable:",
1413
+ "_type": "textarea",
1414
+ "_optional": true
1415
+ },
1416
+ {
1417
+ "name": "bulk_v2_since_attestation",
1418
+ "value": "true",
1419
+ "_title": "Health IT developer attested that the Health IT Module meets the requirements for supporting the `_since` parameter for bulk data exports.",
1420
+ "_type": "radio",
1421
+ "_options": {
1422
+ "list_options": [
1423
+ {
1424
+ "label": "Yes",
1425
+ "value": "true"
1426
+ },
1427
+ {
1428
+ "label": "No",
1429
+ "value": "false"
1430
+ }
1431
+ ]
1432
+ }
1433
+ },
1434
+ {
1435
+ "name": "bulk_v2_since_attestation_notes",
1436
+ "value": null,
1437
+ "_title": "Notes, if applicable:",
1438
+ "_type": "textarea",
1439
+ "_optional": true
1440
+ },
1441
+ {
1442
+ "name": "clinical_test_scope_attestation",
1443
+ "value": "true",
1444
+ "_title": "Health IT developer attested that the Health IT Module supports granting a sub resource scope for Clinical Test Observations.",
1445
+ "_type": "radio",
1446
+ "_options": {
1447
+ "list_options": [
1448
+ {
1449
+ "label": "Yes",
1450
+ "value": "true"
1451
+ },
1452
+ {
1453
+ "label": "No",
1454
+ "value": "false"
1455
+ }
1456
+ ]
1457
+ }
1458
+ },
1459
+ {
1460
+ "name": "clinical_test_scope_attestation_notes",
1461
+ "value": null,
1462
+ "_title": "Notes, if applicable:",
1463
+ "_type": "textarea",
1464
+ "_optional": true
1465
+ }
1466
+ ]
1467
+ }