@synanetics/profiles-pie 2.1.0 → 3.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.
- package/dist/profiles-resources.json +33 -16
- package/dist/search-parameters.json +41 -17
- package/package.json +1 -1
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"resourceType": "StructureDefinition",
|
|
13
13
|
"id": "RoutingRule",
|
|
14
14
|
"meta": {
|
|
15
|
-
"lastUpdated": "2025-
|
|
15
|
+
"lastUpdated": "2025-10-20T16: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-
|
|
27
|
+
"date": "2025-10-20T16: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
|
|
40
|
+
"purpose": "RoutingRule defines rules for routing messages between two Organizations/Endpoints (the 'sender' and the 'receiver'). The definition includes the sender's local name and title for the process, a reference to the action as defined by the 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,
|
|
@@ -49,8 +49,8 @@
|
|
|
49
49
|
{
|
|
50
50
|
"id": "RoutingRule",
|
|
51
51
|
"path": "RoutingRule",
|
|
52
|
-
"short": "Information about a
|
|
53
|
-
"definition": "Information about a
|
|
52
|
+
"short": "Information about a routing rule",
|
|
53
|
+
"definition": "Information about a routing rule",
|
|
54
54
|
"min": 0,
|
|
55
55
|
"max": "*"
|
|
56
56
|
},
|
|
@@ -316,7 +316,7 @@
|
|
|
316
316
|
"id": "RoutingRule.receiver",
|
|
317
317
|
"path": "RoutingRule.receiver",
|
|
318
318
|
"short": "The receiving organization/endpoint",
|
|
319
|
-
"definition": "The organization/endpoint that is routed to by
|
|
319
|
+
"definition": "The organization/endpoint that is routed to by the sender",
|
|
320
320
|
"min": 1,
|
|
321
321
|
"max": "1",
|
|
322
322
|
"type": [
|
|
@@ -345,29 +345,46 @@
|
|
|
345
345
|
"isSummary": true
|
|
346
346
|
},
|
|
347
347
|
{
|
|
348
|
-
"id": "RoutingRule.
|
|
349
|
-
"path": "RoutingRule.
|
|
350
|
-
"short": "The sender's
|
|
351
|
-
"definition": "
|
|
348
|
+
"id": "RoutingRule.name",
|
|
349
|
+
"path": "RoutingRule.name",
|
|
350
|
+
"short": "The sender's name for the process.",
|
|
351
|
+
"definition": "Computer friendly name, chosen by the sender, for this process.",
|
|
352
352
|
"min": 1,
|
|
353
353
|
"max": "1",
|
|
354
354
|
"type": [
|
|
355
355
|
{
|
|
356
|
-
"code": "
|
|
356
|
+
"code": "string"
|
|
357
357
|
}
|
|
358
358
|
],
|
|
359
359
|
"isSummary": true
|
|
360
360
|
},
|
|
361
361
|
{
|
|
362
|
-
"id": "RoutingRule.
|
|
363
|
-
"path": "RoutingRule.
|
|
364
|
-
"short": "The
|
|
365
|
-
"definition": "
|
|
362
|
+
"id": "RoutingRule.title",
|
|
363
|
+
"path": "RoutingRule.title",
|
|
364
|
+
"short": "The sender's title for the process.",
|
|
365
|
+
"definition": "Human friendly title, chosen by the sender, for this process.",
|
|
366
366
|
"min": 1,
|
|
367
367
|
"max": "1",
|
|
368
368
|
"type": [
|
|
369
369
|
{
|
|
370
|
-
"code": "
|
|
370
|
+
"code": "string"
|
|
371
|
+
}
|
|
372
|
+
],
|
|
373
|
+
"isSummary": true
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
"id": "RoutingRule.process",
|
|
377
|
+
"path": "RoutingRule.process",
|
|
378
|
+
"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.",
|
|
380
|
+
"min": 1,
|
|
381
|
+
"max": "1",
|
|
382
|
+
"type": [
|
|
383
|
+
{
|
|
384
|
+
"code": "Reference",
|
|
385
|
+
"targetProfile": [
|
|
386
|
+
"http://hl7.org/fhir/StructureDefinition/PlanDefinition"
|
|
387
|
+
]
|
|
371
388
|
}
|
|
372
389
|
],
|
|
373
390
|
"isSummary": true
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"resourceType": "Bundle",
|
|
3
3
|
"id": "searchParams",
|
|
4
4
|
"meta": {
|
|
5
|
-
"lastUpdated": "2025-
|
|
5
|
+
"lastUpdated": "2025-10-20T16:00:00.000Z"
|
|
6
6
|
},
|
|
7
7
|
"type": "collection",
|
|
8
8
|
"entry": [
|
|
@@ -89,23 +89,26 @@
|
|
|
89
89
|
}
|
|
90
90
|
},
|
|
91
91
|
{
|
|
92
|
-
"fullUrl": "https://pie.synanetics.com/fhir/r4/SearchParameter/RoutingRule-
|
|
92
|
+
"fullUrl": "https://pie.synanetics.com/fhir/r4/SearchParameter/RoutingRule-process",
|
|
93
93
|
"resource": {
|
|
94
94
|
"resourceType": "SearchParameter",
|
|
95
|
-
"id": "RoutingRule-
|
|
96
|
-
"url": "https://pie.synanetics.com/fhir/r4/SearchParameter/RoutingRule-
|
|
97
|
-
"name": "
|
|
95
|
+
"id": "RoutingRule-process",
|
|
96
|
+
"url": "https://pie.synanetics.com/fhir/r4/SearchParameter/RoutingRule-process",
|
|
97
|
+
"name": "process",
|
|
98
98
|
"status": "draft",
|
|
99
99
|
"experimental": false,
|
|
100
|
-
"date": "
|
|
100
|
+
"date": "2025-10-20T16:00:00.000Z",
|
|
101
101
|
"publisher": "Synanetics Ltd",
|
|
102
|
-
"code": "
|
|
102
|
+
"code": "process",
|
|
103
103
|
"base": [
|
|
104
104
|
"RoutingRule"
|
|
105
105
|
],
|
|
106
|
-
"type": "
|
|
106
|
+
"type": "reference",
|
|
107
|
+
"target": [
|
|
108
|
+
"PlanDefinition"
|
|
109
|
+
],
|
|
107
110
|
"description": "",
|
|
108
|
-
"expression": "RoutingRule.
|
|
111
|
+
"expression": "RoutingRule.process"
|
|
109
112
|
}
|
|
110
113
|
},
|
|
111
114
|
{
|
|
@@ -133,23 +136,44 @@
|
|
|
133
136
|
}
|
|
134
137
|
},
|
|
135
138
|
{
|
|
136
|
-
"fullUrl": "https://pie.synanetics.com/fhir/r4/SearchParameter/RoutingRule-
|
|
139
|
+
"fullUrl": "https://pie.synanetics.com/fhir/r4/SearchParameter/RoutingRule-name",
|
|
137
140
|
"resource": {
|
|
138
141
|
"resourceType": "SearchParameter",
|
|
139
|
-
"id": "RoutingRule-
|
|
140
|
-
"url": "https://pie.synanetics.com/fhir/r4/SearchParameter/RoutingRule-
|
|
141
|
-
"name": "
|
|
142
|
+
"id": "RoutingRule-name",
|
|
143
|
+
"url": "https://pie.synanetics.com/fhir/r4/SearchParameter/RoutingRule-name",
|
|
144
|
+
"name": "name",
|
|
142
145
|
"status": "draft",
|
|
143
146
|
"experimental": false,
|
|
144
|
-
"date": "
|
|
147
|
+
"date": "2025-10-20T16:00:00.000Z",
|
|
145
148
|
"publisher": "Synanetics Ltd",
|
|
146
|
-
"code": "
|
|
149
|
+
"code": "name",
|
|
147
150
|
"base": [
|
|
148
151
|
"RoutingRule"
|
|
149
152
|
],
|
|
150
|
-
"type": "
|
|
153
|
+
"type": "string",
|
|
154
|
+
"description": "",
|
|
155
|
+
"expression": "RoutingRule.name"
|
|
156
|
+
}
|
|
157
|
+
},
|
|
158
|
+
{},
|
|
159
|
+
{
|
|
160
|
+
"fullUrl": "https://pie.synanetics.com/fhir/r4/SearchParameter/RoutingRule-title",
|
|
161
|
+
"resource": {
|
|
162
|
+
"resourceType": "SearchParameter",
|
|
163
|
+
"id": "RoutingRule-title",
|
|
164
|
+
"url": "https://pie.synanetics.com/fhir/r4/SearchParameter/RoutingRule-title",
|
|
165
|
+
"name": "title",
|
|
166
|
+
"status": "draft",
|
|
167
|
+
"experimental": false,
|
|
168
|
+
"date": "2025-10-20T16:00:00.000Z",
|
|
169
|
+
"publisher": "Synanetics Ltd",
|
|
170
|
+
"code": "title",
|
|
171
|
+
"base": [
|
|
172
|
+
"RoutingRule"
|
|
173
|
+
],
|
|
174
|
+
"type": "string",
|
|
151
175
|
"description": "",
|
|
152
|
-
"expression": "RoutingRule.
|
|
176
|
+
"expression": "RoutingRule.title"
|
|
153
177
|
}
|
|
154
178
|
},
|
|
155
179
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@synanetics/profiles-pie",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.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",
|