-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add preset for prod ref server, make create and update tests optional
- Loading branch information
1 parent
6c09b16
commit 0685b41
Showing
8 changed files
with
106 additions
and
6 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
config/presets/inferno_dtr_server_suite.json → ...ets/light_ehr_ref_server_local_suite.json
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,90 @@ | ||
{ | ||
"title": "Inferno Reference Server (Production)", | ||
"id": "light_ehr_ref_server_prod", | ||
"test_suite_id": "dtr_light_ehr", | ||
"inputs": [ | ||
{ | ||
"name": "url", | ||
"description": "URL of the FHIR endpoint used by SMART applications", | ||
"title": "FHIR Endpoint", | ||
"type": "text", | ||
"value": "https://inferno.healthit.gov/reference-server/r4" | ||
}, | ||
{ | ||
"name": "ehr_client_id", | ||
"description": "Client ID provided during registration of Inferno as an EHR launch application", | ||
"title": "EHR Launch Client ID", | ||
"type": "text", | ||
"value": "SAMPLE_PUBLIC_CLIENT_ID" | ||
}, | ||
{ | ||
"name": "standalone_client_id", | ||
"type": "text", | ||
"value": "SAMPLE_PUBLIC_CLIENT_ID" | ||
}, | ||
{ | ||
"name": "smart_credentials", | ||
"type": "oauth_credentials", | ||
"title": "OAuth Credentials", | ||
"optional": true, | ||
"value": "{\"access_token\":\"SAMPLE_TOKEN\"}" | ||
}, | ||
{ | ||
"name": "credentials", | ||
"type": "oauth_credentials", | ||
"title": "OAuth Credentials", | ||
"optional": true, | ||
"value": "{\"access_token\":\"SAMPLE_TOKEN\"}" | ||
}, | ||
{ | ||
"name": "patient_ids", | ||
"type": "text", | ||
"value": "pat015" | ||
}, | ||
{ | ||
"name": "coverage_ids", | ||
"type": "text", | ||
"value": "cov015" | ||
}, | ||
{ | ||
"name": "communication_request_ids", | ||
"type": "text", | ||
"value": "communicationrequest-example1" | ||
}, | ||
{ | ||
"name": "device_request_ids", | ||
"type": "text", | ||
"value": "devreqe0470" | ||
}, | ||
{ | ||
"name": "encounter_ids", | ||
"type": "text", | ||
"value": "pat015-rad-encounter" | ||
}, | ||
{ | ||
"name": "medication_request_ids", | ||
"type": "text", | ||
"value": "medicationrequest-example1" | ||
}, | ||
{ | ||
"name": "nutrition_order_ids", | ||
"type": "text", | ||
"value": "nutritionorder-example1" | ||
}, | ||
{ | ||
"name": "service_request_ids", | ||
"type": "text", | ||
"value": "servreq-g0180-1" | ||
}, | ||
{ | ||
"name": "task_ids", | ||
"type": "text", | ||
"value": "cdex-task-example19" | ||
}, | ||
{ | ||
"name": "vision_prescription_ids", | ||
"type": "text", | ||
"value": "visionprescription-example1,visionprescription-example2" | ||
} | ||
] | ||
} |
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
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