We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 053058e commit f9d9780Copy full SHA for f9d9780
2 files changed
fhirpkg.lock.json
@@ -1,8 +1,10 @@
1
{
2
- "updated": "2025-08-14T14:55:55.4607406+01:00",
+ "updated": "2026-04-07T13:17:09.3887142+01:00",
3
"dependencies": {
4
"hl7.fhir.r4.core": "4.0.1",
5
- "hl7.fhir.r5.core": "5.0.0"
+ "hl7.fhir.uv.tools.r4": "1.1.2",
6
+ "hl7.terminology.r4": "7.1.0",
7
+ "hl7.fhir.uv.extensions.r4": "5.2.0"
8
},
9
"missing": {}
10
}
package.json
@@ -3,10 +3,11 @@
"version": "2.0.0",
"description": "UK Core FHIR profiles and Assets",
"author": "NHS Digital",
+ "dependencies": {
+ "hl7.fhir.r4.core": "4.0.1",
+ "hl7.fhir.uv.tools.r4": "1.1.2"
+ },
"fhirVersions": [
11
"4.0.1"
- ],
- "dependencies": {
- "hl7.fhir.r4.core": "4.0.1"
- }
12
+ ]
13
0 commit comments