Skip to content

Commit

Permalink
FI-2157: Add US Core presets (#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jammjammjamm authored Sep 7, 2023
1 parent 77551c1 commit 538a429
Show file tree
Hide file tree
Showing 5 changed files with 145 additions and 1 deletion.
36 changes: 36 additions & 0 deletions config/presets/inferno_reference_server_311_preset.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"title": "Inferno Reference Server",
"id": "us-core-3-reference-server",
"test_suite_id": "us_core_v311",
"inputs": [
{
"name": "url",
"type": "text",
"title": "FHIR Endpoint",
"description": "URL of the FHIR endpoint",
"value": "https://inferno.healthit.gov/reference-server/r4"
},
{
"name": "smart_credentials",
"type": "oauth_credentials",
"title": "OAuth Credentials",
"optional": true,
"value": "{\"access_token\":\"SAMPLE_TOKEN\"}"
},
{
"name": "patient_ids",
"type": "text",
"title": "Patient IDs",
"description": "Comma separated list of patient IDs that in sum contain all MUST SUPPORT elements",
"value": "85,355"
},
{
"name": "implantable_device_codes",
"type": "text",
"title": "Implantable Device Type Code",
"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",
"optional": true,
"value": null
}
]
}
36 changes: 36 additions & 0 deletions config/presets/inferno_reference_server_400_preset.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"title": "Inferno Reference Server",
"id": "us-core-4-reference-server",
"test_suite_id": "us_core_v400",
"inputs": [
{
"name": "url",
"type": "text",
"title": "FHIR Endpoint",
"description": "URL of the FHIR endpoint",
"value": "https://inferno.healthit.gov/reference-server/r4"
},
{
"name": "smart_credentials",
"type": "oauth_credentials",
"title": "OAuth Credentials",
"optional": true,
"value": "{\"access_token\":\"SAMPLE_TOKEN\"}"
},
{
"name": "patient_ids",
"type": "text",
"title": "Patient IDs",
"description": "Comma separated list of patient IDs that in sum contain all MUST SUPPORT elements",
"value": "85,355"
},
{
"name": "implantable_device_codes",
"type": "text",
"title": "Implantable Device Type Code",
"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",
"optional": true,
"value": null
}
]
}
36 changes: 36 additions & 0 deletions config/presets/inferno_reference_server_501_preset.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"title": "Inferno Reference Server",
"id": "us-core-5-reference-server",
"test_suite_id": "us_core_v501",
"inputs": [
{
"name": "url",
"type": "text",
"title": "FHIR Endpoint",
"description": "URL of the FHIR endpoint",
"value": "https://inferno.healthit.gov/reference-server/r4"
},
{
"name": "smart_credentials",
"type": "oauth_credentials",
"title": "OAuth Credentials",
"optional": true,
"value": "{\"access_token\":\"SAMPLE_TOKEN\"}"
},
{
"name": "patient_ids",
"type": "text",
"title": "Patient IDs",
"description": "Comma separated list of patient IDs that in sum contain all MUST SUPPORT elements",
"value": "85,355"
},
{
"name": "implantable_device_codes",
"type": "text",
"title": "Implantable Device Type Code",
"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",
"optional": true,
"value": null
}
]
}
36 changes: 36 additions & 0 deletions config/presets/inferno_reference_server_610_preset.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"title": "Inferno Reference Server",
"id": "us-core-6-reference-server",
"test_suite_id": "us_core_v600",
"inputs": [
{
"name": "url",
"type": "text",
"title": "FHIR Endpoint",
"description": "URL of the FHIR endpoint",
"value": "https://inferno.healthit.gov/reference-server/r4"
},
{
"name": "smart_credentials",
"type": "oauth_credentials",
"title": "OAuth Credentials",
"optional": true,
"value": "{\"access_token\":\"SAMPLE_TOKEN\"}"
},
{
"name": "patient_ids",
"type": "text",
"title": "Patient IDs",
"description": "Comma separated list of patient IDs that in sum contain all MUST SUPPORT elements",
"value": "85,355"
},
{
"name": "implantable_device_codes",
"type": "text",
"title": "Implantable Device Type Code",
"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",
"optional": true,
"value": null
}
]
}
2 changes: 1 addition & 1 deletion config/presets/inferno_reference_server_preset.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "Inferno Reference Server",
"id": null,
"id": "g10-reference-server",
"test_suite_id": "g10_certification",
"inputs": [
{
Expand Down

0 comments on commit 538a429

Please sign in to comment.