@synanetics/profiles-pie 2.0.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 +43 -23
- package/dist/search-parameters.json +53 -23
- package/package.json +3 -3
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"resourceType": "StructureDefinition",
|
|
13
13
|
"id": "RoutingRule",
|
|
14
14
|
"meta": {
|
|
15
|
-
"lastUpdated": "
|
|
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": "
|
|
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
|
},
|
|
@@ -297,14 +297,15 @@
|
|
|
297
297
|
{
|
|
298
298
|
"id": "RoutingRule.sender",
|
|
299
299
|
"path": "RoutingRule.sender",
|
|
300
|
-
"short": "The sending organization",
|
|
301
|
-
"definition": "The organization that is routing to a receiver",
|
|
300
|
+
"short": "The sending organization/endpoint",
|
|
301
|
+
"definition": "The organization/endpoint that is routing to a receiver",
|
|
302
302
|
"min": 1,
|
|
303
303
|
"max": "1",
|
|
304
304
|
"type": [
|
|
305
305
|
{
|
|
306
306
|
"code": "Reference",
|
|
307
307
|
"targetProfile": [
|
|
308
|
+
"http://hl7.org/fhir/StructureDefinition/Endpoint",
|
|
308
309
|
"http://hl7.org/fhir/StructureDefinition/Organization"
|
|
309
310
|
]
|
|
310
311
|
}
|
|
@@ -314,14 +315,15 @@
|
|
|
314
315
|
{
|
|
315
316
|
"id": "RoutingRule.receiver",
|
|
316
317
|
"path": "RoutingRule.receiver",
|
|
317
|
-
"short": "The receiving organization",
|
|
318
|
-
"definition": "The organization that is routed to by
|
|
318
|
+
"short": "The receiving organization/endpoint",
|
|
319
|
+
"definition": "The organization/endpoint that is routed to by the sender",
|
|
319
320
|
"min": 1,
|
|
320
321
|
"max": "1",
|
|
321
322
|
"type": [
|
|
322
323
|
{
|
|
323
324
|
"code": "Reference",
|
|
324
325
|
"targetProfile": [
|
|
326
|
+
"http://hl7.org/fhir/StructureDefinition/Endpoint",
|
|
325
327
|
"http://hl7.org/fhir/StructureDefinition/Organization"
|
|
326
328
|
]
|
|
327
329
|
}
|
|
@@ -343,29 +345,46 @@
|
|
|
343
345
|
"isSummary": true
|
|
344
346
|
},
|
|
345
347
|
{
|
|
346
|
-
"id": "RoutingRule.
|
|
347
|
-
"path": "RoutingRule.
|
|
348
|
-
"short": "The sender's
|
|
349
|
-
"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.",
|
|
350
352
|
"min": 1,
|
|
351
353
|
"max": "1",
|
|
352
354
|
"type": [
|
|
353
355
|
{
|
|
354
|
-
"code": "
|
|
356
|
+
"code": "string"
|
|
355
357
|
}
|
|
356
358
|
],
|
|
357
359
|
"isSummary": true
|
|
358
360
|
},
|
|
359
361
|
{
|
|
360
|
-
"id": "RoutingRule.
|
|
361
|
-
"path": "RoutingRule.
|
|
362
|
-
"short": "The
|
|
363
|
-
"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.",
|
|
364
366
|
"min": 1,
|
|
365
367
|
"max": "1",
|
|
366
368
|
"type": [
|
|
367
369
|
{
|
|
368
|
-
"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
|
+
]
|
|
369
388
|
}
|
|
370
389
|
],
|
|
371
390
|
"isSummary": true
|
|
@@ -607,7 +626,7 @@
|
|
|
607
626
|
"resourceType": "StructureDefinition",
|
|
608
627
|
"id": "SupplierList",
|
|
609
628
|
"meta": {
|
|
610
|
-
"lastUpdated": "
|
|
629
|
+
"lastUpdated": "2025-09-18T12:00:00.000Z"
|
|
611
630
|
},
|
|
612
631
|
"extension": [
|
|
613
632
|
{
|
|
@@ -619,7 +638,7 @@
|
|
|
619
638
|
"name": "SupplierList",
|
|
620
639
|
"status": "draft",
|
|
621
640
|
"experimental": true,
|
|
622
|
-
"date": "
|
|
641
|
+
"date": "2025-09-18T12:00:00.000Z",
|
|
623
642
|
"publisher": "Synanetics Ltd",
|
|
624
643
|
"contact": [
|
|
625
644
|
{
|
|
@@ -632,7 +651,7 @@
|
|
|
632
651
|
}
|
|
633
652
|
],
|
|
634
653
|
"description": "Base StructureDefinition for SupplierList resource",
|
|
635
|
-
"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)",
|
|
654
|
+
"purpose": "Defines a list of suppliers for a given provision, e.g. the Organizations/Endpoints (supplier) that supply pathology services for a certain procedure (the provision)",
|
|
636
655
|
"fhirVersion": "4.3.0",
|
|
637
656
|
"kind": "resource",
|
|
638
657
|
"abstract": false,
|
|
@@ -904,13 +923,14 @@
|
|
|
904
923
|
"id": "SupplierList.supplier",
|
|
905
924
|
"path": "SupplierList.supplier",
|
|
906
925
|
"short": "suppliers who provide the provision",
|
|
907
|
-
"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.",
|
|
926
|
+
"definition": "suppliers who provide the provision, e.g an array of Organization/Endpoint references, where each of the Organizations/Endpoints is a laboratory can provide the pathology procedure defined in the provision.",
|
|
908
927
|
"min": 0,
|
|
909
928
|
"max": "*",
|
|
910
929
|
"type": [
|
|
911
930
|
{
|
|
912
931
|
"code": "Reference",
|
|
913
932
|
"targetProfile": [
|
|
933
|
+
"http://hl7.org/fhir/StructureDefinition/Endpoint",
|
|
914
934
|
"http://hl7.org/fhir/StructureDefinition/Organization"
|
|
915
935
|
]
|
|
916
936
|
}
|
|
@@ -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": [
|
|
@@ -15,19 +15,22 @@
|
|
|
15
15
|
"name": "used-by",
|
|
16
16
|
"status": "draft",
|
|
17
17
|
"experimental": false,
|
|
18
|
-
"date": "
|
|
18
|
+
"date": "2025-09-18T12:00:00.000Z",
|
|
19
19
|
"publisher": "Synanetics Ltd",
|
|
20
20
|
"code": "-used-by",
|
|
21
21
|
"base": [
|
|
22
22
|
"ConceptMap",
|
|
23
|
-
"CodeSystem"
|
|
23
|
+
"CodeSystem",
|
|
24
|
+
"Composition",
|
|
25
|
+
"PlanDefinition"
|
|
24
26
|
],
|
|
25
27
|
"target": [
|
|
28
|
+
"Endpoint",
|
|
26
29
|
"Organization"
|
|
27
30
|
],
|
|
28
31
|
"type": "reference",
|
|
29
32
|
"description": "",
|
|
30
|
-
"expression": "ConceptMap.extension.where(url='https://pie.synanetics.com/fhir/r4/StructureDefinition/used-by').valueReference | CodeSystem.extension.where(url='https://pie.synanetics.com/fhir/r4/StructureDefinition/used-by').valueReference"
|
|
33
|
+
"expression": "ConceptMap.extension.where(url='https://pie.synanetics.com/fhir/r4/StructureDefinition/used-by').valueReference | CodeSystem.extension.where(url='https://pie.synanetics.com/fhir/r4/StructureDefinition/used-by').valueReference | Composition.extension.where(url='https://pie.synanetics.com/fhir/r4/StructureDefinition/used-by').valueReference | PlanDefinition.extension.where(url='https://pie.synanetics.com/fhir/r4/StructureDefinition/used-by').valueReference"
|
|
31
34
|
}
|
|
32
35
|
},
|
|
33
36
|
{
|
|
@@ -70,7 +73,7 @@
|
|
|
70
73
|
"name": "receiver",
|
|
71
74
|
"status": "draft",
|
|
72
75
|
"experimental": false,
|
|
73
|
-
"date": "
|
|
76
|
+
"date": "2025-09-18T12:00:00.000Z",
|
|
74
77
|
"publisher": "Synanetics Ltd",
|
|
75
78
|
"code": "receiver",
|
|
76
79
|
"base": [
|
|
@@ -78,6 +81,7 @@
|
|
|
78
81
|
],
|
|
79
82
|
"type": "reference",
|
|
80
83
|
"target": [
|
|
84
|
+
"Endpoint",
|
|
81
85
|
"Organization"
|
|
82
86
|
],
|
|
83
87
|
"description": "",
|
|
@@ -85,23 +89,26 @@
|
|
|
85
89
|
}
|
|
86
90
|
},
|
|
87
91
|
{
|
|
88
|
-
"fullUrl": "https://pie.synanetics.com/fhir/r4/SearchParameter/RoutingRule-
|
|
92
|
+
"fullUrl": "https://pie.synanetics.com/fhir/r4/SearchParameter/RoutingRule-process",
|
|
89
93
|
"resource": {
|
|
90
94
|
"resourceType": "SearchParameter",
|
|
91
|
-
"id": "RoutingRule-
|
|
92
|
-
"url": "https://pie.synanetics.com/fhir/r4/SearchParameter/RoutingRule-
|
|
93
|
-
"name": "
|
|
95
|
+
"id": "RoutingRule-process",
|
|
96
|
+
"url": "https://pie.synanetics.com/fhir/r4/SearchParameter/RoutingRule-process",
|
|
97
|
+
"name": "process",
|
|
94
98
|
"status": "draft",
|
|
95
99
|
"experimental": false,
|
|
96
|
-
"date": "
|
|
100
|
+
"date": "2025-10-20T16:00:00.000Z",
|
|
97
101
|
"publisher": "Synanetics Ltd",
|
|
98
|
-
"code": "
|
|
102
|
+
"code": "process",
|
|
99
103
|
"base": [
|
|
100
104
|
"RoutingRule"
|
|
101
105
|
],
|
|
102
|
-
"type": "
|
|
106
|
+
"type": "reference",
|
|
107
|
+
"target": [
|
|
108
|
+
"PlanDefinition"
|
|
109
|
+
],
|
|
103
110
|
"description": "",
|
|
104
|
-
"expression": "RoutingRule.
|
|
111
|
+
"expression": "RoutingRule.process"
|
|
105
112
|
}
|
|
106
113
|
},
|
|
107
114
|
{
|
|
@@ -113,7 +120,7 @@
|
|
|
113
120
|
"name": "sender",
|
|
114
121
|
"status": "draft",
|
|
115
122
|
"experimental": false,
|
|
116
|
-
"date": "
|
|
123
|
+
"date": "2025-09-18T12:00:00.000Z",
|
|
117
124
|
"publisher": "Synanetics Ltd",
|
|
118
125
|
"code": "sender",
|
|
119
126
|
"base": [
|
|
@@ -121,6 +128,7 @@
|
|
|
121
128
|
],
|
|
122
129
|
"type": "reference",
|
|
123
130
|
"target": [
|
|
131
|
+
"Endpoint",
|
|
124
132
|
"Organization"
|
|
125
133
|
],
|
|
126
134
|
"description": "",
|
|
@@ -128,23 +136,44 @@
|
|
|
128
136
|
}
|
|
129
137
|
},
|
|
130
138
|
{
|
|
131
|
-
"fullUrl": "https://pie.synanetics.com/fhir/r4/SearchParameter/RoutingRule-
|
|
139
|
+
"fullUrl": "https://pie.synanetics.com/fhir/r4/SearchParameter/RoutingRule-name",
|
|
132
140
|
"resource": {
|
|
133
141
|
"resourceType": "SearchParameter",
|
|
134
|
-
"id": "RoutingRule-
|
|
135
|
-
"url": "https://pie.synanetics.com/fhir/r4/SearchParameter/RoutingRule-
|
|
136
|
-
"name": "
|
|
142
|
+
"id": "RoutingRule-name",
|
|
143
|
+
"url": "https://pie.synanetics.com/fhir/r4/SearchParameter/RoutingRule-name",
|
|
144
|
+
"name": "name",
|
|
137
145
|
"status": "draft",
|
|
138
146
|
"experimental": false,
|
|
139
|
-
"date": "
|
|
147
|
+
"date": "2025-10-20T16:00:00.000Z",
|
|
140
148
|
"publisher": "Synanetics Ltd",
|
|
141
|
-
"code": "
|
|
149
|
+
"code": "name",
|
|
142
150
|
"base": [
|
|
143
151
|
"RoutingRule"
|
|
144
152
|
],
|
|
145
|
-
"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",
|
|
146
175
|
"description": "",
|
|
147
|
-
"expression": "RoutingRule.
|
|
176
|
+
"expression": "RoutingRule.title"
|
|
148
177
|
}
|
|
149
178
|
},
|
|
150
179
|
{
|
|
@@ -256,7 +285,7 @@
|
|
|
256
285
|
"name": "supplier",
|
|
257
286
|
"status": "draft",
|
|
258
287
|
"experimental": false,
|
|
259
|
-
"date": "
|
|
288
|
+
"date": "2025-09-18T12:00:00.000Z",
|
|
260
289
|
"publisher": "Synanetics Ltd",
|
|
261
290
|
"code": "supplier",
|
|
262
291
|
"base": [
|
|
@@ -264,6 +293,7 @@
|
|
|
264
293
|
],
|
|
265
294
|
"type": "reference",
|
|
266
295
|
"target": [
|
|
296
|
+
"Endpoint",
|
|
267
297
|
"Organization"
|
|
268
298
|
],
|
|
269
299
|
"description": "",
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
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
|
-
"homepage": "https://
|
|
6
|
+
"homepage": "https://github.com/SynaneticsLtd/synanetics-core-common/packages/profiles-pie#readme",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"main": "./dist/index.js",
|
|
9
9
|
"files": [
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"url": "git+ssh://git@bitbucket.org/synanetics/synanetics-common.git"
|
|
23
23
|
},
|
|
24
24
|
"bugs": {
|
|
25
|
-
"url": "https://
|
|
25
|
+
"url": "https://github.com/SynaneticsLtd/synanetics-core-common/issues"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@types/fhir": "^0.0.41"
|