-
Notifications
You must be signed in to change notification settings - Fork 18
/
service_request_api_config.bal
222 lines (218 loc) · 7.12 KB
/
service_request_api_config.bal
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
// Copyright (c) 2023, WSO2 LLC. (http://www.wso2.com). All Rights Reserved.
// This software is the property of WSO2 LLC. and its suppliers, if any.
// Dissemination of any information or reproduction of any material contained
// herein is strictly forbidden, unless permitted by WSO2 in accordance with
// the WSO2 Software License available at: https://wso2.com/licenses/eula/3.2
// For specific language governing the permissions and limitations under
// this license, please see the license as well as any agreement you’ve
// entered into with WSO2 governing the purchase of this software and any
// associated services.
//
//
// AUTO-GENERATED FILE. DO NOT MODIFY.
//
// This file is auto-generated by WSO2 Healthcare Team for managing utility functions.
// Developers are allowed modify this file as per the requirement.
import ballerinax/health.fhir.r4;
final r4:ResourceAPIConfig serviceRequestApiConfig = {
resourceType: "ServiceRequest",
profiles: [
"http://hl7.org/fhir/StructureDefinition/ServiceRequest"
],
defaultProfile: (),
searchParameters: [
{
name: "code",
active: true,
information: {
description: "[ServiceRequest](servicerequest.html): What is being requested/ordered",
builtin: false,
documentation: "http://hl7.org/fhir/SearchParameter/clinical-code"
}
},
{
name: "requester",
active: true,
information: {
description: "Who/what is requesting service",
builtin: false,
documentation: "http://hl7.org/fhir/SearchParameter/ServiceRequest-requester"
}
},
{
name: "instantiates-uri",
active: true,
information: {
description: "Instantiates external protocol or definition",
builtin: false,
documentation: "http://hl7.org/fhir/SearchParameter/ServiceRequest-instantiates-uri"
}
},
{
name: "priority",
active: true,
information: {
description: "routine | urgent | asap | stat",
builtin: false,
documentation: "http://hl7.org/fhir/SearchParameter/ServiceRequest-priority"
}
},
{
name: "identifier",
active: true,
information: {
description: "[ServiceRequest](servicerequest.html): Identifiers assigned to this order",
builtin: false,
documentation: "http://hl7.org/fhir/SearchParameter/clinical-identifier"
}
},
{
name: "body-site",
active: true,
information: {
description: "Where procedure is going to be done",
builtin: false,
documentation: "http://hl7.org/fhir/SearchParameter/ServiceRequest-body-site"
}
},
{
name: "occurrence",
active: true,
information: {
description: "When service should occur",
builtin: false,
documentation: "http://hl7.org/fhir/SearchParameter/ServiceRequest-occurrence"
}
},
{
name: "patient",
active: true,
information: {
description: "[ServiceRequest](servicerequest.html): Search by subject - a patient",
builtin: false,
documentation: "http://hl7.org/fhir/SearchParameter/clinical-patient"
}
},
{
name: "intent",
active: true,
information: {
description: "proposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option",
builtin: false,
documentation: "http://hl7.org/fhir/SearchParameter/ServiceRequest-intent"
}
},
{
name: "specimen",
active: true,
information: {
description: "Specimen to be tested",
builtin: false,
documentation: "http://hl7.org/fhir/SearchParameter/ServiceRequest-specimen"
}
},
{
name: "performer",
active: true,
information: {
description: "Requested performer",
builtin: false,
documentation: "http://hl7.org/fhir/SearchParameter/ServiceRequest-performer"
}
},
{
name: "status",
active: true,
information: {
description: "draft | active | on-hold | revoked | completed | entered-in-error | unknown",
builtin: false,
documentation: "http://hl7.org/fhir/SearchParameter/ServiceRequest-status"
}
},
{
name: "requisition",
active: true,
information: {
description: "Composite Request ID",
builtin: false,
documentation: "http://hl7.org/fhir/SearchParameter/ServiceRequest-requisition"
}
},
{
name: "category",
active: true,
information: {
description: "Classification of service",
builtin: false,
documentation: "http://hl7.org/fhir/SearchParameter/ServiceRequest-category"
}
},
{
name: "instantiates-canonical",
active: true,
information: {
description: "Instantiates FHIR protocol or definition",
builtin: false,
documentation: "http://hl7.org/fhir/SearchParameter/ServiceRequest-instantiates-canonical"
}
},
{
name: "encounter",
active: true,
information: {
description: "[ServiceRequest](servicerequest.html): An encounter in which this request is made",
builtin: false,
documentation: "http://hl7.org/fhir/SearchParameter/clinical-encounter"
}
},
{
name: "authored",
active: true,
information: {
description: "Date request signed",
builtin: false,
documentation: "http://hl7.org/fhir/SearchParameter/ServiceRequest-authored"
}
},
{
name: "performer-type",
active: true,
information: {
description: "Performer role",
builtin: false,
documentation: "http://hl7.org/fhir/SearchParameter/ServiceRequest-performer-type"
}
},
{
name: "based-on",
active: true,
information: {
description: "What request fulfills",
builtin: false,
documentation: "http://hl7.org/fhir/SearchParameter/ServiceRequest-based-on"
}
},
{
name: "replaces",
active: true,
information: {
description: "What request replaces",
builtin: false,
documentation: "http://hl7.org/fhir/SearchParameter/ServiceRequest-replaces"
}
},
{
name: "subject",
active: true,
information: {
description: "Search by subject",
builtin: false,
documentation: "http://hl7.org/fhir/SearchParameter/ServiceRequest-subject"
}
}
],
operations: [
],
serverConfig: (),
authzConfig: ()
};