generated from inferno-framework/inferno-template
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FI-3037: SMART User Access Brands Suite (#73)
- Loading branch information
1 parent
462217c
commit c28acda
Showing
31 changed files
with
2,436 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
INFERNO_HOST=http://localhost:4567 | ||
VALIDATOR_URL=http://localhost/validatorapi | ||
FHIR_RESOURCE_VALIDATOR_URL=http://localhost/hl7validatorapi | ||
REDIS_URL=redis://localhost:6379/0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
INFERNO_HOST=http://localhost | ||
REDIS_URL=redis://redis:6379/0 | ||
VALIDATOR_URL=http://validator_service:4567 | ||
VALIDATOR_URL=http://validator_service:4567 | ||
FHIR_RESOURCE_VALIDATOR_URL=http://hl7_validator_service:3500 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
VALIDATOR_URL=https://example.com/validatorapi | ||
FHIR_RESOURCE_VALIDATOR_URL=https://example.com/hl7validatorapi | ||
ASYNC_JOBS=false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"title": "Inferno Example SMART Access Brands Bundle", | ||
"id": "smart_access_brands_bundle_example_inferno", | ||
"test_suite_id": "smart_access_brands", | ||
"inputs": [ | ||
{ | ||
"name": "smart_access_brands_publication_url", | ||
"value": "<%= Inferno::Application['base_url'] %>/custom/smart_access_brands/examples/smart_access_brands_example.json", | ||
"title": "SMART Access Brands Bundle URL", | ||
"type": "text" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
{ | ||
"title": "Labs with Locations Nationwide IG Example SMART Access Brands Bundle", | ||
"id": "smart_access_brands_bundle_example_1", | ||
"test_suite_id": "smart_access_brands", | ||
"inputs": [ | ||
{ | ||
"name": "user_access_brands_publication_url", | ||
"value": "https://hl7.org/fhir/smart-app-launch/STU2.2/Bundle-example1.json", | ||
"title": "User Access Brands Publication URL", | ||
"type": "text" | ||
}, | ||
{ | ||
"name": "endpoint_availability_success_rate", | ||
"default": "all", | ||
"description": "Select an option to choose how many Endpoints have to be available and send back a valid capability statement for the Endpoint validation test to pass.", | ||
"options": { | ||
"list_options": [ | ||
{ | ||
"label": "All", | ||
"value": "all" | ||
}, | ||
{ | ||
"label": "At Least 1", | ||
"value": "at_least_1" | ||
}, | ||
{ | ||
"label": "None", | ||
"value": "none" | ||
} | ||
] | ||
}, | ||
"title": "Endpoint Availability Success Rate", | ||
"type": "radio", | ||
"value": "none" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
{ | ||
"title": "Regional Health System IG Example SMART Access Brands Bundle", | ||
"id": "smart_access_brands_bundle_example_2", | ||
"test_suite_id": "smart_access_brands", | ||
"inputs": [ | ||
{ | ||
"name": "user_access_brands_publication_url", | ||
"value": "https://hl7.org/fhir/smart-app-launch/STU2.2/Bundle-example2.json", | ||
"title": "User Access Brands Publication URL", | ||
"type": "text" | ||
}, | ||
{ | ||
"name": "endpoint_availability_success_rate", | ||
"default": "all", | ||
"description": "Select an option to choose how many Endpoints have to be available and send back a valid capability statement for the Endpoint validation test to pass.", | ||
"options": { | ||
"list_options": [ | ||
{ | ||
"label": "All", | ||
"value": "all" | ||
}, | ||
{ | ||
"label": "At Least 1", | ||
"value": "at_least_1" | ||
}, | ||
{ | ||
"label": "None", | ||
"value": "none" | ||
} | ||
] | ||
}, | ||
"title": "Endpoint Availability Success Rate", | ||
"type": "radio", | ||
"value": "none" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
{ | ||
"title": "Different EHRs IG Example SMART Access Brands Bundle", | ||
"id": "smart_access_brands_bundle_example_3", | ||
"test_suite_id": "smart_access_brands", | ||
"inputs": [ | ||
{ | ||
"name": "user_access_brands_publication_url", | ||
"value": "https://hl7.org/fhir/smart-app-launch/STU2.2/Bundle-example3.json", | ||
"title": "User Access Brands Publication URL", | ||
"type": "text" | ||
}, | ||
{ | ||
"name": "endpoint_availability_success_rate", | ||
"default": "all", | ||
"description": "Select an option to choose how many Endpoints have to be available and send back a valid capability statement for the Endpoint validation test to pass.", | ||
"options": { | ||
"list_options": [ | ||
{ | ||
"label": "All", | ||
"value": "all" | ||
}, | ||
{ | ||
"label": "At Least 1", | ||
"value": "at_least_1" | ||
}, | ||
{ | ||
"label": "None", | ||
"value": "none" | ||
} | ||
] | ||
}, | ||
"title": "Endpoint Availability Success Rate", | ||
"type": "radio", | ||
"value": "none" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
{ | ||
"title": "Co-equal Brands IG Example SMART Access Brands Bundle", | ||
"id": "smart_access_brands_bundle_example_4", | ||
"test_suite_id": "smart_access_brands", | ||
"inputs": [ | ||
{ | ||
"name": "user_access_brands_publication_url", | ||
"value": "https://hl7.org/fhir/smart-app-launch/STU2.2/Bundle-example4.json", | ||
"title": "User Access Brands Publication URL", | ||
"type": "text" | ||
}, | ||
{ | ||
"name": "endpoint_availability_success_rate", | ||
"default": "all", | ||
"description": "Select an option to choose how many Endpoints have to be available and send back a valid capability statement for the Endpoint validation test to pass.", | ||
"options": { | ||
"list_options": [ | ||
{ | ||
"label": "All", | ||
"value": "all" | ||
}, | ||
{ | ||
"label": "At Least 1", | ||
"value": "at_least_1" | ||
}, | ||
{ | ||
"label": "None", | ||
"value": "none" | ||
} | ||
] | ||
}, | ||
"title": "Endpoint Availability Success Rate", | ||
"type": "radio", | ||
"value": "none" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.