-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlight_ehr_ref_server_prod.json
90 lines (90 loc) · 2.05 KB
/
light_ehr_ref_server_prod.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
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"
}
]
}