Skip to content

Commit f9d9780

Browse files
committed
updated to include ig tools needed for Forge
1 parent 053058e commit f9d9780

2 files changed

Lines changed: 9 additions & 6 deletions

File tree

fhirpkg.lock.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
{
2-
"updated": "2025-08-14T14:55:55.4607406+01:00",
2+
"updated": "2026-04-07T13:17:09.3887142+01:00",
33
"dependencies": {
44
"hl7.fhir.r4.core": "4.0.1",
5-
"hl7.fhir.r5.core": "5.0.0"
5+
"hl7.fhir.uv.tools.r4": "1.1.2",
6+
"hl7.terminology.r4": "7.1.0",
7+
"hl7.fhir.uv.extensions.r4": "5.2.0"
68
},
79
"missing": {}
810
}

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
"version": "2.0.0",
44
"description": "UK Core FHIR profiles and Assets",
55
"author": "NHS Digital",
6+
"dependencies": {
7+
"hl7.fhir.r4.core": "4.0.1",
8+
"hl7.fhir.uv.tools.r4": "1.1.2"
9+
},
610
"fhirVersions": [
711
"4.0.1"
8-
],
9-
"dependencies": {
10-
"hl7.fhir.r4.core": "4.0.1"
11-
}
12+
]
1213
}

0 commit comments

Comments
 (0)