diff --git a/config/presets/inferno_dtr_server_suite.json b/config/presets/inferno_dtr_server_suite.json index d94372c..9872080 100644 --- a/config/presets/inferno_dtr_server_suite.json +++ b/config/presets/inferno_dtr_server_suite.json @@ -8,7 +8,7 @@ "description": "URL of the FHIR endpoint used by SMART applications", "title": "FHIR Endpoint", "type": "text", - "value": "https://inferno-qa.healthit.gov/reference-server/r4" + "value": "http://localhost:8080/reference-server/r4" }, { "name": "ehr_client_id", @@ -21,6 +21,56 @@ "name": "standalone_client_id", "type": "text", "value": "SAMPLE_PUBLIC_CLIENT_ID" + }, + { + "name": "patient_ids", + "type": "text", + "value": "pat001" + }, + { + "name": "coverage_ids", + "type": "text", + "value": "coverage-example1" + }, + { + "name": "communication_request_ids", + "type": "text", + "value": "communicationrequest-example1" + }, + { + "name": "device_request_ids", + "type": "text", + "value": "devicerequest-example1" + }, + { + "name": "encounter_ids", + "type": "text", + "value": "encounter-example1" + }, + { + "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": "servicerequest-example1" + }, + { + "name": "task_ids", + "type": "text", + "value": "cdex-task-example19" + }, + { + "name": "vision_prescription_ids", + "type": "text", + "value": "visionprescription-example,visionprescription-example2" } ] }