Skip to content

Commit 2ae5f8f

Browse files
committed
Update Package.json
Update Package.json
1 parent 2ee43ae commit 2ae5f8f

File tree

2 files changed

+15
-14
lines changed

2 files changed

+15
-14
lines changed

fhirpkg.lock.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
{
2-
"updated": "2024-05-16T10:18:19.8963748+01:00",
2+
"updated": "2025-07-18T10:01:40.3787899+01:00",
33
"dependencies": {
44
"fhir.r4.ukcore.stu3.currentbuild": "0.0.18-pre-release",
55
"hl7.fhir.r4.core": "4.0.1",
66
"hl7.fhir.uv.genomics-reporting": "3.0.0-ballot",
7-
"hl7.terminology.r4": "5.3.0",
8-
"hl7.fhir.uv.extensions.r5": "5.2.0",
9-
"hl7.fhir.r5.core": "5.0.0"
7+
"hl7.fhir.eu.laboratory": "0.1.1",
8+
"hl7.terminology.r4": "6.2.0",
9+
"hl7.fhir.uv.extensions.r4": "5.2.0",
10+
"hl7.fhir.uv.ips": "1.1.0",
11+
"fhir.dicom": "2022.4.20221006",
12+
"hl7.fhir.eu.extensions": "0.1.0",
13+
"hl7.fhir.eu.extensions.r4": "0.1.1-ballot"
1014
},
1115
"missing": {}
1216
}
13-
14-

package.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,16 @@
22
"name": "uk.nhsdigital.r4.genomics",
33
"description": "FHIR Genomics Implementation Guide",
44
"author": "nhsdigital",
5-
"fhirVersions": [
6-
"4.0.1"
7-
],
8-
"jurisdiction": "urn:iso:std:iso:3166:-2:GB-ENG",
95
"dependencies": {
106
"fhir.r4.ukcore.stu3.currentbuild": "0.0.18-pre-release",
117
"hl7.fhir.r4.core": "4.0.1",
128
"hl7.fhir.uv.genomics-reporting": "3.0.0-ballot",
139
"hl7.fhir.eu.laboratory": "0.1.1",
1410
"hl7.fhir.uv.ips": "1.1.0",
15-
"hl7.fhir.uv.extensions.r5": "5.2.0",
16-
"hl7.fhir.r5.core": "5.0.0"
17-
}
18-
}
11+
"hl7.fhir.eu.extensions.r4": "0.1.1-ballot"
12+
},
13+
"fhirVersions": [
14+
"4.0.1"
15+
],
16+
"jurisdiction": "urn:iso:std:iso:3166:-2:GB-ENG"
17+
}

0 commit comments

Comments
 (0)