-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy patheRS-CreateFromCommunicationRequestActionLater-Request-Parameters.yaml
More file actions
289 lines (287 loc) · 10.4 KB
/
eRS-CreateFromCommunicationRequestActionLater-Request-Parameters.yaml
File metadata and controls
289 lines (287 loc) · 10.4 KB
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
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
title: eRS-CreateFromCommunicationRequestActionLater-Request-Parameters
type: object
required:
- resourceType
- meta
- parameter
properties:
resourceType:
type: string
enum:
- 'Parameters'
example: 'Parameters'
meta:
type: object
required:
- profile
properties:
profile:
type: array
items:
type: string
enum:
- "https://fhir.nhs.uk/STU3/StructureDefinition/eRS-CreateFromCommunicationRequestActionLater-Request-Parameters-1"
example: "https://fhir.nhs.uk/STU3/StructureDefinition/eRS-CreateFromCommunicationRequestActionLater-Request-Parameters-1"
minItems: 1
maxItems: 1
parameter:
type: array
description: |
| Field | Cardinality | Notes |
| --------------------------------- | ----------- | ---------------------------------------------------------------------------------------------- |
| `createFrom` | `1..1` | |
| `guidance` | `1..1` | Mandatory guidance response. Maximum 8000 characters. |
| `newReferralPriority` | `1..1` | |
| `reviewComments` | `1..1` | |
| `guidanceAttachmentFile` | `0..*` | Property defining files to be included with the supplied `guidance` text |
| `reviewAttachmentFile` | `0..*` | Property defining files to be associated with the created `ReferralRequest` |
items:
anyOf:
- title: createFrom
description: Parameter to supply a createFrom
type: object
required:
- name
- valueReference
properties:
name:
type: string
enum:
- createFrom
example: 'createFrom'
valueReference:
type: object
required:
- reference
properties:
reference:
type: string
example: CommunicationRequest/000000070000/_history/4
- title: guidance
description: Parameter to supply the guidance
type: object
required:
- name
- valueString
properties:
name:
type: string
enum:
- guidance
example: 'guidance'
valueString:
type: string
example: 'I have converted this to send the patient to one of our services'
- title: newReferralPriority
description: Parameter to supply a newReferralPriority
type: object
required:
- name
- valueCoding
properties:
name:
type: string
enum:
- newReferralPriority
example: 'newReferralPriority'
valueCoding:
$ref: 'codings/Priority.yaml'
- title: reviewComments
description: Parameter to supply the reviewComments
type: object
required:
- name
- valueString
properties:
name:
type: string
enum:
- reviewComments
example: 'reviewComments'
valueString:
type: string
example: Refer this patient to our 'xxx' service please as soon as possible
- title: guidanceAttachmentFile
description: Parameter to supply a guidanceAttachmentFile
type: object
required:
- name
- resource
properties:
name:
type: string
enum:
- guidanceAttachmentFile
example: 'guidanceAttachmentFile'
resource:
title: DocumentReference
description: 'A reference to a document'
type: object
required:
- meta
- resourceType
- type
- status
- indexed
- content
properties:
meta:
type: object
required:
- profile
properties:
profile:
type: array
items:
type: string
enum:
- 'https://fhir.nhs.uk/STU3/StructureDefinition/eRS-DocumentReference-1'
example: 'https://fhir.nhs.uk/STU3/StructureDefinition/eRS-DocumentReference-1'
resourceType:
type: string
enum:
- DocumentReference
example: 'DocumentReference'
type:
type: object
properties:
coding:
type: array
items:
type: object
required:
- system
- code
properties:
system:
type: string
enum:
- 'https://fhir.nhs.uk/STU3/CodeSystem/eRS-AttachmentType-1'
example: 'https://fhir.nhs.uk/STU3/CodeSystem/eRS-AttachmentType-1'
code:
type: string
enum:
- GUIDANCE_RESPONSE
example: GUIDANCE_RESPONSE
status:
type: string
enum:
- current
example: current
indexed:
type: string
format: date-time
example: '2021-04-22T10:00:00.000Z'
description:
type: string
nullable: true
example: 'upload png'
content:
type: array
minItems: 1
items:
type: object
required:
- attachment
properties:
attachment:
title: 'A reference to an already created Attachment (http://hl7.org/fhir/stu3/datatypes.html#Attachment)'
type: object
required:
- url
properties:
url:
type: string
example: 'Binary/19eb7224-dff3-4730-a5cb-67eac811f1a5'
- title: reviewAttachmentFile
description: Parameter to supply a reviewAttachmentFile
type: object
required:
- name
- resource
properties:
name:
type: string
enum:
- reviewAttachmentFile
example: 'reviewAttachmentFile'
resource:
title: DocumentReference
description: 'A reference to a document'
type: object
required:
- meta
- resourceType
- type
- status
- indexed
- content
properties:
meta:
type: object
required:
- profile
properties:
profile:
type: array
items:
type: string
enum:
- 'https://fhir.nhs.uk/STU3/StructureDefinition/eRS-DocumentReference-1'
example: 'https://fhir.nhs.uk/STU3/StructureDefinition/eRS-DocumentReference-1'
resourceType:
type: string
enum:
- DocumentReference
example: 'DocumentReference'
type:
type: object
properties:
coding:
type: array
items:
type: object
required:
- system
- code
properties:
system:
type: string
enum:
- 'https://fhir.nhs.uk/STU3/CodeSystem/eRS-AttachmentType-1'
example: 'https://fhir.nhs.uk/STU3/CodeSystem/eRS-AttachmentType-1'
code:
type: string
enum:
- PROVIDER
example: PROVIDER
status:
type: string
enum:
- current
example: current
indexed:
type: string
format: date-time
example: '2021-04-22T10:00:00.000Z'
description:
type: string
nullable: true
example: 'upload png'
content:
type: array
minItems: 1
items:
type: object
required:
- attachment
properties:
attachment:
title: 'A reference to an already created Attachment (http://hl7.org/fhir/stu3/datatypes.html#Attachment)'
type: object
required:
- url
properties:
url:
type: string
example: 'Binary/19eb7224-dff3-4730-a5cb-67eac811f1a5'