Skip to content

Commit

Permalink
Add presets for bulk data; on localhost point to inferno.healthit.gov…
Browse files Browse the repository at this point in the history
… keys because same. (#33)
  • Loading branch information
arscan authored Sep 19, 2024
1 parent 957190d commit f529ca2
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 0 deletions.
43 changes: 43 additions & 0 deletions config/presets/bulk_data_v101_bulk_data_server.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"title": "SMART Bulk Data Server",
"id": null,
"test_suite_id": "bulk_data_v101",
"inputs": [
{
"name": "bulk_server_url",
"type": "text",
"title": "Bulk Data FHIR URL",
"description": "The URL of the Bulk FHIR server.",
"value": "https://bulk-data.smarthealthit.org/eyJlcnIiOiIiLCJwYWdlIjoxMDAsImR1ciI6MTAsInRsdCI6NjAsIm0iOjEsInN0dSI6NCwiZGVsIjowLCJzZWN1cmUiOjF9/fhir"
},
{
"name": "backend_services_client_id",
"type": "text",
"title": "Bulk Data Client ID",
"description": "Client ID provided at registration to the Inferno application.",
"value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6InJlZ2lzdHJhdGlvbi10b2tlbiJ9.eyJqd2tzX3VybCI6Imh0dHBzOi8vaW5mZXJuby5oZWFsdGhpdC5nb3Yvc3VpdGVzL2N1c3RvbS9idWxrX2RhdGFfdjEwMS8ud2VsbC1rbm93bi9qd2tzLmpzb24iLCJhY2Nlc3NUb2tlbnNFeHBpcmVJbiI6NjAsImlhdCI6MTcyNjUwMzU3N30.T6xomQ7aMfrnvQ_kC7S0aUgTQXzgDYDI3A-DIFBLH5g"
},
{
"name": "group_id",
"type": "text",
"title": "Group ID",
"description": "The Group ID associated with the group of patients to be exported.",
"value": "HealthNewEngland"
},
{
"name": "bulk_timeout",
"type": "text",
"title": "Export Times Out after (1-600)",
"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.",
"value": 180
},
{
"name": "lines_to_validate",
"type": "text",
"title": "Limit validation to a maximum resource count",
"description": "To validate all, leave blank.",
"optional": true,
"value": null
}
]
}
43 changes: 43 additions & 0 deletions config/presets/bulk_data_v200_bulk_data_server.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"title": "SMART Bulk Data Server",
"id": null,
"test_suite_id": "bulk_data_v200",
"inputs": [
{
"name": "bulk_server_url",
"type": "text",
"title": "Bulk Data FHIR URL",
"description": "The URL of the Bulk FHIR server.",
"value": "https://bulk-data.smarthealthit.org/eyJlcnIiOiIiLCJwYWdlIjoxMDAsImR1ciI6MTAsInRsdCI6NjAsIm0iOjEsInN0dSI6NCwiZGVsIjowLCJzZWN1cmUiOjF9/fhir"
},
{
"name": "backend_services_client_id",
"type": "text",
"title": "Bulk Data Client ID",
"description": "Client ID provided at registration to the Inferno application.",
"value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6InJlZ2lzdHJhdGlvbi10b2tlbiJ9.eyJqd2tzX3VybCI6Imh0dHBzOi8vaW5mZXJuby5oZWFsdGhpdC5nb3Yvc3VpdGVzL2N1c3RvbS9idWxrX2RhdGFfdjEwMS8ud2VsbC1rbm93bi9qd2tzLmpzb24iLCJhY2Nlc3NUb2tlbnNFeHBpcmVJbiI6NjAsImlhdCI6MTcyNjUwMzU3N30.T6xomQ7aMfrnvQ_kC7S0aUgTQXzgDYDI3A-DIFBLH5g"
},
{
"name": "group_id",
"type": "text",
"title": "Group ID",
"description": "The Group ID associated with the group of patients to be exported.",
"value": "HealthNewEngland"
},
{
"name": "bulk_timeout",
"type": "text",
"title": "Export Times Out after (1-600)",
"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.",
"value": 180
},
{
"name": "lines_to_validate",
"type": "text",
"title": "Limit validation to a maximum resource count",
"description": "To validate all, leave blank.",
"optional": true,
"value": null
}
]
}

0 comments on commit f529ca2

Please sign in to comment.