Skip to content

Commit 422606d

Browse files
committed
Using Forge: Update Dependencies
Using Forge: Update Dependencies
1 parent 8f66acb commit 422606d

2 files changed

Lines changed: 19 additions & 14 deletions

File tree

fhirpkg.lock.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
{
2-
"updated": "2025-05-08T09:07:12.7767319+01:00",
2+
"updated": "2025-09-04T17:15:46.5157482+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": "6.2.0",
8-
"hl7.fhir.uv.extensions.r4": "5.2.0"
7+
"hl7.fhir.uv.extensions.r4": "5.2.0",
8+
"hl7.fhir.eu.extensions": "0.1.1-ballot",
9+
"hl7.terminology.r5": "6.2.0",
10+
"hl7.fhir.r5.core": "5.0.0",
11+
"hl7.fhir.uv.extensions.r5": "5.2.0",
12+
"hl7.fhir.uv.ips": "1.1.0",
13+
"fhir.dicom": "2022.4.20221006",
14+
"hl7.terminology.r4": "6.5.0",
15+
"hl7.fhir.eu.laboratory": "0.1.0-ballot"
916
},
1017
"missing": {}
1118
}

package.json

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,18 @@
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",
13-
"hl7.fhir.eu.laboratory": "0.1.1",
14-
"hl7.terminology.r4": "6.2.0",
159
"hl7.fhir.uv.extensions.r4": "5.2.0",
16-
"hl7.fhir.eu.extensions":"0.1.1-ballot",
17-
"hl7.fhir.uv.ips": "1.1.0"
18-
}
10+
"hl7.fhir.eu.extensions": "0.1.1-ballot",
11+
"hl7.fhir.uv.ips": "1.1.0",
12+
"hl7.terminology.r4": "6.5.0",
13+
"hl7.fhir.eu.laboratory": "0.1.0-ballot"
14+
},
15+
"fhirVersions": [
16+
"4.0.1"
17+
],
18+
"jurisdiction": "urn:iso:std:iso:3166:-2:GB-ENG"
1919
}
20-
21-

0 commit comments

Comments
 (0)