From 5939cfffe709eae2b8904a36968af221513dbd9e Mon Sep 17 00:00:00 2001 From: Ardon Toonstra Date: Thu, 24 Oct 2024 16:11:25 +0200 Subject: [PATCH] Add dependency to "hl7.fhir.uv.extensions.r4" --- zib/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zib/package.json b/zib/package.json index da30026f..e49ed4cf 100644 --- a/zib/package.json +++ b/zib/package.json @@ -5,7 +5,8 @@ "title": "FHIR implementation of zibs 2024", "description": "NL package of FHIR R4 conformance resources for zib (Zorginformatiebouwstenen, Clinical Information Models) release 2024.", "dependencies": { - "hl7.fhir.r4.core": "4.0.x" + "hl7.fhir.r4.core": "4.0.x", + "hl7.fhir.uv.extensions.r4": "5.1.0" }, "fhirVersions": [ "4.0.0"