Skip to content

Commit

Permalink
Add more presets for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
elsaperelli committed Nov 8, 2024
1 parent fc18f2f commit 256ce3a
Showing 1 changed file with 51 additions and 1 deletion.
52 changes: 51 additions & 1 deletion config/presets/inferno_dtr_server_suite.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
}
]
}

0 comments on commit 256ce3a

Please sign in to comment.