|
37 | 37 | "path": "ServiceRequest.subject", |
38 | 38 | "description": "Link to patient the request is for", |
39 | 39 | "min": 1, |
40 | | - "max": 1, |
| 40 | + "max": "1", |
41 | 41 | "target": [ |
42 | 42 | { |
43 | | - "type": "Patient", |
| 43 | + "type": "Patient" |
44 | 44 | } |
45 | 45 | ] |
46 | 46 | }, |
47 | 47 | { |
48 | 48 | "path": "ServiceRequest.requester", |
49 | 49 | "description": "Link to the requester of the genomic test order", |
50 | 50 | "min": 1, |
51 | | - "max": 1, |
| 51 | + "max": "1", |
52 | 52 | "target": [ |
53 | 53 | { |
54 | 54 | "type": "PractitionerRole" |
|
59 | 59 | "path": "ServiceRequest.reasonReference", |
60 | 60 | "description": "Optional link to the primary condition constituting the reason for testing", |
61 | 61 | "min": 0, |
62 | | - "max": 1, |
| 62 | + "max": "1", |
63 | 63 | "target": [ |
64 | 64 | { |
65 | 65 | "type": "Condition" |
|
78 | 78 | { |
79 | 79 | "description": "Patient linked to this RelatedPerson", |
80 | 80 | "min": 1, |
81 | | - "max": 1, |
| 81 | + "max": "1", |
82 | 82 | "target": [ |
83 | 83 | { |
84 | 84 | "type": "Patient", |
|
95 | 95 | "path": "Observation.extension.valueReference", |
96 | 96 | "description": "Optional link to body structure related to the observation", |
97 | 97 | "min": 0, |
98 | | - "max": 1, |
| 98 | + "max": "1", |
99 | 99 | "target": [ |
100 | 100 | { |
101 | 101 | "type": "BodyStructure" |
|
106 | 106 | "path": "Observation.focus", |
107 | 107 | "description": "Optional link to specimen the observation is about, if relevant", |
108 | 108 | "min": 0, |
109 | | - "max": 1, |
| 109 | + "max": "1", |
110 | 110 | "target": [ |
111 | 111 | { |
112 | 112 | "type": "Specimen" |
|
117 | 117 | "path": "Observation.performer", |
118 | 118 | "description": "Optional link to actor who performed the observation (could be Patient, PractitionerRole or RelatedPerson)", |
119 | 119 | "min": 0, |
120 | | - "max": 1, |
| 120 | + "max": "1", |
121 | 121 | "target": [ |
122 | 122 | { |
123 | 123 | "type": "Resource" |
|
144 | 144 | "path": "Condition.recorder", |
145 | 145 | "description": "Optional link to actor which recorded condition (could be Patient, PreactitionerRole or RelatedPerson)", |
146 | 146 | "min": 0, |
147 | | - "max": 1, |
| 147 | + "max": "1", |
148 | 148 | "target": [ |
149 | 149 | { |
150 | 150 | "type": "Resource" |
|
155 | 155 | "path": "Condition.asserter", |
156 | 156 | "description": "Optional link to actor which asserted condition (could be Patient, PreactitionerRole or RelatedPerson)", |
157 | 157 | "min": 0, |
158 | | - "max": 1, |
| 158 | + "max": "1", |
159 | 159 | "target": [ |
160 | 160 | { |
161 | 161 | "type": "Resource" |
|
209 | 209 | "path": "Consent.sourceReference", |
210 | 210 | "description": "Optional link to structured QuestionnaireResponse or DocumentReference for RoD/consent forms", |
211 | 211 | "min": 0, |
212 | | - "max": 1, |
| 212 | + "max": "1", |
213 | 213 | "target": [ |
214 | 214 | { |
215 | 215 | "type": "QuestionnaireResponse", |
|
218 | 218 | "path": "QuestionnaireResponse.author", |
219 | 219 | "description": "Author of the RoD, most likely a PractitionerRole resource (if a reference)", |
220 | 220 | "min": 1, |
221 | | - "max": 1, |
| 221 | + "max": "1", |
222 | 222 | "target": [ |
223 | 223 | { |
224 | 224 | "type": "PractitionerRole" |
|
229 | 229 | "path": "QuestionnaireResponse.source", |
230 | 230 | "description": "Source of the RoD (could be Patient, PractitionerRole or RelatedPerson)", |
231 | 231 | "min": 1, |
232 | | - "max": 1, |
| 232 | + "max": "1", |
233 | 233 | "target": [ |
234 | 234 | { |
235 | 235 | "type": "Resource" |
|
247 | 247 | "path": "Consent.patient", |
248 | 248 | "description": "Link to Patient resource (relevant for instances where the consent does not apply to the proband)", |
249 | 249 | "min": 1, |
250 | | - "max": 1, |
| 250 | + "max": "1", |
251 | 251 | "target": [ |
252 | 252 | { |
253 | 253 | "type": "Patient" |
|
263 | 263 | "path": "Specimen.subject", |
264 | 264 | "description": "Link to the patient the specimen is from", |
265 | 265 | "min": 1, |
266 | | - "max": 1, |
| 266 | + "max": "1", |
267 | 267 | "target": [ |
268 | 268 | { |
269 | 269 | "type": "Patient" |
|
274 | 274 | "path": "Specimen.parent", |
275 | 275 | "description": "Link to parent specimen resource", |
276 | 276 | "min": 0, |
277 | | - "max": 1, |
| 277 | + "max": "1", |
278 | 278 | "target": [ |
279 | 279 | { |
280 | 280 | "type": "Specimen" |
|
285 | 285 | "path": "Specimen.collection.collector", |
286 | 286 | "description": "Link to collector of the specimen", |
287 | 287 | "min": 0, |
288 | | - "max": 1, |
| 288 | + "max": "1", |
289 | 289 | "target": [ |
290 | 290 | { |
291 | 291 | "type": "PractitionerRole" |
|
297 | 297 | "sliceName": "bodySiteReference", |
298 | 298 | "description": "Link to the body structure detailing the morphology and topography of the specimen", |
299 | 299 | "min": 0, |
300 | | - "max": 1, |
| 300 | + "max": "1", |
301 | 301 | "target": [ |
302 | 302 | { |
303 | 303 | "type": "BodyStructure" |
|
321 | 321 | "path": "Specimen.subject", |
322 | 322 | "description": "Link to the patient the specimen is from", |
323 | 323 | "min": 1, |
324 | | - "max": 1, |
| 324 | + "max": "1", |
325 | 325 | "target": [ |
326 | 326 | { |
327 | 327 | "type": "Patient" |
|
332 | 332 | "path": "Specimen.parent", |
333 | 333 | "description": "Link to parent specimen resource", |
334 | 334 | "min": 0, |
335 | | - "max": 1, |
| 335 | + "max": "1", |
336 | 336 | "target": [ |
337 | 337 | { |
338 | 338 | "type": "Specimen" |
|
343 | 343 | "path": "Specimen.collection.collector", |
344 | 344 | "description": "Link to collector of the specimen", |
345 | 345 | "min": 0, |
346 | | - "max": 1, |
| 346 | + "max": "1", |
347 | 347 | "target": [ |
348 | 348 | { |
349 | 349 | "type": "PractitionerRole" |
|
355 | 355 | "sliceName": "bodySiteReference", |
356 | 356 | "description": "Link to the body structure detailing the morphology and topography of the specimen", |
357 | 357 | "min": 0, |
358 | | - "max": 1, |
| 358 | + "max": "1", |
359 | 359 | "target": [ |
360 | 360 | { |
361 | 361 | "type": "BodyStructure" |
|
0 commit comments