@synanetics/profiles-pie 1.0.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,941 @@
1
+ {
2
+ "resourceType": "Bundle",
3
+ "id": "resources",
4
+ "meta": {
5
+ "lastUpdated": "2025-02-07T08:00:00.000Z"
6
+ },
7
+ "type": "collection",
8
+ "entry": [
9
+ {
10
+ "fullUrl": "https://pie.synanetics.com/fhir/r4/StructureDefinition/RoutingRule",
11
+ "resource": {
12
+ "resourceType": "StructureDefinition",
13
+ "id": "RoutingRule",
14
+ "meta": {
15
+ "lastUpdated": "2024-02-21T17:00:00.000Z"
16
+ },
17
+ "extension": [
18
+ {
19
+ "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
20
+ "valueInteger": 0
21
+ }
22
+ ],
23
+ "url": "https://pie.synanetics.com/fhir/r4/StructureDefinition/RoutingRule",
24
+ "name": "RoutingRule",
25
+ "status": "draft",
26
+ "experimental": true,
27
+ "date": "2024-02-21T17:00:00.000Z",
28
+ "publisher": "Synanetics Ltd",
29
+ "contact": [
30
+ {
31
+ "telecom": [
32
+ {
33
+ "system": "url",
34
+ "value": "https://synanetics.com/"
35
+ }
36
+ ]
37
+ }
38
+ ],
39
+ "description": "Base StructureDefinition for RoutingRule resource",
40
+ "purpose": "RoutingRule defines a routing between two Organizations where one is a sender, and the other a receiver for a given process, as well as the time period for which it is valid. The definition optionally includes the sender's local code(s) for the process, as well as a reference to a ConceptMap that instructs the consumer how to convert the sender's local codes to ones the receiver prefers.",
41
+ "fhirVersion": "4.3.0",
42
+ "kind": "resource",
43
+ "abstract": false,
44
+ "type": "RoutingRule",
45
+ "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource",
46
+ "derivation": "specialization",
47
+ "snapshot": {
48
+ "element": [
49
+ {
50
+ "id": "RoutingRule",
51
+ "path": "RoutingRule",
52
+ "short": "Information about a supplier list",
53
+ "definition": "Information about a supplier list",
54
+ "min": 0,
55
+ "max": "*"
56
+ },
57
+ {
58
+ "id": "RoutingRule.id",
59
+ "path": "RoutingRule.id",
60
+ "short": "Logical id of this artifact",
61
+ "definition": "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.",
62
+ "comment": "The only time that a resource does not have an id is when it is being submitted to the server using a create operation.",
63
+ "min": 0,
64
+ "max": "1",
65
+ "base": {
66
+ "path": "Resource.id",
67
+ "min": 0,
68
+ "max": "1"
69
+ },
70
+ "type": [
71
+ {
72
+ "code": "id"
73
+ }
74
+ ],
75
+ "isSummary": true
76
+ },
77
+ {
78
+ "id": "RoutingRule.meta",
79
+ "path": "RoutingRule.meta",
80
+ "short": "Metadata about the resource",
81
+ "definition": "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content may not always be associated with version changes to the resource.",
82
+ "min": 0,
83
+ "max": "1",
84
+ "base": {
85
+ "path": "Resource.meta",
86
+ "min": 0,
87
+ "max": "1"
88
+ },
89
+ "type": [
90
+ {
91
+ "code": "Meta"
92
+ }
93
+ ],
94
+ "isSummary": true
95
+ },
96
+ {
97
+ "id": "RoutingRule.implicitRules",
98
+ "path": "RoutingRule.implicitRules",
99
+ "short": "A set of rules under which this content was created",
100
+ "definition": "A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content.",
101
+ "comment": "Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. \n\nThis element is labelled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation.",
102
+ "min": 0,
103
+ "max": "1",
104
+ "base": {
105
+ "path": "Resource.implicitRules",
106
+ "min": 0,
107
+ "max": "1"
108
+ },
109
+ "type": [
110
+ {
111
+ "code": "uri"
112
+ }
113
+ ],
114
+ "isModifier": true,
115
+ "isSummary": true
116
+ },
117
+ {
118
+ "id": "RoutingRule.language",
119
+ "path": "RoutingRule.language",
120
+ "short": "Language of the resource content",
121
+ "definition": "The base language in which the resource is written.",
122
+ "comment": "Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute).",
123
+ "min": 0,
124
+ "max": "1",
125
+ "base": {
126
+ "path": "Resource.language",
127
+ "min": 0,
128
+ "max": "1"
129
+ },
130
+ "type": [
131
+ {
132
+ "code": "code"
133
+ }
134
+ ],
135
+ "binding": {
136
+ "extension": [
137
+ {
138
+ "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet",
139
+ "valueReference": {
140
+ "reference": "http://hl7.org/fhir/ValueSet/all-languages"
141
+ }
142
+ },
143
+ {
144
+ "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
145
+ "valueString": "Language"
146
+ },
147
+ {
148
+ "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
149
+ "valueBoolean": true
150
+ }
151
+ ],
152
+ "strength": "extensible",
153
+ "description": "A human language.",
154
+ "valueSet": "http://hl7.org/fhir/ValueSet/languages"
155
+ }
156
+ },
157
+ {
158
+ "id": "RoutingRule.text",
159
+ "path": "RoutingRule.text",
160
+ "short": "Text summary of the resource, for human interpretation",
161
+ "definition": "A human-readable narrative that contains a summary of the resource, and may be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.",
162
+ "comment": "Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied). This may be necessary for data from legacy systems where information is captured as a \"text blob\" or where text is additionally entered raw or narrated and encoded in formation is added later.",
163
+ "alias": [
164
+ "narrative",
165
+ "html",
166
+ "xhtml",
167
+ "display"
168
+ ],
169
+ "min": 0,
170
+ "max": "1",
171
+ "base": {
172
+ "path": "DomainResource.text",
173
+ "min": 0,
174
+ "max": "1"
175
+ },
176
+ "type": [
177
+ {
178
+ "code": "Narrative"
179
+ }
180
+ ],
181
+ "condition": [
182
+ "dom-1"
183
+ ],
184
+ "mapping": [
185
+ {
186
+ "identity": "rim",
187
+ "map": "Act.text?"
188
+ }
189
+ ]
190
+ },
191
+ {
192
+ "id": "RoutingRule.contained",
193
+ "path": "RoutingRule.contained",
194
+ "short": "Contained, inline Resources",
195
+ "definition": "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.",
196
+ "comment": "This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again.",
197
+ "alias": [
198
+ "inline resources",
199
+ "anonymous resources",
200
+ "contained resources"
201
+ ],
202
+ "min": 0,
203
+ "max": "*",
204
+ "base": {
205
+ "path": "DomainResource.contained",
206
+ "min": 0,
207
+ "max": "*"
208
+ },
209
+ "type": [
210
+ {
211
+ "code": "Resource"
212
+ }
213
+ ],
214
+ "mapping": [
215
+ {
216
+ "identity": "rim",
217
+ "map": "N/A"
218
+ }
219
+ ]
220
+ },
221
+ {
222
+ "id": "RoutingRule.extension",
223
+ "path": "RoutingRule.extension",
224
+ "short": "Additional Content defined by implementations",
225
+ "definition": "May be used to represent additional information that is not part of the basic definition of the resource. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
226
+ "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
227
+ "alias": [
228
+ "extensions",
229
+ "user content"
230
+ ],
231
+ "min": 0,
232
+ "max": "*",
233
+ "base": {
234
+ "path": "DomainResource.extension",
235
+ "min": 0,
236
+ "max": "*"
237
+ },
238
+ "type": [
239
+ {
240
+ "code": "Extension"
241
+ }
242
+ ],
243
+ "mapping": [
244
+ {
245
+ "identity": "rim",
246
+ "map": "N/A"
247
+ }
248
+ ]
249
+ },
250
+ {
251
+ "id": "RoutingRule.modifierExtension",
252
+ "path": "RoutingRule.modifierExtension",
253
+ "short": "Extensions that cannot be ignored",
254
+ "definition": "May be used to represent additional information that is not part of the basic definition of the resource, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.",
255
+ "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
256
+ "alias": [
257
+ "extensions",
258
+ "user content"
259
+ ],
260
+ "min": 0,
261
+ "max": "*",
262
+ "base": {
263
+ "path": "DomainResource.modifierExtension",
264
+ "min": 0,
265
+ "max": "*"
266
+ },
267
+ "type": [
268
+ {
269
+ "code": "Extension"
270
+ }
271
+ ],
272
+ "isModifier": true,
273
+ "mapping": [
274
+ {
275
+ "identity": "rim",
276
+ "map": "N/A"
277
+ }
278
+ ]
279
+ },
280
+ {
281
+ "id": "RoutingRule.status",
282
+ "path": "RoutingRule.status",
283
+ "short": "The status of the RoutingRule",
284
+ "definition": "The status of the routing rule: active | inactive",
285
+ "min": 1,
286
+ "max": "1",
287
+ "type": [
288
+ {
289
+ "code": "code"
290
+ }
291
+ ],
292
+ "binding": {
293
+ "strength": "required",
294
+ "valueSet": "https://pie.synanetics.com/fhir/r4/ValueSet/RoutingRule-status"
295
+ }
296
+ },
297
+ {
298
+ "id": "RoutingRule.default",
299
+ "path": "RoutingRule.default",
300
+ "short": "Is default RoutingRule",
301
+ "definition": "A Boolean flag that determines whether or not this is the default routing rule for this sender.",
302
+ "min": 1,
303
+ "max": "1",
304
+ "type": [
305
+ {
306
+ "code": "boolean"
307
+ }
308
+ ]
309
+ },
310
+ {
311
+ "id": "RoutingRule.sender",
312
+ "path": "RoutingRule.sender",
313
+ "short": "The sending organization",
314
+ "definition": "The organization that is routing to a receiver",
315
+ "min": 1,
316
+ "max": "1",
317
+ "type": [
318
+ {
319
+ "code": "Reference",
320
+ "targetProfile": [
321
+ "http://hl7.org/fhir/StructureDefinition/Organization"
322
+ ]
323
+ }
324
+ ],
325
+ "isSummary": true
326
+ },
327
+ {
328
+ "id": "RoutingRule.receiver",
329
+ "path": "RoutingRule.receiver",
330
+ "short": "The receiving organization",
331
+ "definition": "The organization that is routed to by a sender",
332
+ "min": 1,
333
+ "max": "1",
334
+ "type": [
335
+ {
336
+ "code": "Reference",
337
+ "targetProfile": [
338
+ "http://hl7.org/fhir/StructureDefinition/Organization"
339
+ ]
340
+ }
341
+ ],
342
+ "isSummary": true
343
+ },
344
+ {
345
+ "id": "RoutingRule.period",
346
+ "path": "RoutingRule.period",
347
+ "short": "The period for which the routing rule is effective.",
348
+ "definition": "The start dateTime for when a routing rule comes into effect, and the dateTime for when it ends.",
349
+ "min": 1,
350
+ "max": "1",
351
+ "type": [
352
+ {
353
+ "code": "Period"
354
+ }
355
+ ],
356
+ "isSummary": true
357
+ },
358
+ {
359
+ "id": "RoutingRule.senderCode",
360
+ "path": "RoutingRule.senderCode",
361
+ "short": "The sender's code(s) for the process.",
362
+ "definition": "A set of codes, chosen by the sender, that can be used to identify that this RoutingRule is to be used.",
363
+ "min": 0,
364
+ "max": "*",
365
+ "type": [
366
+ {
367
+ "code": "CodeableConcept"
368
+ }
369
+ ],
370
+ "isSummary": true
371
+ },
372
+ {
373
+ "id": "RoutingRule.conceptMap",
374
+ "path": "RoutingRule.conceptMap",
375
+ "short": "ConceptMap Resource specific to this RoutingRule.",
376
+ "definition": "A concept map to be applied to the `senderCode` in the context of this RoutingRule. An example might be that, when sending pathology test A to laboratory 1, ConceptMap/LAB.1 needs to be applied to convert the sender's local code to SNOMED CT.",
377
+ "min": 0,
378
+ "max": "1",
379
+ "type": [
380
+ {
381
+ "code": "Reference",
382
+ "targetProfile": [
383
+ "http://hl7.org/fhir/StructureDefinition/ConceptMap"
384
+ ]
385
+ }
386
+ ],
387
+ "isSummary": true
388
+ }
389
+ ]
390
+ }
391
+ }
392
+ },
393
+ {
394
+ "fullUrl": "https://pie.synanetics.com/fhir/r4/ServiceRequest-filler-group-number",
395
+ "resource": {
396
+ "resourceType": "StructureDefinition",
397
+ "url": "https://pie.synanetics.com/fhir/r4/ServiceRequest-filler-group-number",
398
+ "name": "ServiceRequest-filler-group-number",
399
+ "status": "draft",
400
+ "date": "2025-02-06T18:00:00.000Z",
401
+ "purpose": "An extension to record the filler group number of an order, in line with usual HL7v2 order comms systems",
402
+ "fhirVersion": "4.3.0",
403
+ "kind": "complex-type",
404
+ "abstract": false,
405
+ "type": "Extension",
406
+ "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
407
+ "derivation": "constraint",
408
+ "differential": {
409
+ "element": [
410
+ {
411
+ "id": "Extension",
412
+ "path": "Extension",
413
+ "short": "Placer Group Number",
414
+ "definition": "An identifier representing the HL7v2 concept of Filler Group Number.",
415
+ "min": 0,
416
+ "max": "1"
417
+ },
418
+ {
419
+ "id": "Extension.valueIdentifier",
420
+ "path": "Extension.valueIdentifier",
421
+ "short": "Identifier value",
422
+ "definition": "The identifier value representing the Filler Group Number.",
423
+ "min": 1,
424
+ "max": "1",
425
+ "type": [
426
+ {
427
+ "code": "Identifier"
428
+ }
429
+ ]
430
+ },
431
+ {
432
+ "id": "Extension.valueIdentifier.type",
433
+ "path": "Extension.valueIdentifier.type",
434
+ "short": "Identifier type",
435
+ "definition": "The type of the identifier must always be 'FGN' from the code system 'http://terminology.hl7.org/CodeSystem/v2-0203'.",
436
+ "patternCodeableConcept": {
437
+ "coding": [
438
+ {
439
+ "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
440
+ "code": "FGN",
441
+ "display": "Filler Group Number"
442
+ }
443
+ ]
444
+ }
445
+ },
446
+ {
447
+ "id": "Extension.url",
448
+ "path": "Extension.url",
449
+ "fixedUri": "https://pie.synanetics.com/fhir/r4/StructureDefinition/ServiceRequest-filler-group-number"
450
+ }
451
+ ]
452
+ }
453
+ }
454
+ },
455
+ {
456
+ "fullUrl": "https://pie.synanetics.com/fhir/r4/ServiceRequest-placer-group-number",
457
+ "resource": {
458
+ "resourceType": "StructureDefinition",
459
+ "url": "https://pie.synanetics.com/fhir/r4/ServiceRequest-placer-group-number",
460
+ "name": "ServiceRequest-placer-group-number",
461
+ "status": "draft",
462
+ "date": "2025-02-06T18:00:00.000Z",
463
+ "purpose": "An extension to record the placer group number of an order, in line with usual HL7v2 order comms systems",
464
+ "fhirVersion": "4.3.0",
465
+ "kind": "complex-type",
466
+ "abstract": false,
467
+ "type": "Extension",
468
+ "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
469
+ "derivation": "constraint",
470
+ "differential": {
471
+ "element": [
472
+ {
473
+ "id": "Extension",
474
+ "path": "Extension",
475
+ "short": "Placer Group Number",
476
+ "definition": "An identifier representing the HL7v2 concept of Placer Group Number.",
477
+ "min": 0,
478
+ "max": "1"
479
+ },
480
+ {
481
+ "id": "Extension.valueIdentifier",
482
+ "path": "Extension.valueIdentifier",
483
+ "short": "Identifier value",
484
+ "definition": "The identifier value representing the Placer Group Number.",
485
+ "min": 1,
486
+ "max": "1",
487
+ "type": [
488
+ {
489
+ "code": "Identifier"
490
+ }
491
+ ]
492
+ },
493
+ {
494
+ "id": "Extension.valueIdentifier.type",
495
+ "path": "Extension.valueIdentifier.type",
496
+ "short": "Identifier type",
497
+ "definition": "The type of the identifier must always be 'PGN' from the code system 'http://terminology.hl7.org/CodeSystem/v2-0203'.",
498
+ "patternCodeableConcept": {
499
+ "coding": [
500
+ {
501
+ "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
502
+ "code": "PGN",
503
+ "display": "Placer Group Number"
504
+ }
505
+ ]
506
+ }
507
+ },
508
+ {
509
+ "id": "Extension.url",
510
+ "path": "Extension.url",
511
+ "fixedUri": "https://pie.synanetics.com/fhir/r4/StructureDefinition/ServiceRequest-placer-group-number"
512
+ }
513
+ ]
514
+ }
515
+ }
516
+ },
517
+ {
518
+ "fullUrl": "https://pie.synanetics.com/fhir/r4/ServiceRequest-status-detail",
519
+ "resource": {
520
+ "resourceType": "StructureDefinition",
521
+ "url": "https://pie.synanetics.com/fhir/r4/ServiceRequest-status-detail",
522
+ "name": "ServiceRequest-status-detail",
523
+ "status": "draft",
524
+ "date": "2024-06-03T11:00:00.000Z",
525
+ "purpose": "An extension to give greater detail on the progress of a PIE order",
526
+ "fhirVersion": "4.3.0",
527
+ "kind": "complex-type",
528
+ "abstract": false,
529
+ "type": "Extension",
530
+ "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
531
+ "derivation": "constraint",
532
+ "differential": {
533
+ "element": [
534
+ {
535
+ "id": "Extension.extension",
536
+ "path": "Extension.extension",
537
+ "min": 2
538
+ },
539
+ {
540
+ "id": "Extension.extension:code",
541
+ "path": "Extension.extension",
542
+ "sliceName": "code",
543
+ "short": "A detailed description of the ServiceRequest's status",
544
+ "min": 1,
545
+ "max": "1"
546
+ },
547
+ {
548
+ "id": "Extension.extension:code.url",
549
+ "path": "Extension.extension.url",
550
+ "fixedUri": "code"
551
+ },
552
+ {
553
+ "id": "Extension.extension:code.valueCodeableConcept",
554
+ "path": "Extension.extension.valueCodeableConcept",
555
+ "min": 1,
556
+ "binding": {
557
+ "strength": "required",
558
+ "valueSet": "https://pie.synanetics.com/fhir/r4/ValueSet/ServiceRequest-detailed-status"
559
+ },
560
+ "type": [
561
+ {
562
+ "code": "CodeableConcept"
563
+ }
564
+ ]
565
+ },
566
+ {
567
+ "id": "Extension.extension:created",
568
+ "path": "Extension.extension",
569
+ "sliceName": "created",
570
+ "short": "The DateTime at which the status was created",
571
+ "min": 1,
572
+ "max": "1"
573
+ },
574
+ {
575
+ "id": "Extension.extension:created.url",
576
+ "path": "Extension.extension.url",
577
+ "fixedUri": "created"
578
+ },
579
+ {
580
+ "id": "Extension.extension:created.valueDateTime",
581
+ "path": "Extension.extension.valueDateTime",
582
+ "min": 1,
583
+ "type": [
584
+ {
585
+ "code": "dateTime"
586
+ }
587
+ ]
588
+ },
589
+ {
590
+ "id": "Extension.extension:diagnostic",
591
+ "path": "Extension.extension",
592
+ "sliceName": "diagnostic",
593
+ "short": "Optional diagnostic information for additional context not contained in the status code",
594
+ "max": "1"
595
+ },
596
+ {
597
+ "id": "Extension.extension:diagnostic.url",
598
+ "path": "Extension.extension.url",
599
+ "fixedUri": "diagnostic"
600
+ },
601
+ {
602
+ "id": "Extension.extension:diagnostic.valueString",
603
+ "path": "Extension.extension.valueString",
604
+ "min": 1,
605
+ "type": [
606
+ {
607
+ "code": "string"
608
+ }
609
+ ]
610
+ },
611
+ {
612
+ "id": "Extension.url",
613
+ "path": "Extension.url",
614
+ "fixedUri": "https://pie.synanetics.com/fhir/r4/StructureDefinition/ServiceRequest-status-detail"
615
+ }
616
+ ]
617
+ }
618
+ }
619
+ },
620
+ {
621
+ "fullUrl": "https://pie.synanetics.com/fhir/r4/StructureDefinition/SupplierList",
622
+ "resource": {
623
+ "resourceType": "StructureDefinition",
624
+ "id": "SupplierList",
625
+ "meta": {
626
+ "lastUpdated": "2024-02-21T17:00:00.000Z"
627
+ },
628
+ "extension": [
629
+ {
630
+ "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
631
+ "valueInteger": 0
632
+ }
633
+ ],
634
+ "url": "https://pie.synanetics.com/fhir/r4/StructureDefinition/SupplierList",
635
+ "name": "SupplierList",
636
+ "status": "draft",
637
+ "experimental": true,
638
+ "date": "2024-02-21T17:00:00.000Z",
639
+ "publisher": "Synanetics Ltd",
640
+ "contact": [
641
+ {
642
+ "telecom": [
643
+ {
644
+ "system": "url",
645
+ "value": "https://synanetics.com/"
646
+ }
647
+ ]
648
+ }
649
+ ],
650
+ "description": "Base StructureDefinition for SupplierList resource",
651
+ "purpose": "Defines a list of suppliers for a given provision, e.g. the Organizations (supplier) that supply pathology services for a certain procedure (the provision)",
652
+ "fhirVersion": "4.3.0",
653
+ "kind": "resource",
654
+ "abstract": false,
655
+ "type": "SupplierList",
656
+ "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource",
657
+ "derivation": "specialization",
658
+ "snapshot": {
659
+ "element": [
660
+ {
661
+ "id": "SupplierList",
662
+ "path": "SupplierList",
663
+ "short": "Information about a supplier list",
664
+ "definition": "Information about a supplier list",
665
+ "min": 0,
666
+ "max": "*"
667
+ },
668
+ {
669
+ "id": "SupplierList.id",
670
+ "path": "SupplierList.id",
671
+ "short": "Logical id of this artifact",
672
+ "definition": "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.",
673
+ "comment": "The only time that a resource does not have an id is when it is being submitted to the server using a create operation.",
674
+ "min": 0,
675
+ "max": "1",
676
+ "base": {
677
+ "path": "Resource.id",
678
+ "min": 0,
679
+ "max": "1"
680
+ },
681
+ "type": [
682
+ {
683
+ "code": "id"
684
+ }
685
+ ],
686
+ "isSummary": true
687
+ },
688
+ {
689
+ "id": "SupplierList.meta",
690
+ "path": "SupplierList.meta",
691
+ "short": "Metadata about the resource",
692
+ "definition": "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content may not always be associated with version changes to the resource.",
693
+ "min": 0,
694
+ "max": "1",
695
+ "base": {
696
+ "path": "Resource.meta",
697
+ "min": 0,
698
+ "max": "1"
699
+ },
700
+ "type": [
701
+ {
702
+ "code": "Meta"
703
+ }
704
+ ],
705
+ "isSummary": true
706
+ },
707
+ {
708
+ "id": "SupplierList.implicitRules",
709
+ "path": "SupplierList.implicitRules",
710
+ "short": "A set of rules under which this content was created",
711
+ "definition": "A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content.",
712
+ "comment": "Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. \n\nThis element is labelled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation.",
713
+ "min": 0,
714
+ "max": "1",
715
+ "base": {
716
+ "path": "Resource.implicitRules",
717
+ "min": 0,
718
+ "max": "1"
719
+ },
720
+ "type": [
721
+ {
722
+ "code": "uri"
723
+ }
724
+ ],
725
+ "isModifier": true,
726
+ "isSummary": true
727
+ },
728
+ {
729
+ "id": "SupplierList.language",
730
+ "path": "SupplierList.language",
731
+ "short": "Language of the resource content",
732
+ "definition": "The base language in which the resource is written.",
733
+ "comment": "Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute).",
734
+ "min": 0,
735
+ "max": "1",
736
+ "base": {
737
+ "path": "Resource.language",
738
+ "min": 0,
739
+ "max": "1"
740
+ },
741
+ "type": [
742
+ {
743
+ "code": "code"
744
+ }
745
+ ],
746
+ "binding": {
747
+ "extension": [
748
+ {
749
+ "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet",
750
+ "valueReference": {
751
+ "reference": "http://hl7.org/fhir/ValueSet/all-languages"
752
+ }
753
+ },
754
+ {
755
+ "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
756
+ "valueString": "Language"
757
+ },
758
+ {
759
+ "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
760
+ "valueBoolean": true
761
+ }
762
+ ],
763
+ "strength": "extensible",
764
+ "description": "A human language.",
765
+ "valueSet": "http://hl7.org/fhir/ValueSet/languages"
766
+ }
767
+ },
768
+ {
769
+ "id": "SupplierList.text",
770
+ "path": "SupplierList.text",
771
+ "short": "Text summary of the resource, for human interpretation",
772
+ "definition": "A human-readable narrative that contains a summary of the resource, and may be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.",
773
+ "comment": "Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied). This may be necessary for data from legacy systems where information is captured as a \"text blob\" or where text is additionally entered raw or narrated and encoded in formation is added later.",
774
+ "alias": [
775
+ "narrative",
776
+ "html",
777
+ "xhtml",
778
+ "display"
779
+ ],
780
+ "min": 0,
781
+ "max": "1",
782
+ "base": {
783
+ "path": "DomainResource.text",
784
+ "min": 0,
785
+ "max": "1"
786
+ },
787
+ "type": [
788
+ {
789
+ "code": "Narrative"
790
+ }
791
+ ],
792
+ "condition": [
793
+ "dom-1"
794
+ ],
795
+ "mapping": [
796
+ {
797
+ "identity": "rim",
798
+ "map": "Act.text?"
799
+ }
800
+ ]
801
+ },
802
+ {
803
+ "id": "SupplierList.contained",
804
+ "path": "SupplierList.contained",
805
+ "short": "Contained, inline Resources",
806
+ "definition": "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.",
807
+ "comment": "This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again.",
808
+ "alias": [
809
+ "inline resources",
810
+ "anonymous resources",
811
+ "contained resources"
812
+ ],
813
+ "min": 0,
814
+ "max": "*",
815
+ "base": {
816
+ "path": "DomainResource.contained",
817
+ "min": 0,
818
+ "max": "*"
819
+ },
820
+ "type": [
821
+ {
822
+ "code": "Resource"
823
+ }
824
+ ],
825
+ "mapping": [
826
+ {
827
+ "identity": "rim",
828
+ "map": "N/A"
829
+ }
830
+ ]
831
+ },
832
+ {
833
+ "id": "SupplierList.extension",
834
+ "path": "SupplierList.extension",
835
+ "short": "Additional Content defined by implementations",
836
+ "definition": "May be used to represent additional information that is not part of the basic definition of the resource. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
837
+ "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
838
+ "alias": [
839
+ "extensions",
840
+ "user content"
841
+ ],
842
+ "min": 0,
843
+ "max": "*",
844
+ "base": {
845
+ "path": "DomainResource.extension",
846
+ "min": 0,
847
+ "max": "*"
848
+ },
849
+ "type": [
850
+ {
851
+ "code": "Extension"
852
+ }
853
+ ],
854
+ "mapping": [
855
+ {
856
+ "identity": "rim",
857
+ "map": "N/A"
858
+ }
859
+ ]
860
+ },
861
+ {
862
+ "id": "SupplierList.modifierExtension",
863
+ "path": "SupplierList.modifierExtension",
864
+ "short": "Extensions that cannot be ignored",
865
+ "definition": "May be used to represent additional information that is not part of the basic definition of the resource, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.",
866
+ "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
867
+ "alias": [
868
+ "extensions",
869
+ "user content"
870
+ ],
871
+ "min": 0,
872
+ "max": "*",
873
+ "base": {
874
+ "path": "DomainResource.modifierExtension",
875
+ "min": 0,
876
+ "max": "*"
877
+ },
878
+ "type": [
879
+ {
880
+ "code": "Extension"
881
+ }
882
+ ],
883
+ "isModifier": true,
884
+ "mapping": [
885
+ {
886
+ "identity": "rim",
887
+ "map": "N/A"
888
+ }
889
+ ]
890
+ },
891
+ {
892
+ "id": "SupplierList.provision",
893
+ "path": "SupplierList.provision",
894
+ "short": "The provision for this supplier list",
895
+ "definition": "The provision for this supplier list, e.g the snomed code and display name for a pathology procedure which can be ",
896
+ "min": 1,
897
+ "max": "1",
898
+ "type": [
899
+ {
900
+ "code": "CodeableConcept"
901
+ }
902
+ ],
903
+ "isSummary": true
904
+ },
905
+ {
906
+ "id": "SupplierList.snomedCode",
907
+ "path": "SupplierList.snomedCode",
908
+ "short": "The SNOMED code that for this supplier list",
909
+ "definition": "The SNOMED code associated with the concept for which this SupplierList describes the provision, e.g. \"26604007\" for \"Full blood count\". This allows for partial SNOMED code search matches.",
910
+ "min": 0,
911
+ "max": "1",
912
+ "type": [
913
+ {
914
+ "code": "string"
915
+ }
916
+ ],
917
+ "isSummary": true
918
+ },
919
+ {
920
+ "id": "SupplierList.supplier",
921
+ "path": "SupplierList.supplier",
922
+ "short": "suppliers who provide the provision",
923
+ "definition": "suppliers who provide the provision, e.g an array of Organization references, where each of the Organizations is a laboratory can provide the pathology procedure defined in the provision.",
924
+ "min": 0,
925
+ "max": "*",
926
+ "type": [
927
+ {
928
+ "code": "Reference",
929
+ "targetProfile": [
930
+ "http://hl7.org/fhir/StructureDefinition/Organization"
931
+ ]
932
+ }
933
+ ],
934
+ "isSummary": true
935
+ }
936
+ ]
937
+ }
938
+ }
939
+ }
940
+ ]
941
+ }