From ed0b4aac9c14403f8737ffe7ca553fcf5463fab7 Mon Sep 17 00:00:00 2001 From: Pieter Edelman Date: Thu, 26 Sep 2024 09:59:08 +0200 Subject: [PATCH] Fix for terminology download script to be more specific about ValueSet references --- util/downloadTerminology/downloadTerminology.xsl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/util/downloadTerminology/downloadTerminology.xsl b/util/downloadTerminology/downloadTerminology.xsl index f530a83ef..60d567a33 100644 --- a/util/downloadTerminology/downloadTerminology.xsl +++ b/util/downloadTerminology/downloadTerminology.xsl @@ -100,8 +100,7 @@ - + select="collection(concat($sourceDir, '?select=*.xml;recurse=yes'))/(f:StructureDefinition//f:binding/f:valueSet | f:ValueSet//f:include/f:valueSet | f:ConceptMap/f:sourceCanonical | f:ConceptMap/f:targetCanonical)/@value[starts-with(., 'http://decor.nictiz.nl/fhir/')]" as="attribute()*"/>