Skip to content

Commit 103cc44

Browse files
committed
Testing update to package.json
1 parent 3b94f25 commit 103cc44

2 files changed

Lines changed: 43 additions & 17 deletions

File tree

fhirpkg.lock.json

Lines changed: 31 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,39 @@
11
{
2-
"updated": "2026-03-26T11:41:42.0351721+00:00",
2+
"updated": "2026-04-15T10:02:40.6338296+01:00",
33
"dependencies": {
44
"hl7.fhir.r4.core": "4.0.1",
5-
"hl7.fhir.uv.genomics-reporting": "3.0.0-ballot",
6-
"hl7.fhir.uv.ips": "1.1.0",
7-
"fhir.dicom": "2022.4.20221006",
8-
"hl7.fhir.eu.laboratory": "0.1.0-ballot",
95
"fhir.r4.ukcore.stu3.currentbuild": "0.28.0-pre-release",
10-
"ihe.iti.pcf": "1.0.0-comment",
11-
"hl7.fhir.r4b.core": "4.3.0",
12-
"us.nlm.vsac": "0.9.0",
13-
"ihe.iti.balp": "1.1.1",
146
"hl7.fhir.uv.extensions.r4": "5.3.0-ballot-tc1",
15-
"hl7.terminology.r4": "7.1.0"
7+
"hl7.fhir.uv.xver-r5.r4": "0.1.0",
8+
"hl7.terminology.r4": "7.1.0",
9+
"hl7.fhir.uv.genomics-reporting": "3.0.0",
10+
"hl7.fhir.uv.ips": "2.0.0",
11+
"hl7.fhir.uv.ipa": "1.1.0",
12+
"hl7.fhir.eu.laboratory": "0.1.1",
13+
"hl7.fhir.eu.extensions": "0.1.1",
14+
"hl7.terminology.r5": "6.5.0",
15+
"hl7.fhir.uv.extensions.r5": "5.2.0",
16+
"hl7.fhir.r5.core": "5.0.0",
17+
"ihe.iti.pcf": "1.1.0",
18+
"ihe.iti.balp": "1.1.4",
19+
"hl7.fhir.us.mcode": "4.0.0",
20+
"hl7.fhir.us.core": "6.1.0",
21+
"hl7.fhir.uv.bulkdata": "2.0.0",
22+
"hl7.fhir.uv.smart-app-launch": "2.1.0",
23+
"us.nlm.vsac": "0.11.0",
24+
"hl7.fhir.uv.sdc": "3.0.0",
25+
"hl7.fhir.r4.examples": "4.0.1",
26+
"us.cdc.phinvads": "0.12.0",
27+
"ihe.formatcode.fhir": "1.1.0",
28+
"fhir.r4.nhsengland.pathology": "0.1.4-alpha",
29+
"fhir.r4.ukcore.stu2": "2.0.2",
30+
"hl7.fhir.eu.extensions.r4": "1.2.0",
31+
"hl7.fhir.eu.base": "2.0.0-ballot",
32+
"ihe.pharm.mpd.r4": "1.0.0-comment-2",
33+
"fhir.r4.nhsengland.programme": "0.23.3-pre-release",
34+
"fhir.tx.support.r4": "0.27.0",
35+
"fhir.r4.nhsengland.stu1": "1.5.0",
36+
"hl7.fhir.uv.tools.r4": "1.1.2"
1637
},
1738
"missing": {}
1839
}

package.json

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,20 @@
44
"author": "nhsdigital",
55
"dependencies": {
66
"hl7.fhir.r4.core": "4.0.1",
7-
"hl7.fhir.uv.genomics-reporting": "3.0.0-ballot",
8-
"hl7.fhir.uv.ips": "1.1.0",
9-
"hl7.fhir.eu.laboratory": "0.1.0-ballot",
107
"fhir.r4.ukcore.stu3.currentbuild": "0.28.0-pre-release",
11-
"ihe.iti.pcf": "1.0.0-comment",
12-
"hl7.fhir.uv.extensions.r4": "5.3.0-ballot-tc1"
8+
"hl7.fhir.uv.extensions.r4": "5.3.0-ballot-tc1",
9+
"hl7.fhir.uv.xver-r5.r4": "0.1.0",
10+
"hl7.fhir.uv.genomics-reporting": "3.0.0",
11+
"hl7.fhir.uv.ips": "2.0.0",
12+
"hl7.fhir.eu.laboratory": "0.1.1",
13+
"ihe.iti.pcf": "1.1.0",
14+
"hl7.fhir.us.mcode": "4.0.0",
15+
"fhir.r4.nhsengland.pathology": "0.1.4-alpha",
16+
"fhir.r4.nhsengland.programme": "0.23.3-pre-release",
17+
"hl7.fhir.uv.tools.r4": "1.1.2"
1318
},
1419
"fhirVersions": [
1520
"4.0.1"
1621
],
17-
"jurisdiction": "urn:iso:std:iso:3166:-2:GB-ENG"
18-
}
22+
"jurisdiction": "urn:iso:std:iso:3166:-2#GB"
23+
}

0 commit comments

Comments
 (0)