Skip to content

Commit 7205803

Browse files
committed
Merge branch 'Patch-IOPS-4298-Aligning-to-Eu-Lab-2.0' into Patch-disable-IOPS-Validator
2 parents 80c748d + 1809e05 commit 7205803

9 files changed

Lines changed: 54 additions & 26 deletions

CapabilityStatement/CapabilityStatement-DGTS-application.json

Lines changed: 30 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,28 @@
22
"resourceType": "CapabilityStatement",
33
"id": "CapabilityStatement-DGTS-application",
44
"url": "https://fhir.nhs.uk/CapabilityStatement/DGTS-application",
5-
"version": "0.1.0",
5+
"version": "0.2.0",
66
"name": "CapabilityStatementDGTSApplication",
77
"status": "draft",
8-
"date": "2025-11-26T00:00:00+00:00",
8+
"date": "2026-06-01T00:00:00+00:00",
99
"publisher": "NHS England",
1010
"description": "Sample server capability for the Digital Genomic Test Services API",
1111
"kind": "instance",
12-
"implementationGuide": [
13-
"https://fhir.nhs.uk/ImplementationGuide/FHIR-Genomics-Implementation-Guide"
12+
"implementationGuide": [
13+
"https://fhir.nhs.uk/ImplementationGuide/FHIR-Genomics-Implementation-Guide"
1414
],
1515
"fhirVersion": "4.0.1",
16-
"format": [
17-
"application/fhir+json"
16+
"format": [
17+
"application/fhir+json"
1818
],
1919
"implementation": {
2020
"description": "Exemplar CapabilityStatement for the GMS DGTS FHIR API"
2121
},
22-
"rest": [
22+
"rest": [
2323
{
2424
"mode": "server",
2525
"documentation": "RESTful endpoints supported by the DGTS FHIR API",
26-
"resource": [
26+
"resource": [
2727
{
2828
"type": "PlanDefinition",
2929
"profile": "http://hl7.org/fhir/StructureDefinition/PlanDefinition",
@@ -41,6 +41,14 @@
4141
"name": "context",
4242
"type": "token"
4343
},
44+
{
45+
"name": "identifier",
46+
"type": "token"
47+
},
48+
{
49+
"name": "status",
50+
"type": "token"
51+
},
4452
{
4553
"name": "title",
4654
"type": "string"
@@ -52,6 +60,18 @@
5260
{
5361
"name": "version",
5462
"type": "token"
63+
},
64+
{
65+
"name": "actor-role",
66+
"definition": "https://fhir.nhs.uk/SearchParameter/plandefinition-actor-role",
67+
"type": "token",
68+
"documentation": "Search PlanDefinition by actor option role from the R5 cross-version extension extension-PlanDefinition.actor"
69+
},
70+
{
71+
"name": "actor-type-reference",
72+
"definition": "https://fhir.nhs.uk/SearchParameter/plandefinition-actor-typereference",
73+
"type": "reference",
74+
"documentation": "Search PlanDefinition by actor option typeReference from the R5 cross-version extension extension-PlanDefinition.actor"
5575
}
5676
]
5777
},
@@ -106,7 +126,7 @@
106126
},
107127
{
108128
"type": "Library",
109-
"profile": "http://hl7.org/fhir/StructureDefinition/Library",
129+
"profile": "http://hl7.org/fhir/StructureDefinition/Library",
110130
"documentation": "Data requirements for DGTS Genomic Tests",
111131
"interaction": [
112132
{
@@ -116,7 +136,7 @@
116136
},
117137
{
118138
"type": "SpecimenDefinition",
119-
"profile": "http://hl7.org/fhir/StructureDefinition/SpecimenDefinition",
139+
"profile": "http://hl7.org/fhir/StructureDefinition/SpecimenDefinition",
120140
"documentation": "Specimen requirements for DGTS Genomic Tests",
121141
"interaction": [
122142
{

CapabilityStatement/CapabilityStatement-genomics-requirements.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"resourceType": "CapabilityStatement",
33
"id": "CapabilityStatement-Genomics-requirements",
44
"url": "https://fhir.nhs.uk/CapabilityStatement/genomics-requirements",
5-
"version": "0.3.0",
5+
"version": "0.3.1",
66
"name": "GenomicsRequirements",
77
"status": "draft",
8-
"date": "2026-01-14T00:00:00+00:00",
8+
"date": "2026-06-11T00:00:00+00:00",
99
"publisher": "digital.nhs.uk",
1010
"description": "Conformance requirements for NHS Digital Genomics Implementation Guide",
1111
"kind": "requirements",
@@ -45,7 +45,7 @@
4545
},
4646
{
4747
"type": "DocumentReference",
48-
"profile": "https://fhir.nhs.uk/StructureDefinition/NHSEngland-DocumentReference-GenomicDataFile
48+
"profile": "https://fhir.nhs.uk/StructureDefinition/NHSEngland-DocumentReference-GenomicDataFile"
4949
},
5050
{
5151
"type": "CodeSystem",

Composition/Composition-EULabGenomicReport-Example.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@
2626
}
2727
}
2828
],
29+
"identifier": {
30+
"system": "https://fhir.nhs.uk/Id/genomic-report",
31+
"value": "GR-12345"
32+
},
2933
"status": "final",
3034
"type": {
3135
"coding": [
@@ -76,6 +80,10 @@
7680
"section": [
7781
{
7882
"title": "Results",
83+
"text": {
84+
"status": "generated",
85+
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Genomic findings.</div>"
86+
},
7987
"code": {
8088
"coding": [
8189
{

ConceptMap/ConceptMap-Genomics-chromosomal-sex.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"resourceType": "ConceptMap",
33
"id": "genomics-chromosomal-sex",
44
"url": "https://fhir.nhs.uk/ConceptMap/genomics-chromosomal-sex",
5-
"version": "0.1.0",
5+
"version": "0.2.0",
66
"name": "GenomicsChromosomalSex",
77
"title": "Genomics Chromosomal Sex",
88
"status": "draft",
9-
"date": "2025-09-05T10:33:00.000Z",
9+
"date": "2026-06-11T10:33:00.000Z",
1010
"publisher": "NHS England",
1111
"contact": [
1212
{
@@ -22,7 +22,7 @@
2222
"description": "A ConceptMap used for the translation and recording of concepts from MDS source data(code-options) to equivalent Snomed CT codes, and FHIR spec.",
2323
"purpose": "ConceptMap used for the translation and recording of chromosomal sex. This is intended for the element Observation.code. An appropriate SNOMED CT code or free text should be used to record the sex of other is selected.",
2424
"copyright": "Copyright © 2025+ NHS England Licensed under the Apache License, Version 2.0 (the \\\"License\\\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \\\"AS IS\\\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. HL7® FHIR® standard Copyright © 2011+ HL7 The HL7® FHIR® standard is used under the FHIR license. You may obtain a copy of the FHIR license at https://www.hl7.org/fhir/license.html.",
25-
"targetUri": "http://snomed.info/sct",
25+
"targetUri": "http://snomed.info/sct?fhir_vs",
2626
"group": [
2727
{
2828
"source": "https://future.nhs.uk/NHSgenomics/view?objectId=222250117",

ConceptMap/ConceptMap-Genomics-fetal-maternal-screening-genotype.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"resourceType": "ConceptMap",
33
"id": "genomics-fetal-maternal-screening-genotype",
44
"url": "https://fhir.nhs.uk/ConceptMap/genomics-fetal-maternal-screening-genotype",
5-
"version": "0.3.0",
5+
"version": "0.4.0",
66
"name": "GenomicsFetalMaternalScreeningGenotype",
77
"title": "Genomics Fetal Maternal Screening Genotype",
88
"status": "draft",
9-
"date": "2025-10-05T21:00:00.000Z",
9+
"date": "2026-06-11T21:00:00.000Z",
1010
"publisher": "NHS England",
1111
"contact": [
1212
{
@@ -22,7 +22,7 @@
2222
"description": "A ConceptMap used for the translation and recording of concepts from MDS source data(code-options) to equivalent Snomed CT codes, and FHIR spec.",
2323
"purpose": "ConceptMap used for the translation and recording of concepts for fetal maternal screening genotype. This is intended for the element Condition.code. An appropriate SNOMED CT code or free text should be used to record the Genotype.",
2424
"copyright": "Copyright © 2023+ NHS England Licensed under the Apache License, Version 2.0 (the \\\"License\\\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \\\"AS IS\\\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. HL7® FHIR® standard Copyright © 2011+ HL7 The HL7® FHIR® standard is used under the FHIR license. You may obtain a copy of the FHIR license at https://www.hl7.org/fhir/license.html.",
25-
"targetUri": "http://snomed.info/sct",
25+
"targetUri": "http://snomed.info/sct?fhir_vs",
2626
"group": [
2727
{
2828
"source": "https://future.nhs.uk/NHSgenomics/view?objectId=222250117",

ConceptMap/ConceptMap-Genomics-risk-reason-for-specimen-specialhandling.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"resourceType": "ConceptMap",
33
"id": "genomics-risk-reason-for-specimen-specialhandling",
44
"url": "https://fhir.nhs.uk/ConceptMap/genomics-risk-reason-for-specimen-specialhandling",
5-
"version": "0.3.0",
5+
"version": "0.4.0",
66
"name": "GenomicsRiskReasonForSpecimenSpecialHandling",
77
"title": "Genomics Risk Reason for Specimen Special Handling",
88
"status": "draft",
9-
"date": "2025-09-05T11:00:00.000Z",
9+
"date": "2026-06-11T11:00:00.000Z",
1010
"publisher": "NHS England",
1111
"contact": [
1212
{
@@ -22,7 +22,7 @@
2222
"description": "A ConceptMap used for the translation and recording of concepts from MDS source data(code-options) to equivalent Snomed CT codes, and FHIR spec.",
2323
"purpose": "ConceptMap used for the translation and recording of the risk reason for specimen special handling . This is intended for the element Specimen.collection.extension:specimen-specialHandling.valueCoding.code",
2424
"copyright": "Copyright © 2023+ NHS England Licensed under the Apache License, Version 2.0 (the \\\"License\\\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \\\"AS IS\\\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. HL7® FHIR® standard Copyright © 2011+ HL7 The HL7® FHIR® standard is used under the FHIR license. You may obtain a copy of the FHIR license at https://www.hl7.org/fhir/license.html.",
25-
"targetUri": "http://snomed.info/sct",
25+
"targetUri": "http://snomed.info/sct?fhir_vs",
2626
"group": [
2727
{
2828
"source": "https://future.nhs.uk/NHSgenomics/view?objectId=222250117",

Patient/Patient-PheobeSmitham-Example.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"meta": {
55
"profile": [
66
"https://fhir.hl7.org.uk/StructureDefinition/UKCore-Patient",
7-
"http://hl7.eu/fhir/laboratory/StructureDefinition/Patient-eu-lab"
7+
"http://hl7.eu/fhir/base/StructureDefinition/patient-eu-core"
88
]
99
},
1010
"extension": [

fhirpkg.lock.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"updated": "2026-05-06T10:21:55.9845039+01:00",
33
"dependencies": {
4-
"hl7.fhir.r4.core": "4.0.1",
4+
"hl7.fhir.r4.core": "4.0.1",
55
"hl7.fhir.uv.extensions.r4": "5.3.0-ballot-tc1",
66
"hl7.fhir.uv.xver-r5.r4": "0.1.0",
77
"hl7.fhir.uv.genomics-reporting": "3.0.0",
88
"hl7.fhir.uv.ips": "2.0.0",
9-
"hl7.fhir.eu.laboratory": "0.1.1",
9+
"hl7.fhir.eu.laboratory": "2.0.0",
1010
"ihe.iti.pcf": "1.1.0",
1111
"hl7.fhir.us.mcode": "4.0.0",
1212
"fhir.r4.nhsengland.pathology": "0.1.4-alpha",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"hl7.fhir.uv.xver-r5.r4": "0.1.0",
99
"hl7.fhir.uv.genomics-reporting": "3.0.0",
1010
"hl7.fhir.uv.ips": "2.0.0",
11-
"hl7.fhir.eu.laboratory": "0.1.1",
11+
"hl7.fhir.eu.laboratory": "2.0.0",
1212
"ihe.iti.pcf": "1.1.0",
1313
"hl7.fhir.us.mcode": "4.0.0",
1414
"fhir.r4.nhsengland.pathology": "0.1.4-alpha",

0 commit comments

Comments
 (0)