@synanetics/profiles-pie 2.0.0 → 2.1.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 +14 -11
- package/dist/search-parameters.json +12 -6
- 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-09-18T12: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-09-18T12: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 ServiceRequest resources between two Organizations (the 'sender' and the 'receiver'). The definition includes the sender's local code for the process, the receiver's local code and selected snomed code, and the time period for which the rule is valid.",
|
|
40
|
+
"purpose": "RoutingRule defines rules for routing ServiceRequest resources between two Organizations/Endpoints (the 'sender' and the 'receiver'). The definition includes the sender's local code for the process, the receiver's local code and selected snomed code, and the time period for which the rule is valid.",
|
|
41
41
|
"fhirVersion": "4.3.0",
|
|
42
42
|
"kind": "resource",
|
|
43
43
|
"abstract": false,
|
|
@@ -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 a sender",
|
|
318
|
+
"short": "The receiving organization/endpoint",
|
|
319
|
+
"definition": "The organization/endpoint that is routed to by a 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
|
}
|
|
@@ -607,7 +609,7 @@
|
|
|
607
609
|
"resourceType": "StructureDefinition",
|
|
608
610
|
"id": "SupplierList",
|
|
609
611
|
"meta": {
|
|
610
|
-
"lastUpdated": "
|
|
612
|
+
"lastUpdated": "2025-09-18T12:00:00.000Z"
|
|
611
613
|
},
|
|
612
614
|
"extension": [
|
|
613
615
|
{
|
|
@@ -619,7 +621,7 @@
|
|
|
619
621
|
"name": "SupplierList",
|
|
620
622
|
"status": "draft",
|
|
621
623
|
"experimental": true,
|
|
622
|
-
"date": "
|
|
624
|
+
"date": "2025-09-18T12:00:00.000Z",
|
|
623
625
|
"publisher": "Synanetics Ltd",
|
|
624
626
|
"contact": [
|
|
625
627
|
{
|
|
@@ -632,7 +634,7 @@
|
|
|
632
634
|
}
|
|
633
635
|
],
|
|
634
636
|
"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)",
|
|
637
|
+
"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
638
|
"fhirVersion": "4.3.0",
|
|
637
639
|
"kind": "resource",
|
|
638
640
|
"abstract": false,
|
|
@@ -904,13 +906,14 @@
|
|
|
904
906
|
"id": "SupplierList.supplier",
|
|
905
907
|
"path": "SupplierList.supplier",
|
|
906
908
|
"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.",
|
|
909
|
+
"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
910
|
"min": 0,
|
|
909
911
|
"max": "*",
|
|
910
912
|
"type": [
|
|
911
913
|
{
|
|
912
914
|
"code": "Reference",
|
|
913
915
|
"targetProfile": [
|
|
916
|
+
"http://hl7.org/fhir/StructureDefinition/Endpoint",
|
|
914
917
|
"http://hl7.org/fhir/StructureDefinition/Organization"
|
|
915
918
|
]
|
|
916
919
|
}
|
|
@@ -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": "",
|
|
@@ -113,7 +117,7 @@
|
|
|
113
117
|
"name": "sender",
|
|
114
118
|
"status": "draft",
|
|
115
119
|
"experimental": false,
|
|
116
|
-
"date": "
|
|
120
|
+
"date": "2025-09-18T12:00:00.000Z",
|
|
117
121
|
"publisher": "Synanetics Ltd",
|
|
118
122
|
"code": "sender",
|
|
119
123
|
"base": [
|
|
@@ -121,6 +125,7 @@
|
|
|
121
125
|
],
|
|
122
126
|
"type": "reference",
|
|
123
127
|
"target": [
|
|
128
|
+
"Endpoint",
|
|
124
129
|
"Organization"
|
|
125
130
|
],
|
|
126
131
|
"description": "",
|
|
@@ -256,7 +261,7 @@
|
|
|
256
261
|
"name": "supplier",
|
|
257
262
|
"status": "draft",
|
|
258
263
|
"experimental": false,
|
|
259
|
-
"date": "
|
|
264
|
+
"date": "2025-09-18T12:00:00.000Z",
|
|
260
265
|
"publisher": "Synanetics Ltd",
|
|
261
266
|
"code": "supplier",
|
|
262
267
|
"base": [
|
|
@@ -264,6 +269,7 @@
|
|
|
264
269
|
],
|
|
265
270
|
"type": "reference",
|
|
266
271
|
"target": [
|
|
272
|
+
"Endpoint",
|
|
267
273
|
"Organization"
|
|
268
274
|
],
|
|
269
275
|
"description": "",
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@synanetics/profiles-pie",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.1.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"
|