onc_certification_g10_test_kit 7.0.3 → 7.1.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.
- checksums.yaml +4 -4
- data/config/presets/g10_reference_server_preset.json +1291 -0
- data/lib/inferno/ext/bloomer.rb +1 -1
- data/lib/inferno/terminology/tasks/process_umls.rb +1 -1
- data/lib/onc_certification_g10_test_kit/bulk_data_authorization.rb +4 -4
- data/lib/onc_certification_g10_test_kit/bulk_export_validation_tester.rb +3 -3
- data/lib/onc_certification_g10_test_kit/configuration_checker.rb +4 -12
- data/lib/onc_certification_g10_test_kit/feature.rb +5 -4
- data/lib/onc_certification_g10_test_kit/igs/01-us-core-v400.tgz +0 -0
- data/lib/onc_certification_g10_test_kit/igs/03-us-core-v311.tgz +0 -0
- data/lib/onc_certification_g10_test_kit/igs/04-us-core-610.tgz +0 -0
- data/lib/onc_certification_g10_test_kit/metadata.rb +103 -0
- data/lib/onc_certification_g10_test_kit/patient_scope_test.rb +1 -1
- data/lib/onc_certification_g10_test_kit/single_patient_api_group.rb +17 -16
- data/lib/onc_certification_g10_test_kit/single_patient_us_core_4_api_group.rb +17 -16
- data/lib/onc_certification_g10_test_kit/single_patient_us_core_5_api_group.rb +17 -16
- data/lib/onc_certification_g10_test_kit/single_patient_us_core_6_api_group.rb +19 -18
- data/lib/onc_certification_g10_test_kit/single_patient_us_core_7_api_group.rb +19 -18
- data/lib/onc_certification_g10_test_kit/smart_app_launch_invalid_aud_group.rb +1 -1
- data/lib/onc_certification_g10_test_kit/smart_asymmetric_launch_group.rb +1 -1
- data/lib/onc_certification_g10_test_kit/smart_ehr_patient_launch_group.rb +2 -2
- data/lib/onc_certification_g10_test_kit/smart_ehr_patient_launch_group_stu2.rb +2 -2
- data/lib/onc_certification_g10_test_kit/smart_ehr_patient_launch_group_stu2_2.rb +2 -2
- data/lib/onc_certification_g10_test_kit/smart_ehr_practitioner_app_group.rb +4 -4
- data/lib/onc_certification_g10_test_kit/smart_fine_grained_scopes_group.rb +1 -1
- data/lib/onc_certification_g10_test_kit/smart_fine_grained_scopes_group_stu2_2.rb +1 -1
- data/lib/onc_certification_g10_test_kit/smart_fine_grained_scopes_us_core_7_group.rb +1 -1
- data/lib/onc_certification_g10_test_kit/smart_fine_grained_scopes_us_core_7_group_stu2_2.rb +1 -1
- data/lib/onc_certification_g10_test_kit/smart_granular_scope_selection_group.rb +4 -4
- data/lib/onc_certification_g10_test_kit/smart_invalid_pkce_group.rb +6 -6
- data/lib/onc_certification_g10_test_kit/smart_invalid_token_group.rb +3 -3
- data/lib/onc_certification_g10_test_kit/smart_invalid_token_group_stu2.rb +3 -3
- data/lib/onc_certification_g10_test_kit/smart_limited_app_group.rb +3 -3
- data/lib/onc_certification_g10_test_kit/smart_public_standalone_launch_group.rb +2 -2
- data/lib/onc_certification_g10_test_kit/smart_public_standalone_launch_group_stu2.rb +2 -2
- data/lib/onc_certification_g10_test_kit/smart_public_standalone_launch_group_stu2_2.rb +2 -2
- data/lib/onc_certification_g10_test_kit/smart_standalone_patient_app_group.rb +2 -2
- data/lib/onc_certification_g10_test_kit/smart_v1_scopes_group.rb +2 -2
- data/lib/onc_certification_g10_test_kit/tasks/generate_matrix.rb +1 -1
- data/lib/onc_certification_g10_test_kit/urls.rb +4 -0
- data/lib/onc_certification_g10_test_kit/version.rb +2 -1
- data/lib/onc_certification_g10_test_kit.rb +15 -25
- metadata +19 -68
@@ -0,0 +1,1291 @@
|
|
1
|
+
{
|
2
|
+
"title": "Inferno Reference Server",
|
3
|
+
"id": "g10-reference-server",
|
4
|
+
"test_suite_id": "g10_certification",
|
5
|
+
"inputs": [
|
6
|
+
{
|
7
|
+
"name": "url",
|
8
|
+
"type": "text",
|
9
|
+
"title": "Standalone FHIR Endpoint",
|
10
|
+
"description": "URL of the FHIR endpoint used by standalone applications",
|
11
|
+
"value": "https://inferno.healthit.gov/reference-server/r4"
|
12
|
+
},
|
13
|
+
{
|
14
|
+
"name": "standalone_client_id",
|
15
|
+
"type": "text",
|
16
|
+
"title": "Standalone Client ID",
|
17
|
+
"description": "Client ID provided during registration of Inferno as a standalone application",
|
18
|
+
"value": "SAMPLE_CONFIDENTIAL_CLIENT_ID"
|
19
|
+
},
|
20
|
+
{
|
21
|
+
"name": "standalone_requested_scopes",
|
22
|
+
"type": "textarea",
|
23
|
+
"title": "Standalone Scope",
|
24
|
+
"description": "OAuth 2.0 scope provided by system to enable all required functionality",
|
25
|
+
"value_for_options": [
|
26
|
+
{
|
27
|
+
"options": [
|
28
|
+
{
|
29
|
+
"name": "us_core_version",
|
30
|
+
"value": "us_core_3"
|
31
|
+
},
|
32
|
+
{
|
33
|
+
"name": "smart_app_launch_version",
|
34
|
+
"value": "smart_app_launch_1"
|
35
|
+
}
|
36
|
+
],
|
37
|
+
"value": "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"
|
38
|
+
},
|
39
|
+
{
|
40
|
+
"options": [
|
41
|
+
{
|
42
|
+
"name": "us_core_version",
|
43
|
+
"value": "us_core_4"
|
44
|
+
},
|
45
|
+
{
|
46
|
+
"name": "smart_app_launch_version",
|
47
|
+
"value": "smart_app_launch_1"
|
48
|
+
}
|
49
|
+
],
|
50
|
+
"value": "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"
|
51
|
+
},
|
52
|
+
{
|
53
|
+
"options": [
|
54
|
+
{
|
55
|
+
"name": "us_core_version",
|
56
|
+
"value": "us_core_5"
|
57
|
+
},
|
58
|
+
{
|
59
|
+
"name": "smart_app_launch_version",
|
60
|
+
"value": "smart_app_launch_1"
|
61
|
+
}
|
62
|
+
],
|
63
|
+
"value": "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/Media.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 patient/QuestionnaireResponse.read patient/RelatedPerson.read patient/ServiceRequest.read"
|
64
|
+
},
|
65
|
+
{
|
66
|
+
"options": [
|
67
|
+
{
|
68
|
+
"name": "us_core_version",
|
69
|
+
"value": "us_core_6"
|
70
|
+
},
|
71
|
+
{
|
72
|
+
"name": "smart_app_launch_version",
|
73
|
+
"value": "smart_app_launch_1"
|
74
|
+
}
|
75
|
+
],
|
76
|
+
"value": "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"
|
77
|
+
},
|
78
|
+
{
|
79
|
+
"options": [
|
80
|
+
{
|
81
|
+
"name": "us_core_version",
|
82
|
+
"value": "us_core_7"
|
83
|
+
},
|
84
|
+
{
|
85
|
+
"name": "smart_app_launch_version",
|
86
|
+
"value": "smart_app_launch_1"
|
87
|
+
}
|
88
|
+
],
|
89
|
+
"value": "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"
|
90
|
+
},
|
91
|
+
{
|
92
|
+
"options": [
|
93
|
+
{
|
94
|
+
"name": "us_core_version",
|
95
|
+
"value": "us_core_3"
|
96
|
+
},
|
97
|
+
{
|
98
|
+
"name": "smart_app_launch_version",
|
99
|
+
"value": "smart_app_launch_2"
|
100
|
+
}
|
101
|
+
],
|
102
|
+
"value": "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"
|
103
|
+
},
|
104
|
+
{
|
105
|
+
"options": [
|
106
|
+
{
|
107
|
+
"name": "us_core_version",
|
108
|
+
"value": "us_core_3"
|
109
|
+
},
|
110
|
+
{
|
111
|
+
"name": "smart_app_launch_version",
|
112
|
+
"value": "smart_app_launch_2_2"
|
113
|
+
}
|
114
|
+
],
|
115
|
+
"value": "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"
|
116
|
+
},
|
117
|
+
{
|
118
|
+
"options": [
|
119
|
+
{
|
120
|
+
"name": "us_core_version",
|
121
|
+
"value": "us_core_4"
|
122
|
+
},
|
123
|
+
{
|
124
|
+
"name": "smart_app_launch_version",
|
125
|
+
"value": "smart_app_launch_2"
|
126
|
+
}
|
127
|
+
],
|
128
|
+
"value": "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"
|
129
|
+
},
|
130
|
+
{
|
131
|
+
"options": [
|
132
|
+
{
|
133
|
+
"name": "us_core_version",
|
134
|
+
"value": "us_core_4"
|
135
|
+
},
|
136
|
+
{
|
137
|
+
"name": "smart_app_launch_version",
|
138
|
+
"value": "smart_app_launch_2_2"
|
139
|
+
}
|
140
|
+
],
|
141
|
+
"value": "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"
|
142
|
+
},
|
143
|
+
{
|
144
|
+
"options": [
|
145
|
+
{
|
146
|
+
"name": "us_core_version",
|
147
|
+
"value": "us_core_5"
|
148
|
+
},
|
149
|
+
{
|
150
|
+
"name": "smart_app_launch_version",
|
151
|
+
"value": "smart_app_launch_2"
|
152
|
+
}
|
153
|
+
],
|
154
|
+
"value": "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"
|
155
|
+
},
|
156
|
+
{
|
157
|
+
"options": [
|
158
|
+
{
|
159
|
+
"name": "us_core_version",
|
160
|
+
"value": "us_core_5"
|
161
|
+
},
|
162
|
+
{
|
163
|
+
"name": "smart_app_launch_version",
|
164
|
+
"value": "smart_app_launch_2_2"
|
165
|
+
}
|
166
|
+
],
|
167
|
+
"value": "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"
|
168
|
+
},
|
169
|
+
{
|
170
|
+
"options": [
|
171
|
+
{
|
172
|
+
"name": "us_core_version",
|
173
|
+
"value": "us_core_6"
|
174
|
+
},
|
175
|
+
{
|
176
|
+
"name": "smart_app_launch_version",
|
177
|
+
"value": "smart_app_launch_2"
|
178
|
+
}
|
179
|
+
],
|
180
|
+
"value": "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"
|
181
|
+
},
|
182
|
+
{
|
183
|
+
"options": [
|
184
|
+
{
|
185
|
+
"name": "us_core_version",
|
186
|
+
"value": "us_core_6"
|
187
|
+
},
|
188
|
+
{
|
189
|
+
"name": "smart_app_launch_version",
|
190
|
+
"value": "smart_app_launch_2_2"
|
191
|
+
}
|
192
|
+
],
|
193
|
+
"value": "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"
|
194
|
+
},
|
195
|
+
{
|
196
|
+
"options": [
|
197
|
+
{
|
198
|
+
"name": "us_core_version",
|
199
|
+
"value": "us_core_7"
|
200
|
+
},
|
201
|
+
{
|
202
|
+
"name": "smart_app_launch_version",
|
203
|
+
"value": "smart_app_launch_2"
|
204
|
+
}
|
205
|
+
],
|
206
|
+
"value": "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
|
+
"options": [
|
210
|
+
{
|
211
|
+
"name": "us_core_version",
|
212
|
+
"value": "us_core_7"
|
213
|
+
},
|
214
|
+
{
|
215
|
+
"name": "smart_app_launch_version",
|
216
|
+
"value": "smart_app_launch_2_2"
|
217
|
+
}
|
218
|
+
],
|
219
|
+
"value": "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"
|
220
|
+
}
|
221
|
+
]
|
222
|
+
},
|
223
|
+
{
|
224
|
+
"name": "standalone_client_secret",
|
225
|
+
"type": "text",
|
226
|
+
"title": "Standalone Client Secret",
|
227
|
+
"description": "Client Secret provided during registration of Inferno as a standalone application",
|
228
|
+
"value": "SAMPLE_CONFIDENTIAL_CLIENT_SECRET"
|
229
|
+
},
|
230
|
+
{
|
231
|
+
"name": "expected_resources",
|
232
|
+
"type": "text",
|
233
|
+
"value": null
|
234
|
+
},
|
235
|
+
{
|
236
|
+
"name": "ehr_client_id",
|
237
|
+
"type": "text",
|
238
|
+
"value": "SAMPLE_CONFIDENTIAL_CLIENT_ID"
|
239
|
+
},
|
240
|
+
{
|
241
|
+
"name": "ehr_requested_scopes",
|
242
|
+
"type": "text",
|
243
|
+
"value_for_options": [
|
244
|
+
{
|
245
|
+
"options": [
|
246
|
+
{
|
247
|
+
"name": "us_core_version",
|
248
|
+
"value": "us_core_3"
|
249
|
+
},
|
250
|
+
{
|
251
|
+
"name": "smart_app_launch_version",
|
252
|
+
"value": "smart_app_launch_1"
|
253
|
+
}
|
254
|
+
],
|
255
|
+
"value": "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
|
+
"options": [
|
259
|
+
{
|
260
|
+
"name": "us_core_version",
|
261
|
+
"value": "us_core_4"
|
262
|
+
},
|
263
|
+
{
|
264
|
+
"name": "smart_app_launch_version",
|
265
|
+
"value": "smart_app_launch_1"
|
266
|
+
}
|
267
|
+
],
|
268
|
+
"value": "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"
|
269
|
+
},
|
270
|
+
{
|
271
|
+
"options": [
|
272
|
+
{
|
273
|
+
"name": "us_core_version",
|
274
|
+
"value": "us_core_5"
|
275
|
+
},
|
276
|
+
{
|
277
|
+
"name": "smart_app_launch_version",
|
278
|
+
"value": "smart_app_launch_1"
|
279
|
+
}
|
280
|
+
],
|
281
|
+
"value": "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/Media.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 user/QuestionnaireResponse.read user/RelatedPerson.read user/ServiceRequest.read"
|
282
|
+
},
|
283
|
+
{
|
284
|
+
"options": [
|
285
|
+
{
|
286
|
+
"name": "us_core_version",
|
287
|
+
"value": "us_core_6"
|
288
|
+
},
|
289
|
+
{
|
290
|
+
"name": "smart_app_launch_version",
|
291
|
+
"value": "smart_app_launch_1"
|
292
|
+
}
|
293
|
+
],
|
294
|
+
"value": "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"
|
295
|
+
},
|
296
|
+
{
|
297
|
+
"options": [
|
298
|
+
{
|
299
|
+
"name": "us_core_version",
|
300
|
+
"value": "us_core_7"
|
301
|
+
},
|
302
|
+
{
|
303
|
+
"name": "smart_app_launch_version",
|
304
|
+
"value": "smart_app_launch_1"
|
305
|
+
}
|
306
|
+
],
|
307
|
+
"value": "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"
|
308
|
+
},
|
309
|
+
{
|
310
|
+
"options": [
|
311
|
+
{
|
312
|
+
"name": "us_core_version",
|
313
|
+
"value": "us_core_3"
|
314
|
+
},
|
315
|
+
{
|
316
|
+
"name": "smart_app_launch_version",
|
317
|
+
"value": "smart_app_launch_2"
|
318
|
+
}
|
319
|
+
],
|
320
|
+
"value": "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"
|
321
|
+
},
|
322
|
+
{
|
323
|
+
"options": [
|
324
|
+
{
|
325
|
+
"name": "us_core_version",
|
326
|
+
"value": "us_core_3"
|
327
|
+
},
|
328
|
+
{
|
329
|
+
"name": "smart_app_launch_version",
|
330
|
+
"value": "smart_app_launch_2_2"
|
331
|
+
}
|
332
|
+
],
|
333
|
+
"value": "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"
|
334
|
+
},
|
335
|
+
{
|
336
|
+
"options": [
|
337
|
+
{
|
338
|
+
"name": "us_core_version",
|
339
|
+
"value": "us_core_4"
|
340
|
+
},
|
341
|
+
{
|
342
|
+
"name": "smart_app_launch_version",
|
343
|
+
"value": "smart_app_launch_2"
|
344
|
+
}
|
345
|
+
],
|
346
|
+
"value": "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"
|
347
|
+
},
|
348
|
+
{
|
349
|
+
"options": [
|
350
|
+
{
|
351
|
+
"name": "us_core_version",
|
352
|
+
"value": "us_core_4"
|
353
|
+
},
|
354
|
+
{
|
355
|
+
"name": "smart_app_launch_version",
|
356
|
+
"value": "smart_app_launch_2_2"
|
357
|
+
}
|
358
|
+
],
|
359
|
+
"value": "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"
|
360
|
+
},
|
361
|
+
{
|
362
|
+
"options": [
|
363
|
+
{
|
364
|
+
"name": "us_core_version",
|
365
|
+
"value": "us_core_5"
|
366
|
+
},
|
367
|
+
{
|
368
|
+
"name": "smart_app_launch_version",
|
369
|
+
"value": "smart_app_launch_2"
|
370
|
+
}
|
371
|
+
],
|
372
|
+
"value": "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/Media.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 user/QuestionnaireResponse.rs user/RelatedPerson.rs user/ServiceRequest.rs"
|
373
|
+
},
|
374
|
+
{
|
375
|
+
"options": [
|
376
|
+
{
|
377
|
+
"name": "us_core_version",
|
378
|
+
"value": "us_core_5"
|
379
|
+
},
|
380
|
+
{
|
381
|
+
"name": "smart_app_launch_version",
|
382
|
+
"value": "smart_app_launch_2_2"
|
383
|
+
}
|
384
|
+
],
|
385
|
+
"value": "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/Media.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 user/QuestionnaireResponse.rs user/RelatedPerson.rs user/ServiceRequest.rs"
|
386
|
+
},
|
387
|
+
{
|
388
|
+
"options": [
|
389
|
+
{
|
390
|
+
"name": "us_core_version",
|
391
|
+
"value": "us_core_6"
|
392
|
+
},
|
393
|
+
{
|
394
|
+
"name": "smart_app_launch_version",
|
395
|
+
"value": "smart_app_launch_2"
|
396
|
+
}
|
397
|
+
],
|
398
|
+
"value": "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"
|
399
|
+
},
|
400
|
+
{
|
401
|
+
"options": [
|
402
|
+
{
|
403
|
+
"name": "us_core_version",
|
404
|
+
"value": "us_core_6"
|
405
|
+
},
|
406
|
+
{
|
407
|
+
"name": "smart_app_launch_version",
|
408
|
+
"value": "smart_app_launch_2_2"
|
409
|
+
}
|
410
|
+
],
|
411
|
+
"value": "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
|
+
"options": [
|
415
|
+
{
|
416
|
+
"name": "us_core_version",
|
417
|
+
"value": "us_core_7"
|
418
|
+
},
|
419
|
+
{
|
420
|
+
"name": "smart_app_launch_version",
|
421
|
+
"value": "smart_app_launch_2"
|
422
|
+
}
|
423
|
+
],
|
424
|
+
"value": "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"
|
425
|
+
},
|
426
|
+
{
|
427
|
+
"options": [
|
428
|
+
{
|
429
|
+
"name": "us_core_version",
|
430
|
+
"value": "us_core_7"
|
431
|
+
},
|
432
|
+
{
|
433
|
+
"name": "smart_app_launch_version",
|
434
|
+
"value": "smart_app_launch_2_2"
|
435
|
+
}
|
436
|
+
],
|
437
|
+
"value": "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"
|
438
|
+
}
|
439
|
+
]
|
440
|
+
},
|
441
|
+
{
|
442
|
+
"name": "ehr_client_secret",
|
443
|
+
"type": "text",
|
444
|
+
"optional": false,
|
445
|
+
"value": "SAMPLE_CONFIDENTIAL_CLIENT_SECRET"
|
446
|
+
},
|
447
|
+
{
|
448
|
+
"name": "additional_patient_ids",
|
449
|
+
"type": "text",
|
450
|
+
"title": "Additional Patient IDs",
|
451
|
+
"description": "Comma separated list of Patient IDs that together with the Patient ID from the SMART App Launch contain all MUST SUPPORT elements.",
|
452
|
+
"value": "85,355"
|
453
|
+
},
|
454
|
+
{
|
455
|
+
"name": "implantable_device_codes",
|
456
|
+
"type": "text",
|
457
|
+
"title": "Implantable Device Type Code",
|
458
|
+
"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",
|
459
|
+
"optional": true,
|
460
|
+
"value": null
|
461
|
+
},
|
462
|
+
{
|
463
|
+
"name": "bulk_token_endpoint",
|
464
|
+
"type": "text",
|
465
|
+
"title": "Backend Services Token Endpoint",
|
466
|
+
"description": "The OAuth 2.0 Token Endpoint used by the Backend Services specification\n to provide bearer tokens.",
|
467
|
+
"value": "https://inferno.healthit.gov/reference-server/oauth/token"
|
468
|
+
},
|
469
|
+
{
|
470
|
+
"name": "bulk_client_id",
|
471
|
+
"type": "text",
|
472
|
+
"title": "Bulk Data Client ID",
|
473
|
+
"description": "Client ID provided at registration to the Inferno application.",
|
474
|
+
"value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6InJlZ2lzdHJhdGlvbi10b2tlbiJ9.eyJqd2tzX3VybCI6Imh0dHA6Ly8xMC4xNS4yNTIuNzMvaW5mZXJuby8ud2VsbC1rbm93bi9qd2tzLmpzb24iLCJhY2Nlc3NUb2tlbnNFeHBpcmVJbiI6MTUsImlhdCI6MTU5NzQxMzE5NX0.q4v4Msc74kN506KTZ0q_minyapJw0gwlT6M_uiL73S4"
|
475
|
+
},
|
476
|
+
{
|
477
|
+
"name": "bulk_scope",
|
478
|
+
"type": "text",
|
479
|
+
"title": "Bulk Data Scopes",
|
480
|
+
"description": "Bulk Data Scopes provided at registration to the Inferno application.",
|
481
|
+
"value": "system/*.read",
|
482
|
+
"value_for_options": [
|
483
|
+
{
|
484
|
+
"options": [
|
485
|
+
{
|
486
|
+
"name": "smart_app_launch_version",
|
487
|
+
"value": "smart_app_launch_1"
|
488
|
+
}
|
489
|
+
],
|
490
|
+
"value": "system/*.read"
|
491
|
+
},
|
492
|
+
{
|
493
|
+
"options": [
|
494
|
+
{
|
495
|
+
"name": "smart_app_launch_version",
|
496
|
+
"value": "smart_app_launch_2"
|
497
|
+
}
|
498
|
+
],
|
499
|
+
"value": "system/*.r"
|
500
|
+
},
|
501
|
+
{
|
502
|
+
"options": [
|
503
|
+
{
|
504
|
+
"name": "smart_app_launch_version",
|
505
|
+
"value": "smart_app_launch_2_2"
|
506
|
+
}
|
507
|
+
],
|
508
|
+
"value": "system/*.r"
|
509
|
+
}
|
510
|
+
]
|
511
|
+
},
|
512
|
+
{
|
513
|
+
"name": "bulk_encryption_method",
|
514
|
+
"type": "radio",
|
515
|
+
"title": "Encryption Method",
|
516
|
+
"description": "The server is required to suport either ES384 or RS384 encryption methods\n for JWT signature verification. Select which method to use.",
|
517
|
+
"options": {
|
518
|
+
"list_options": [
|
519
|
+
{
|
520
|
+
"label": "ES384",
|
521
|
+
"value": "ES384"
|
522
|
+
},
|
523
|
+
{
|
524
|
+
"label": "RS384",
|
525
|
+
"value": "RS384"
|
526
|
+
}
|
527
|
+
]
|
528
|
+
},
|
529
|
+
"value": "ES384"
|
530
|
+
},
|
531
|
+
{
|
532
|
+
"name": "bulk_server_url",
|
533
|
+
"type": "text",
|
534
|
+
"title": "Bulk Data FHIR URL",
|
535
|
+
"description": "The URL of the Bulk FHIR server.",
|
536
|
+
"value": "https://inferno.healthit.gov/reference-server/r4"
|
537
|
+
},
|
538
|
+
{
|
539
|
+
"name": "group_id",
|
540
|
+
"type": "text",
|
541
|
+
"title": "Group ID",
|
542
|
+
"description": "The Group ID associated with the group of patients to be exported.",
|
543
|
+
"value": "1a"
|
544
|
+
},
|
545
|
+
{
|
546
|
+
"name": "bulk_timeout",
|
547
|
+
"type": "text",
|
548
|
+
"title": "Export Times Out after (1-600)",
|
549
|
+
"description": "While testing, Inferno waits for the server to complete the exporting task.\n If the calculated totalTime is greater than the timeout value specified here,\n Inferno bulk client stops testing. Please enter an integer for the maximum wait time in seconds.\n If timeout is less than 1, Inferno uses default value 180.\n If the timeout is greater than 600 (10 minutes), Inferno uses the maximum value 600.",
|
550
|
+
"value": 180
|
551
|
+
},
|
552
|
+
{
|
553
|
+
"name": "lines_to_validate",
|
554
|
+
"type": "text",
|
555
|
+
"title": "Limit validation to a maximum resource count",
|
556
|
+
"description": "To validate all, leave blank.",
|
557
|
+
"optional": true,
|
558
|
+
"value": null
|
559
|
+
},
|
560
|
+
{
|
561
|
+
"name": "bulk_patient_ids_in_group",
|
562
|
+
"type": "text",
|
563
|
+
"title": "Patient IDs in exported Group",
|
564
|
+
"description": "Comma separated list of every Patient ID that is in the specified Group. This information is\n provided by the system under test to verify that data returned matches expectations. Leave blank to not\n verify Group inclusion.",
|
565
|
+
"value": "85, 355"
|
566
|
+
},
|
567
|
+
{
|
568
|
+
"name": "bulk_device_types_in_group",
|
569
|
+
"type": "text",
|
570
|
+
"title": "Implantable Device Type Codes in exported Group",
|
571
|
+
"description": "Comma separated list of every Implantable Device type that is in the specified Group. This\n information is provided by the system under test to verify that data returned matches expectations. Leave\n blank to verify all Device resources against the Implantable Device profile.",
|
572
|
+
"optional": true,
|
573
|
+
"value": null
|
574
|
+
},
|
575
|
+
{
|
576
|
+
"name": "public_client_id",
|
577
|
+
"type": "text",
|
578
|
+
"title": "Standalone Client ID",
|
579
|
+
"description": "Client ID provided during registration of Inferno as a standalone application",
|
580
|
+
"value": "SAMPLE_PUBLIC_CLIENT_ID"
|
581
|
+
},
|
582
|
+
{
|
583
|
+
"name": "public_requested_scopes",
|
584
|
+
"type": "textarea",
|
585
|
+
"title": "Standalone Scope",
|
586
|
+
"description": "OAuth 2.0 scope provided by system to enable all required functionality",
|
587
|
+
"value_for_options": [
|
588
|
+
{
|
589
|
+
"options": [
|
590
|
+
{
|
591
|
+
"name": "us_core_version",
|
592
|
+
"value": "us_core_3"
|
593
|
+
},
|
594
|
+
{
|
595
|
+
"name": "smart_app_launch_version",
|
596
|
+
"value": "smart_app_launch_1"
|
597
|
+
}
|
598
|
+
],
|
599
|
+
"value": "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"
|
600
|
+
},
|
601
|
+
{
|
602
|
+
"options": [
|
603
|
+
{
|
604
|
+
"name": "us_core_version",
|
605
|
+
"value": "us_core_4"
|
606
|
+
},
|
607
|
+
{
|
608
|
+
"name": "smart_app_launch_version",
|
609
|
+
"value": "smart_app_launch_1"
|
610
|
+
}
|
611
|
+
],
|
612
|
+
"value": "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"
|
613
|
+
},
|
614
|
+
{
|
615
|
+
"options": [
|
616
|
+
{
|
617
|
+
"name": "us_core_version",
|
618
|
+
"value": "us_core_5"
|
619
|
+
},
|
620
|
+
{
|
621
|
+
"name": "smart_app_launch_version",
|
622
|
+
"value": "smart_app_launch_1"
|
623
|
+
}
|
624
|
+
],
|
625
|
+
"value": "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/Media.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 patient/QuestionnaireResponse.read patient/RelatedPerson.read patient/ServiceRequest.read"
|
626
|
+
},
|
627
|
+
{
|
628
|
+
"options": [
|
629
|
+
{
|
630
|
+
"name": "us_core_version",
|
631
|
+
"value": "us_core_6"
|
632
|
+
},
|
633
|
+
{
|
634
|
+
"name": "smart_app_launch_version",
|
635
|
+
"value": "smart_app_launch_1"
|
636
|
+
}
|
637
|
+
],
|
638
|
+
"value": "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"
|
639
|
+
},
|
640
|
+
{
|
641
|
+
"options": [
|
642
|
+
{
|
643
|
+
"name": "us_core_version",
|
644
|
+
"value": "us_core_7"
|
645
|
+
},
|
646
|
+
{
|
647
|
+
"name": "smart_app_launch_version",
|
648
|
+
"value": "smart_app_launch_1"
|
649
|
+
}
|
650
|
+
],
|
651
|
+
"value": "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"
|
652
|
+
},
|
653
|
+
{
|
654
|
+
"options": [
|
655
|
+
{
|
656
|
+
"name": "us_core_version",
|
657
|
+
"value": "us_core_3"
|
658
|
+
},
|
659
|
+
{
|
660
|
+
"name": "smart_app_launch_version",
|
661
|
+
"value": "smart_app_launch_2"
|
662
|
+
}
|
663
|
+
],
|
664
|
+
"value": "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"
|
665
|
+
},
|
666
|
+
{
|
667
|
+
"options": [
|
668
|
+
{
|
669
|
+
"name": "us_core_version",
|
670
|
+
"value": "us_core_3"
|
671
|
+
},
|
672
|
+
{
|
673
|
+
"name": "smart_app_launch_version",
|
674
|
+
"value": "smart_app_launch_2_2"
|
675
|
+
}
|
676
|
+
],
|
677
|
+
"value": "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"
|
678
|
+
},
|
679
|
+
{
|
680
|
+
"options": [
|
681
|
+
{
|
682
|
+
"name": "us_core_version",
|
683
|
+
"value": "us_core_4"
|
684
|
+
},
|
685
|
+
{
|
686
|
+
"name": "smart_app_launch_version",
|
687
|
+
"value": "smart_app_launch_2"
|
688
|
+
}
|
689
|
+
],
|
690
|
+
"value": "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"
|
691
|
+
},
|
692
|
+
{
|
693
|
+
"options": [
|
694
|
+
{
|
695
|
+
"name": "us_core_version",
|
696
|
+
"value": "us_core_4"
|
697
|
+
},
|
698
|
+
{
|
699
|
+
"name": "smart_app_launch_version",
|
700
|
+
"value": "smart_app_launch_2_2"
|
701
|
+
}
|
702
|
+
],
|
703
|
+
"value": "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"
|
704
|
+
},
|
705
|
+
{
|
706
|
+
"options": [
|
707
|
+
{
|
708
|
+
"name": "us_core_version",
|
709
|
+
"value": "us_core_5"
|
710
|
+
},
|
711
|
+
{
|
712
|
+
"name": "smart_app_launch_version",
|
713
|
+
"value": "smart_app_launch_2"
|
714
|
+
}
|
715
|
+
],
|
716
|
+
"value": "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"
|
717
|
+
},
|
718
|
+
{
|
719
|
+
"options": [
|
720
|
+
{
|
721
|
+
"name": "us_core_version",
|
722
|
+
"value": "us_core_5"
|
723
|
+
},
|
724
|
+
{
|
725
|
+
"name": "smart_app_launch_version",
|
726
|
+
"value": "smart_app_launch_2_2"
|
727
|
+
}
|
728
|
+
],
|
729
|
+
"value": "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"
|
730
|
+
},
|
731
|
+
{
|
732
|
+
"options": [
|
733
|
+
{
|
734
|
+
"name": "us_core_version",
|
735
|
+
"value": "us_core_6"
|
736
|
+
},
|
737
|
+
{
|
738
|
+
"name": "smart_app_launch_version",
|
739
|
+
"value": "smart_app_launch_2"
|
740
|
+
}
|
741
|
+
],
|
742
|
+
"value": "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"
|
743
|
+
},
|
744
|
+
{
|
745
|
+
"options": [
|
746
|
+
{
|
747
|
+
"name": "us_core_version",
|
748
|
+
"value": "us_core_6"
|
749
|
+
},
|
750
|
+
{
|
751
|
+
"name": "smart_app_launch_version",
|
752
|
+
"value": "smart_app_launch_2_2"
|
753
|
+
}
|
754
|
+
],
|
755
|
+
"value": "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"
|
756
|
+
},
|
757
|
+
{
|
758
|
+
"options": [
|
759
|
+
{
|
760
|
+
"name": "us_core_version",
|
761
|
+
"value": "us_core_7"
|
762
|
+
},
|
763
|
+
{
|
764
|
+
"name": "smart_app_launch_version",
|
765
|
+
"value": "smart_app_launch_2"
|
766
|
+
}
|
767
|
+
],
|
768
|
+
"value": "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"
|
769
|
+
},
|
770
|
+
{
|
771
|
+
"options": [
|
772
|
+
{
|
773
|
+
"name": "us_core_version",
|
774
|
+
"value": "us_core_7"
|
775
|
+
},
|
776
|
+
{
|
777
|
+
"name": "smart_app_launch_version",
|
778
|
+
"value": "smart_app_launch_2_2"
|
779
|
+
}
|
780
|
+
],
|
781
|
+
"value": "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"
|
782
|
+
}
|
783
|
+
]
|
784
|
+
},
|
785
|
+
{
|
786
|
+
"name": "public_client_secret",
|
787
|
+
"type": "text",
|
788
|
+
"optional": true,
|
789
|
+
"title": "Standalone Client Secret",
|
790
|
+
"description": "Client Secret provided during registration of Inferno as a standalone application",
|
791
|
+
"locked": true,
|
792
|
+
"value": null
|
793
|
+
},
|
794
|
+
{
|
795
|
+
"name": "ehr_patient_client_id",
|
796
|
+
"type": "text",
|
797
|
+
"title": "EHR Launch Client ID",
|
798
|
+
"description": "Client ID provided during registration of Inferno as an EHR launch application",
|
799
|
+
"value": "SAMPLE_CONFIDENTIAL_CLIENT_ID"
|
800
|
+
},
|
801
|
+
{
|
802
|
+
"name": "ehr_patient_client_secret",
|
803
|
+
"type": "text",
|
804
|
+
"title": "EHR Launch Client Secret",
|
805
|
+
"description": "Client Secret provided during registration of Inferno as an EHR launch application",
|
806
|
+
"value": "SAMPLE_CONFIDENTIAL_CLIENT_SECRET"
|
807
|
+
},
|
808
|
+
{
|
809
|
+
"name": "granular_scope_selection_client_auth_type",
|
810
|
+
"value": "confidential_symmetric",
|
811
|
+
"_title": "Client Authentication Method",
|
812
|
+
"_type": "radio",
|
813
|
+
"_options": {
|
814
|
+
"list_options": [
|
815
|
+
{
|
816
|
+
"label": "Public",
|
817
|
+
"value": "public"
|
818
|
+
},
|
819
|
+
{
|
820
|
+
"label": "Confidential Symmetric",
|
821
|
+
"value": "confidential_symmetric"
|
822
|
+
},
|
823
|
+
{
|
824
|
+
"label": "Confidential Asymmetric",
|
825
|
+
"value": "confidential_asymmetric"
|
826
|
+
}
|
827
|
+
]
|
828
|
+
}
|
829
|
+
},
|
830
|
+
{
|
831
|
+
"name": "granular_scope_selection_v2_client_id",
|
832
|
+
"value": "SAMPLE_CONFIDENTIAL_CLIENT_ID",
|
833
|
+
"_title": "Granular Scope Selection w/v2 Scopes Client ID",
|
834
|
+
"_description": "Client ID provided during registration of Inferno as a standalone application",
|
835
|
+
"_type": "text"
|
836
|
+
},
|
837
|
+
{
|
838
|
+
"name": "granular_scope_selection_v2_requested_scopes",
|
839
|
+
"value": "launch/patient openid fhirUser offline_access patient/Condition.rs patient/Observation.rs patient/Patient.rs",
|
840
|
+
"_title": "Granular Scope Selection v2 Scopes",
|
841
|
+
"_description": "OAuth 2.0 scope provided by system to enable all required functionality",
|
842
|
+
"_type": "textarea"
|
843
|
+
},
|
844
|
+
{
|
845
|
+
"name": "granular_scope_selection_v2_client_secret",
|
846
|
+
"value": "SAMPLE_CONFIDENTIAL_CLIENT_SECRET",
|
847
|
+
"_title": "Granular Scope Selection w/v2 Scopes Client Secret",
|
848
|
+
"_description": "Client Secret provided during registration of Inferno as a standalone application. Only for clients using confidential symmetric authentication.",
|
849
|
+
"_type": "text",
|
850
|
+
"_optional": true
|
851
|
+
},
|
852
|
+
{
|
853
|
+
"name": "token_revocation_attestation",
|
854
|
+
"type": "radio",
|
855
|
+
"title": "The HealthIT developer demonstrated a patient request for revoking the tokens provided during the patient standalone launch within the last hour",
|
856
|
+
"options": {
|
857
|
+
"list_options": [
|
858
|
+
{
|
859
|
+
"label": "Yes",
|
860
|
+
"value": "true"
|
861
|
+
},
|
862
|
+
{
|
863
|
+
"label": "No",
|
864
|
+
"value": "false"
|
865
|
+
}
|
866
|
+
]
|
867
|
+
},
|
868
|
+
"value": "false"
|
869
|
+
},
|
870
|
+
{
|
871
|
+
"name": "token_revocation_notes",
|
872
|
+
"type": "textarea",
|
873
|
+
"title": "Notes, if applicable:",
|
874
|
+
"optional": true,
|
875
|
+
"value": null
|
876
|
+
},
|
877
|
+
{
|
878
|
+
"name": "token_introspection_auth_type",
|
879
|
+
"value": "confidential_symmetric",
|
880
|
+
"_title": "Client Authentication Method",
|
881
|
+
"_type": "radio",
|
882
|
+
"_options": {
|
883
|
+
"list_options": [
|
884
|
+
{
|
885
|
+
"label": "Public",
|
886
|
+
"value": "public"
|
887
|
+
},
|
888
|
+
{
|
889
|
+
"label": "Confidential Symmetric",
|
890
|
+
"value": "confidential_symmetric"
|
891
|
+
},
|
892
|
+
{
|
893
|
+
"label": "Confidential Asymmetric",
|
894
|
+
"value": "confidential_asymmetric"
|
895
|
+
}
|
896
|
+
]
|
897
|
+
}
|
898
|
+
},
|
899
|
+
{
|
900
|
+
"name": "asymmetric_client_id",
|
901
|
+
"value": "SAMPLE_ASYMMETRIC_CLIENT_ID",
|
902
|
+
"_title": "Asymmetric Launch Client ID",
|
903
|
+
"_description": "Client ID provided during registration of Inferno as a standalone application",
|
904
|
+
"_type": "text"
|
905
|
+
},
|
906
|
+
{
|
907
|
+
"name": "granular_scopes1_client_id",
|
908
|
+
"value": "SAMPLE_CONFIDENTIAL_CLIENT_ID",
|
909
|
+
"_title": "Granular Scopes Group 1 Client ID",
|
910
|
+
"_description": "Client ID provided during registration of Inferno as a standalone application",
|
911
|
+
"_type": "text"
|
912
|
+
},
|
913
|
+
{
|
914
|
+
"name": "requested_scopes_group1",
|
915
|
+
"value": "launch/patient openid fhirUser offline_access patient/Condition.rs?category=http://terminology.hl7.org/CodeSystem/condition-category|encounter-diagnosis patient/Condition.rs?category=http://hl7.org/fhir/us/core/CodeSystem/condition-category|health-concern patient/Observation.rs?category=http://terminology.hl7.org/CodeSystem/observation-category|laboratory patient/Observation.rs?category=http://terminology.hl7.org/CodeSystem/observation-category|social-history",
|
916
|
+
"_title": "Granular Scopes Group 1 Scopes",
|
917
|
+
"_description": "OAuth 2.0 scope provided by system to enable all required functionality",
|
918
|
+
"_type": "textarea"
|
919
|
+
},
|
920
|
+
{
|
921
|
+
"name": "granular_scopes_authorization_method",
|
922
|
+
"value": "get",
|
923
|
+
"_title": "Granular Scopes Authorization Request Method",
|
924
|
+
"_type": "radio",
|
925
|
+
"_options": {
|
926
|
+
"list_options": [
|
927
|
+
{
|
928
|
+
"label": "GET",
|
929
|
+
"value": "get"
|
930
|
+
},
|
931
|
+
{
|
932
|
+
"label": "POST",
|
933
|
+
"value": "post"
|
934
|
+
}
|
935
|
+
]
|
936
|
+
}
|
937
|
+
},
|
938
|
+
{
|
939
|
+
"name": "granular_scopes_client_auth_type",
|
940
|
+
"value": "confidential_symmetric",
|
941
|
+
"_title": "Granular Scopes Client Authentication Type",
|
942
|
+
"_type": "radio",
|
943
|
+
"_options": {
|
944
|
+
"list_options": [
|
945
|
+
{
|
946
|
+
"label": "Public",
|
947
|
+
"value": "public"
|
948
|
+
},
|
949
|
+
{
|
950
|
+
"label": "Confidential Symmetric",
|
951
|
+
"value": "confidential_symmetric"
|
952
|
+
},
|
953
|
+
{
|
954
|
+
"label": "Confidential Asymmetric",
|
955
|
+
"value": "confidential_asymmetric"
|
956
|
+
}
|
957
|
+
]
|
958
|
+
}
|
959
|
+
},
|
960
|
+
{
|
961
|
+
"name": "granular_scopes1_client_secret",
|
962
|
+
"value": "SAMPLE_CONFIDENTIAL_CLIENT_SECRET",
|
963
|
+
"_title": "Granular Scopes Group 1 Client Secret",
|
964
|
+
"_description": "Client Secret provided during registration of Inferno as a standalone application. Only for clients using confidential symmetric authentication.",
|
965
|
+
"_type": "text",
|
966
|
+
"_optional": true
|
967
|
+
},
|
968
|
+
{
|
969
|
+
"name": "granular_scopes2_client_id",
|
970
|
+
"value": "SAMPLE_CONFIDENTIAL_CLIENT_ID",
|
971
|
+
"_title": "Granular Scopes Group 2 Client ID",
|
972
|
+
"_description": "Client ID provided during registration of Inferno as a standalone application",
|
973
|
+
"_type": "text"
|
974
|
+
},
|
975
|
+
{
|
976
|
+
"name": "requested_scopes_group2",
|
977
|
+
"value": "launch/patient openid fhirUser offline_access patient/Condition.rs?category=http://terminology.hl7.org/CodeSystem/condition-category|problem-list-item patient/Observation.rs?category=http://terminology.hl7.org/CodeSystem/observation-category|vital-signs patient/Observation.rs?category=http://terminology.hl7.org/CodeSystem/observation-category|survey patient/Observation.rs?category=http://hl7.org/fhir/us/core/CodeSystem/us-core-category|sdoh",
|
978
|
+
"_title": "Granular Scopes Group 2 Scopes",
|
979
|
+
"_description": "OAuth 2.0 scope provided by system to enable all required functionality",
|
980
|
+
"_type": "textarea"
|
981
|
+
},
|
982
|
+
{
|
983
|
+
"name": "granular_scopes2_client_secret",
|
984
|
+
"value": "SAMPLE_CONFIDENTIAL_CLIENT_SECRET",
|
985
|
+
"_title": "Granular Scopes Group 2 Client Secret",
|
986
|
+
"_description": "Client Secret provided during registration of Inferno as a standalone application. Only for clients using confidential symmetric authentication.",
|
987
|
+
"_type": "text",
|
988
|
+
"_optional": true
|
989
|
+
},
|
990
|
+
{
|
991
|
+
"name": "single_patient_registration_supported",
|
992
|
+
"type": "radio",
|
993
|
+
"title": "Health IT Module demonstrated support for application registration for single patients.",
|
994
|
+
"options": {
|
995
|
+
"list_options": [
|
996
|
+
{
|
997
|
+
"label": "Yes",
|
998
|
+
"value": "true"
|
999
|
+
},
|
1000
|
+
{
|
1001
|
+
"label": "No",
|
1002
|
+
"value": "false"
|
1003
|
+
}
|
1004
|
+
]
|
1005
|
+
},
|
1006
|
+
"value": "false"
|
1007
|
+
},
|
1008
|
+
{
|
1009
|
+
"name": "single_patient_registration_notes",
|
1010
|
+
"type": "textarea",
|
1011
|
+
"title": "Notes, if applicable:",
|
1012
|
+
"optional": true,
|
1013
|
+
"value": null
|
1014
|
+
},
|
1015
|
+
{
|
1016
|
+
"name": "multiple_patient_registration_supported",
|
1017
|
+
"type": "radio",
|
1018
|
+
"title": "Health IT Module demonstrated support for application registration for multiple patients.",
|
1019
|
+
"options": {
|
1020
|
+
"list_options": [
|
1021
|
+
{
|
1022
|
+
"label": "Yes",
|
1023
|
+
"value": "true"
|
1024
|
+
},
|
1025
|
+
{
|
1026
|
+
"label": "No",
|
1027
|
+
"value": "false"
|
1028
|
+
}
|
1029
|
+
]
|
1030
|
+
},
|
1031
|
+
"value": "false"
|
1032
|
+
},
|
1033
|
+
{
|
1034
|
+
"name": "multiple_patient_registration_notes",
|
1035
|
+
"type": "textarea",
|
1036
|
+
"title": "Notes, if applicable:",
|
1037
|
+
"optional": true,
|
1038
|
+
"value": null
|
1039
|
+
},
|
1040
|
+
{
|
1041
|
+
"name": "resource_authorization_gui_supported",
|
1042
|
+
"type": "radio",
|
1043
|
+
"title": "Health IT Module demonstrated a graphical user interface for user to authorize FHIR resources.",
|
1044
|
+
"options": {
|
1045
|
+
"list_options": [
|
1046
|
+
{
|
1047
|
+
"label": "Yes",
|
1048
|
+
"value": "true"
|
1049
|
+
},
|
1050
|
+
{
|
1051
|
+
"label": "No",
|
1052
|
+
"value": "false"
|
1053
|
+
}
|
1054
|
+
]
|
1055
|
+
},
|
1056
|
+
"value": "false"
|
1057
|
+
},
|
1058
|
+
{
|
1059
|
+
"name": "resource_authorization_gui_notes",
|
1060
|
+
"type": "textarea",
|
1061
|
+
"title": "Notes, if applicable:",
|
1062
|
+
"optional": true,
|
1063
|
+
"value": null
|
1064
|
+
},
|
1065
|
+
{
|
1066
|
+
"name": "offline_access_notification_supported",
|
1067
|
+
"type": "radio",
|
1068
|
+
"title": "Health IT Module informed patient when \"offline_access\" scope is being granted during authorization.",
|
1069
|
+
"options": {
|
1070
|
+
"list_options": [
|
1071
|
+
{
|
1072
|
+
"label": "Yes",
|
1073
|
+
"value": "true"
|
1074
|
+
},
|
1075
|
+
{
|
1076
|
+
"label": "No",
|
1077
|
+
"value": "false"
|
1078
|
+
}
|
1079
|
+
]
|
1080
|
+
},
|
1081
|
+
"value": "false"
|
1082
|
+
},
|
1083
|
+
{
|
1084
|
+
"name": "offline_access_notification_notes",
|
1085
|
+
"type": "textarea",
|
1086
|
+
"title": "Notes, if applicable:",
|
1087
|
+
"optional": true,
|
1088
|
+
"value": null
|
1089
|
+
},
|
1090
|
+
{
|
1091
|
+
"name": "refresh_token_period_attestation",
|
1092
|
+
"type": "radio",
|
1093
|
+
"title": "Health IT Module attested that refresh tokens are valid for a period of no shorter than three months.",
|
1094
|
+
"options": {
|
1095
|
+
"list_options": [
|
1096
|
+
{
|
1097
|
+
"label": "Yes",
|
1098
|
+
"value": "true"
|
1099
|
+
},
|
1100
|
+
{
|
1101
|
+
"label": "No",
|
1102
|
+
"value": "false"
|
1103
|
+
}
|
1104
|
+
]
|
1105
|
+
},
|
1106
|
+
"value": "false"
|
1107
|
+
},
|
1108
|
+
{
|
1109
|
+
"name": "refresh_token_period_notes",
|
1110
|
+
"type": "textarea",
|
1111
|
+
"title": "Notes, if applicable:",
|
1112
|
+
"optional": true,
|
1113
|
+
"value": null
|
1114
|
+
},
|
1115
|
+
{
|
1116
|
+
"name": "token_validation_support",
|
1117
|
+
"type": "radio",
|
1118
|
+
"title": "Health IT developer demonstrated the ability of the Health IT Module / authorization server to validate token it has issued.",
|
1119
|
+
"options": {
|
1120
|
+
"list_options": [
|
1121
|
+
{
|
1122
|
+
"label": "Yes",
|
1123
|
+
"value": "true"
|
1124
|
+
},
|
1125
|
+
{
|
1126
|
+
"label": "No",
|
1127
|
+
"value": "false"
|
1128
|
+
}
|
1129
|
+
]
|
1130
|
+
},
|
1131
|
+
"value": "false"
|
1132
|
+
},
|
1133
|
+
{
|
1134
|
+
"name": "token_validation_notes",
|
1135
|
+
"type": "textarea",
|
1136
|
+
"title": "Notes, if applicable:",
|
1137
|
+
"optional": true,
|
1138
|
+
"value": null
|
1139
|
+
},
|
1140
|
+
{
|
1141
|
+
"name": "information_accuracy_attestation",
|
1142
|
+
"type": "radio",
|
1143
|
+
"title": "Tester verifies that all information is accurate and without omission.",
|
1144
|
+
"options": {
|
1145
|
+
"list_options": [
|
1146
|
+
{
|
1147
|
+
"label": "Yes",
|
1148
|
+
"value": "true"
|
1149
|
+
},
|
1150
|
+
{
|
1151
|
+
"label": "No",
|
1152
|
+
"value": "false"
|
1153
|
+
}
|
1154
|
+
]
|
1155
|
+
},
|
1156
|
+
"value": "false"
|
1157
|
+
},
|
1158
|
+
{
|
1159
|
+
"name": "information_accuracy_notes",
|
1160
|
+
"type": "textarea",
|
1161
|
+
"title": "Notes, if applicable:",
|
1162
|
+
"optional": true,
|
1163
|
+
"value": null
|
1164
|
+
},
|
1165
|
+
{
|
1166
|
+
"name": "multi_patient_scopes_attestation",
|
1167
|
+
"type": "radio",
|
1168
|
+
"title": "Information returned no greater than scopes pre-authorized for multi-patient queries.",
|
1169
|
+
"options": {
|
1170
|
+
"list_options": [
|
1171
|
+
{
|
1172
|
+
"label": "Yes",
|
1173
|
+
"value": "true"
|
1174
|
+
},
|
1175
|
+
{
|
1176
|
+
"label": "No",
|
1177
|
+
"value": "false"
|
1178
|
+
}
|
1179
|
+
]
|
1180
|
+
},
|
1181
|
+
"value": "false"
|
1182
|
+
},
|
1183
|
+
{
|
1184
|
+
"name": "multi_patient_scopes_notes",
|
1185
|
+
"type": "textarea",
|
1186
|
+
"title": "Notes, if applicable:",
|
1187
|
+
"optional": true,
|
1188
|
+
"value": null
|
1189
|
+
},
|
1190
|
+
{
|
1191
|
+
"name": "developer_documentation_attestation",
|
1192
|
+
"type": "radio",
|
1193
|
+
"title": "Health IT developer demonstrated the documentation is available at a publicly accessible URL.",
|
1194
|
+
"options": {
|
1195
|
+
"list_options": [
|
1196
|
+
{
|
1197
|
+
"label": "Yes",
|
1198
|
+
"value": "true"
|
1199
|
+
},
|
1200
|
+
{
|
1201
|
+
"label": "No",
|
1202
|
+
"value": "false"
|
1203
|
+
}
|
1204
|
+
]
|
1205
|
+
},
|
1206
|
+
"value": "false"
|
1207
|
+
},
|
1208
|
+
{
|
1209
|
+
"name": "developer_documentation_notes",
|
1210
|
+
"type": "textarea",
|
1211
|
+
"title": "Notes, if applicable:",
|
1212
|
+
"optional": true,
|
1213
|
+
"value": null
|
1214
|
+
},
|
1215
|
+
{
|
1216
|
+
"name": "jwks_cache_attestation",
|
1217
|
+
"type": "radio",
|
1218
|
+
"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.",
|
1219
|
+
"options": {
|
1220
|
+
"list_options": [
|
1221
|
+
{
|
1222
|
+
"label": "Yes",
|
1223
|
+
"value": "true"
|
1224
|
+
},
|
1225
|
+
{
|
1226
|
+
"label": "No",
|
1227
|
+
"value": "false"
|
1228
|
+
}
|
1229
|
+
]
|
1230
|
+
},
|
1231
|
+
"value": "false"
|
1232
|
+
},
|
1233
|
+
{
|
1234
|
+
"name": "jwks_cache_notes",
|
1235
|
+
"type": "textarea",
|
1236
|
+
"title": "Notes, if applicable:",
|
1237
|
+
"optional": true,
|
1238
|
+
"value": null
|
1239
|
+
},
|
1240
|
+
{
|
1241
|
+
"name": "patient_suffix_attestation",
|
1242
|
+
"type": "radio",
|
1243
|
+
"title": "Health IT developer demonstrates support for the Patient Demographics Suffix USCDI v1 element.",
|
1244
|
+
"options": {
|
1245
|
+
"list_options": [
|
1246
|
+
{
|
1247
|
+
"label": "Yes",
|
1248
|
+
"value": "true"
|
1249
|
+
},
|
1250
|
+
{
|
1251
|
+
"label": "No",
|
1252
|
+
"value": "false"
|
1253
|
+
}
|
1254
|
+
]
|
1255
|
+
},
|
1256
|
+
"value": "false"
|
1257
|
+
},
|
1258
|
+
{
|
1259
|
+
"name": "patient_suffix_notes",
|
1260
|
+
"type": "textarea",
|
1261
|
+
"title": "Notes, if applicable:",
|
1262
|
+
"optional": true,
|
1263
|
+
"value": null
|
1264
|
+
},
|
1265
|
+
{
|
1266
|
+
"name": "native_refresh_attestation",
|
1267
|
+
"type": "radio",
|
1268
|
+
"title": "Health IT developer demonstrates support for issuing refresh tokens to native applications.",
|
1269
|
+
"options": {
|
1270
|
+
"list_options": [
|
1271
|
+
{
|
1272
|
+
"label": "Yes",
|
1273
|
+
"value": "true"
|
1274
|
+
},
|
1275
|
+
{
|
1276
|
+
"label": "No",
|
1277
|
+
"value": "false"
|
1278
|
+
}
|
1279
|
+
]
|
1280
|
+
},
|
1281
|
+
"value": "false"
|
1282
|
+
},
|
1283
|
+
{
|
1284
|
+
"name": "native_refresh_notes",
|
1285
|
+
"type": "textarea",
|
1286
|
+
"title": "Notes, if applicable:",
|
1287
|
+
"optional": true,
|
1288
|
+
"value": null
|
1289
|
+
}
|
1290
|
+
]
|
1291
|
+
}
|