Skip to content

Commit 077a443

Browse files
committed
Remove empty slicing & R5 Extensions
Remove empty slicing & R5 Extensions
1 parent 380ba95 commit 077a443

8 files changed

Lines changed: 48 additions & 50 deletions

.github/workflows/firely-validation.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ name: Firely Validation
55
# Controls when the action will run.
66
on:
77
# Triggers the workflow on push or pull request events but only for the master branch
8-
push:
9-
branches:
10-
- '**'
11-
pull_request:
12-
branches: [ master, main ]
8+
#push:
9+
#branches:
10+
# - '**'
11+
#pull_request:
12+
#branches: [ master, main ]
1313
# Allows you to run this workflow manually from the Actions tab
1414
workflow_dispatch:
1515

.github/workflows/terminology.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
# Triggers the workflow on push or pull request events but only for the master branch
66
# Allows you to run this workflow manually from the Actions tab
77

8-
#push:
8+
push:
99

1010
# Allows you to run this workflow manually from the Actions tab
1111

StructureDefinition/NHSEngland-DiagnosticReport-GenomicReport.json

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -61,21 +61,6 @@
6161
"path": "DiagnosticReport.extension.value[x].type",
6262
"fixedCode": "citation"
6363
},
64-
{
65-
"id": "DiagnosticReport.extension:diagnosticReportCompositionR5",
66-
"path": "DiagnosticReport.extension",
67-
"sliceName": "diagnosticReportCompositionR5",
68-
"definition": "TBC. Only relevant for EU Lab aligned reports (included in HL7 EU Laboratory Report: DiagnosticReport Profile). A reference to the Composition which wraps this report for data sharing.",
69-
"type": [
70-
{
71-
"code": "Extension",
72-
"profile": [
73-
"http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.composition"
74-
]
75-
}
76-
],
77-
"isModifier": false
78-
},
7964
{
8065
"id": "DiagnosticReport.identifier",
8166
"path": "DiagnosticReport.identifier",
@@ -191,9 +176,6 @@
191176
{
192177
"id": "DiagnosticReport.category",
193178
"path": "DiagnosticReport.category",
194-
"slicing": {
195-
"rules": "open"
196-
},
197179
"definition": "Potentially multiple categories to specify the specialty the report is relevant for. Different codings are expected by the Genomic Report and EU Lab profiles."
198180
},
199181
{

StructureDefinition/NHSEngland-Patient-Genomics.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,6 @@
107107
{
108108
"id": "Patient.identifier",
109109
"path": "Patient.identifier",
110-
"slicing": {
111-
"rules": "open"
112-
},
113110
"definition": "SHALL be present for Patients within the Genomic Order Management ecosystem. It is preferred that all patients with an NHS number have this included within the Patient resource upon submission of a test order. Patient who do not have an NHS number SHOULD have a temporary one registered/assigned with PDS.\r\nFor patient records where the NHS number has been traced from PDS, the trace status SHOULD be provided within the NHS Number identifier slice.\r\n\r\nAdditional identifiers SHOULD include an appropriate naming system scheme which clearly identifies the assigner (to disambiguate the identifier from other resources where these are not nationally unique). Alternatively, the OID for local identifier MAY be used, with the 'assigner' organization explicitly referenced.",
114111
"min": 1
115112
},

StructureDefinition/NHSEngland-ServiceRequest-Genomics.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,9 +222,6 @@
222222
{
223223
"id": "ServiceRequest.category",
224224
"path": "ServiceRequest.category",
225-
"slicing": {
226-
"rules": "open"
227-
},
228225
"definition": "Category SHALL be populated with the reason for the request being ordered e.g. Diagnostic, Carrier, Predictive, Stored DNA etc. The final list of applicable codes which can be selected is still under review, the Genomic-ReasonforTesting ValueSet SHOULD be used for this categorisation.",
229226
"min": 1
230227
},

StructureDefinition/NHSEngland-Specimen-Genomics.json

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -302,19 +302,6 @@
302302
"definition": "The UK Core STU3 version of Specimen backports the R5 changes to the container BackboneElement to support capturing of storage location for a sample (through `container.location`) and recursive capture of device identifiers (e.g. tube, well, rack, freezer through `container.device`).\r\nThe container.identifier should match the identifier associated with the barcode for the tube/collection device. This can be searched using the container-id SearchParameter.\r\n\r\nAdditional examples/guidance will be provided within this IG once use of the fields has been appropriately tested.\r\n\r\nSample tracking information SHOULD be added to Tasks acting on Specimen resources, e.g. Tasks marked SamplePreparation or SampleProcessing, on either the output or input elements. This information MAY include consignment number, destination, date sent etc.\r\n\r\nIf known, the container type SHOULD be populated, using the example bound ValueSet, in SNOMED CT. If an appropraite code cannot be found, the specimen container type should be populated using free text, in Specimen.container.type.text. Additional container elements, such as capacity or specimenQuantity MAY be populated if known.",
303303
"max": "1"
304304
},
305-
{
306-
"id": "Specimen.container.extension:specimenContainerLocationR5",
307-
"path": "Specimen.container.extension",
308-
"sliceName": "specimenContainerLocationR5",
309-
"type": [
310-
{
311-
"code": "Extension",
312-
"profile": [
313-
"http://hl7.org/fhir/5.0/StructureDefinition/extension-Specimen.container.location"
314-
]
315-
}
316-
]
317-
},
318305
{
319306
"id": "Specimen.condition",
320307
"path": "Specimen.condition",

package.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,15 @@
33
"description": "FHIR Genomics Implementation Guide",
44
"author": "nhsdigital",
55
"dependencies": {
6-
"hl7.fhir.r4.core": "4.0.1",
7-
"hl7.fhir.uv.extensions.r4": "5.3.0-ballot-tc1",
8-
"hl7.fhir.uv.xver-r5.r4": "0.1.0",
6+
"hl7.fhir.r4.core": "4.0.1",
97
"hl7.fhir.uv.genomics-reporting": "3.0.0",
10-
"hl7.fhir.uv.ips": "2.0.0",
118
"hl7.fhir.eu.laboratory": "2.0.0",
129
"ihe.iti.pcf": "1.1.0",
13-
"hl7.fhir.us.mcode": "4.0.0",
1410
"fhir.r4.nhsengland.pars": "0.1.2-alpha",
15-
"fhir.r4.nhsengland.pathology": "0.1.4-alpha",
1611
"hl7.fhir.uv.tools.r4": "1.1.2",
1712
"fhir.r4.nhsengland.nhse-identifiers": "0.1.1-alpha",
18-
"fhir.r4.ukcore.stu3.currentbuild": "0.29.0-pre-release"
13+
"fhir.r4.ukcore.stu3.currentbuild": "0.29.0-pre-release",
14+
"fhir.r4.nhsengland.pathology": "0.2.4-alpha"
1915
},
2016
"fhirVersions": [
2117
"4.0.1"

private.package.yaml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
implementationguides:
2+
hl7-fhir-uv-extensions-r4:
3+
name: hl7.fhir.uv.extensions.r4
4+
version: 5.3.0-ballot-tc1
5+
installMode: STORE_AND_INSTALL
6+
fetchDependencies: false
7+
hl7-fhir-uv-xver-r5-r4:
8+
name: hl7.fhir.uv.xver-r5.r4
9+
version: 0.1.0
10+
installMode: STORE_AND_INSTALL
11+
fetchDependencies: false
12+
hl7-fhir-uv-ips:
13+
name: hl7.fhir.uv.ips
14+
version: 2.0.0
15+
installMode: STORE_AND_INSTALL
16+
fetchDependencies: false
17+
fhir-r4-nhsengland-pathology:
18+
name: fhir.r4.nhsengland.pathology
19+
version: 0.1.4-alpha
20+
installMode: STORE_AND_INSTALL
21+
fetchDependencies: false
22+
hl7-fhir-uv-tools-r4:
23+
name: hl7.fhir.uv.tools.r4
24+
version: 1.1.2
25+
installMode: STORE_AND_INSTALL
26+
fhir-r4-nhsengland-nhse-identifiers:
27+
name: fhir.r4.nhsengland.nhse-identifiers
28+
version: 0.1.1-alpha
29+
installMode: STORE_AND_INSTALL
30+
fetchDependencies: false
31+
hl7.fhir.us.core:
32+
name: hl7.fhir.us.core
33+
version: 6.1.0
34+
installMode: STORE_AND_INSTALL
35+
hl7.fhir.us.mcode:
36+
name: hl7.fhir.us.mcode
37+
version: 4.0.0
38+
installMode: STORE_AND_INSTALL
39+
fetchDependencies: false

0 commit comments

Comments
 (0)