-
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.
Merge pull request #35 from inferno-framework/documentation-update
FI-3435: Documentation for DTR Light EHR release
- Loading branch information
Showing
47 changed files
with
840 additions
and
367 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
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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", | ||
"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": "comreq015" | ||
}, | ||
{ | ||
"name": "device_request_ids", | ||
"type": "text", | ||
"value": "devreqe0470" | ||
}, | ||
{ | ||
"name": "encounter_ids", | ||
"type": "text", | ||
"value": "pat015-rad-encounter" | ||
}, | ||
{ | ||
"name": "medication_request_ids", | ||
"type": "text", | ||
"value": "medreq015" | ||
}, | ||
{ | ||
"name": "nutrition_order_ids", | ||
"type": "text", | ||
"value": "nutord015" | ||
}, | ||
{ | ||
"name": "service_request_ids", | ||
"type": "text", | ||
"value": "servreq-g0180-1" | ||
}, | ||
{ | ||
"name": "task_ids", | ||
"type": "text", | ||
"value": "tas015" | ||
}, | ||
{ | ||
"name": "vision_prescription_ids", | ||
"type": "text", | ||
"value": "vispre0151,vispre0152" | ||
} | ||
] | ||
} |
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
Oops, something went wrong.