Skip to content

Commit 2424147

Browse files
committed
1 parent 8469a21 commit 2424147

5 files changed

Lines changed: 7 additions & 38 deletions

File tree

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",
@@ -190,9 +175,6 @@
190175
{
191176
"id": "DiagnosticReport.category",
192177
"path": "DiagnosticReport.category",
193-
"slicing": {
194-
"rules": "open"
195-
},
196178
"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."
197179
},
198180
{

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-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",

fhirpkg.lock.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"updated": "2026-05-15T10:47:30.5023021+01:00",
2+
"updated": "2026-05-15T11:12:20.7239898+01:00",
33
"dependencies": {
44
"hl7.fhir.r4.core": "4.0.1",
55
"fhir.r4.ukcore.stu3.currentbuild": "0.28.0-pre-release",
@@ -26,8 +26,11 @@
2626
"us.cdc.phinvads": "0.12.0",
2727
"ihe.formatcode.fhir": "1.1.0",
2828
"hl7.fhir.uv.tools.r4": "1.1.2",
29-
"fhir.r4.nhsengland.programme": "0.24.0-pre-release",
30-
"fhir.tx.support.r4": "0.27.0",
29+
"fhir.r4.nhsengland.pars": "0.1.0-alpha",
30+
"fhir.r4.ukcore.stu2": "2.0.2",
31+
"hl7.fhir.eu.extensions.r4": "1.2.0",
32+
"hl7.fhir.eu.base": "2.0.0-ballot",
33+
"ihe.pharm.mpd.r4": "1.0.0-comment-2",
3134
"fhir.r4.nhsengland.stu1": "1.5.0"
3235
},
3336
"missing": {}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"ihe.iti.pcf": "1.1.0",
1414
"hl7.fhir.us.mcode": "4.0.0",
1515
"hl7.fhir.uv.tools.r4": "1.1.2",
16-
"fhir.r4.nhsengland.programme": "0.24.0-pre-release"
16+
"fhir.r4.nhsengland.pars": "0.1.0-alpha"
1717
},
1818
"fhirVersions": [
1919
"4.0.1"

0 commit comments

Comments
 (0)