@synanetics/profiles-pie 3.0.0 → 4.0.0
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.
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"resourceType": "StructureDefinition",
|
|
13
13
|
"id": "RoutingRule",
|
|
14
14
|
"meta": {
|
|
15
|
-
"lastUpdated": "2025-10-
|
|
15
|
+
"lastUpdated": "2025-10-21T14:00:00.000Z"
|
|
16
16
|
},
|
|
17
17
|
"extension": [
|
|
18
18
|
{
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"name": "RoutingRule",
|
|
25
25
|
"status": "draft",
|
|
26
26
|
"experimental": true,
|
|
27
|
-
"date": "2025-10-
|
|
27
|
+
"date": "2025-10-21T14:00:00.000Z",
|
|
28
28
|
"publisher": "Synanetics Ltd",
|
|
29
29
|
"contact": [
|
|
30
30
|
{
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
}
|
|
38
38
|
],
|
|
39
39
|
"description": "Base StructureDefinition for RoutingRule resource",
|
|
40
|
-
"purpose": "RoutingRule defines rules for routing messages
|
|
40
|
+
"purpose": "RoutingRule defines rules for routing messages and mapping values between a sender and 0 to many receivers. The definition includes the sender's local name and title for a process, and a number of rules which contain: a reference to the action as defined by a receiver, and the time period for which the rule is valid.",
|
|
41
41
|
"fhirVersion": "4.3.0",
|
|
42
42
|
"kind": "resource",
|
|
43
43
|
"abstract": false,
|
|
@@ -313,70 +313,98 @@
|
|
|
313
313
|
"isSummary": true
|
|
314
314
|
},
|
|
315
315
|
{
|
|
316
|
-
"id": "RoutingRule.
|
|
317
|
-
"path": "RoutingRule.
|
|
318
|
-
"short": "The
|
|
319
|
-
"definition": "
|
|
316
|
+
"id": "RoutingRule.name",
|
|
317
|
+
"path": "RoutingRule.name",
|
|
318
|
+
"short": "The sender's name for the process.",
|
|
319
|
+
"definition": "Computer friendly name, chosen by the sender, for this process.",
|
|
320
320
|
"min": 1,
|
|
321
321
|
"max": "1",
|
|
322
322
|
"type": [
|
|
323
323
|
{
|
|
324
|
-
"code": "
|
|
325
|
-
"targetProfile": [
|
|
326
|
-
"http://hl7.org/fhir/StructureDefinition/Endpoint",
|
|
327
|
-
"http://hl7.org/fhir/StructureDefinition/Organization"
|
|
328
|
-
]
|
|
324
|
+
"code": "string"
|
|
329
325
|
}
|
|
330
326
|
],
|
|
331
327
|
"isSummary": true
|
|
332
328
|
},
|
|
333
329
|
{
|
|
334
|
-
"id": "RoutingRule.
|
|
335
|
-
"path": "RoutingRule.
|
|
336
|
-
"short": "The
|
|
337
|
-
"definition": "
|
|
330
|
+
"id": "RoutingRule.title",
|
|
331
|
+
"path": "RoutingRule.title",
|
|
332
|
+
"short": "The sender's title for the process.",
|
|
333
|
+
"definition": "Human friendly title, chosen by the sender, for this process.",
|
|
338
334
|
"min": 1,
|
|
339
335
|
"max": "1",
|
|
340
336
|
"type": [
|
|
341
337
|
{
|
|
342
|
-
"code": "
|
|
338
|
+
"code": "string"
|
|
343
339
|
}
|
|
344
340
|
],
|
|
345
341
|
"isSummary": true
|
|
346
342
|
},
|
|
347
343
|
{
|
|
348
|
-
"id": "RoutingRule.
|
|
349
|
-
"path": "RoutingRule.
|
|
350
|
-
"short": "
|
|
351
|
-
"definition": "
|
|
344
|
+
"id": "RoutingRule.rule",
|
|
345
|
+
"path": "RoutingRule.rule",
|
|
346
|
+
"short": "A single RoutingRule",
|
|
347
|
+
"definition": "The receiver details to which the sender message should be routed and mapped to for a defined period",
|
|
348
|
+
"min": 0,
|
|
349
|
+
"max": "*",
|
|
350
|
+
"type": [
|
|
351
|
+
{
|
|
352
|
+
"code": "BackboneElement"
|
|
353
|
+
}
|
|
354
|
+
],
|
|
355
|
+
"isSummary": true
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
"id": "RoutingRule.rule.id",
|
|
359
|
+
"path": "RoutingRule.rule.id",
|
|
360
|
+
"short": "Unique id for inter-element referencing",
|
|
361
|
+
"definition": "Unique id for the element within a resource (for internal references)",
|
|
352
362
|
"min": 1,
|
|
353
363
|
"max": "1",
|
|
354
364
|
"type": [
|
|
355
365
|
{
|
|
356
|
-
"code": "
|
|
366
|
+
"code": "id"
|
|
357
367
|
}
|
|
358
368
|
],
|
|
359
369
|
"isSummary": true
|
|
360
370
|
},
|
|
361
371
|
{
|
|
362
|
-
"id": "RoutingRule.
|
|
363
|
-
"path": "RoutingRule.
|
|
364
|
-
"short": "The
|
|
365
|
-
"definition": "
|
|
372
|
+
"id": "RoutingRule.rule.receiver",
|
|
373
|
+
"path": "RoutingRule.rule.receiver",
|
|
374
|
+
"short": "The receiving organization/endpoint",
|
|
375
|
+
"definition": "The organization/endpoint that is routed to by the sender",
|
|
366
376
|
"min": 1,
|
|
367
377
|
"max": "1",
|
|
368
378
|
"type": [
|
|
369
379
|
{
|
|
370
|
-
"code": "
|
|
380
|
+
"code": "Reference",
|
|
381
|
+
"targetProfile": [
|
|
382
|
+
"http://hl7.org/fhir/StructureDefinition/Endpoint",
|
|
383
|
+
"http://hl7.org/fhir/StructureDefinition/Organization"
|
|
384
|
+
]
|
|
385
|
+
}
|
|
386
|
+
],
|
|
387
|
+
"isSummary": true
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"id": "RoutingRule.rule.period",
|
|
391
|
+
"path": "RoutingRule.rule.period",
|
|
392
|
+
"short": "The period for which the routing rule is effective.",
|
|
393
|
+
"definition": "The start dateTime for when a routing rule comes into effect, and the dateTime for when it ends",
|
|
394
|
+
"min": 1,
|
|
395
|
+
"max": "1",
|
|
396
|
+
"type": [
|
|
397
|
+
{
|
|
398
|
+
"code": "Period"
|
|
371
399
|
}
|
|
372
400
|
],
|
|
373
401
|
"isSummary": true
|
|
374
402
|
},
|
|
375
403
|
{
|
|
376
|
-
"id": "RoutingRule.process",
|
|
377
|
-
"path": "RoutingRule.process",
|
|
404
|
+
"id": "RoutingRule.rule.process",
|
|
405
|
+
"path": "RoutingRule.rule.process",
|
|
378
406
|
"short": "The receiver's definition of the process.",
|
|
379
|
-
"definition": "A reference to a resource, created by the receiver, which defines the process to be performed
|
|
407
|
+
"definition": "A reference to a resource, created by the receiver, which defines the process to be performed",
|
|
380
408
|
"min": 1,
|
|
381
409
|
"max": "1",
|
|
382
410
|
"type": [
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"name": "period",
|
|
43
43
|
"status": "draft",
|
|
44
44
|
"experimental": false,
|
|
45
|
-
"date": "
|
|
45
|
+
"date": "2025-10-21T14:00:00.000Z",
|
|
46
46
|
"publisher": "Synanetics Ltd",
|
|
47
47
|
"code": "period",
|
|
48
48
|
"base": [
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
],
|
|
51
51
|
"type": "date",
|
|
52
52
|
"description": "",
|
|
53
|
-
"expression": "RoutingRule.period",
|
|
53
|
+
"expression": "RoutingRule.rule.period",
|
|
54
54
|
"comparator": [
|
|
55
55
|
"eq",
|
|
56
56
|
"ne",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"name": "receiver",
|
|
74
74
|
"status": "draft",
|
|
75
75
|
"experimental": false,
|
|
76
|
-
"date": "2025-
|
|
76
|
+
"date": "2025-10-21T14:00:00.000Z",
|
|
77
77
|
"publisher": "Synanetics Ltd",
|
|
78
78
|
"code": "receiver",
|
|
79
79
|
"base": [
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"Organization"
|
|
86
86
|
],
|
|
87
87
|
"description": "",
|
|
88
|
-
"expression": "RoutingRule.receiver"
|
|
88
|
+
"expression": "RoutingRule.rule.receiver"
|
|
89
89
|
}
|
|
90
90
|
},
|
|
91
91
|
{
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"name": "process",
|
|
98
98
|
"status": "draft",
|
|
99
99
|
"experimental": false,
|
|
100
|
-
"date": "2025-10-
|
|
100
|
+
"date": "2025-10-21T14:00:00.000Z",
|
|
101
101
|
"publisher": "Synanetics Ltd",
|
|
102
102
|
"code": "process",
|
|
103
103
|
"base": [
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
"PlanDefinition"
|
|
109
109
|
],
|
|
110
110
|
"description": "",
|
|
111
|
-
"expression": "RoutingRule.process"
|
|
111
|
+
"expression": "RoutingRule.rule.process"
|
|
112
112
|
}
|
|
113
113
|
},
|
|
114
114
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@synanetics/profiles-pie",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.0",
|
|
4
4
|
"description": "FHIR Profiles for the Synanetics Pathology Integration Engine (PIE)",
|
|
5
5
|
"author": "Lee Campbell <lee.campbell@synanetics.com>",
|
|
6
6
|
"homepage": "https://github.com/SynaneticsLtd/synanetics-core-common/packages/profiles-pie#readme",
|