From 9712ac66bf7ec9ce0185606dd89c46bdcd2fc56f Mon Sep 17 00:00:00 2001 From: Lloyd McKenzie Date: Sat, 30 Nov 2024 20:39:59 +0000 Subject: [PATCH] Add the SDC template to the list of trusted templates --- .../java/org/hl7/fhir/igtools/templates/TemplateManager.java | 1 + 1 file changed, 1 insertion(+) diff --git a/org.hl7.fhir.publisher.core/src/main/java/org/hl7/fhir/igtools/templates/TemplateManager.java b/org.hl7.fhir.publisher.core/src/main/java/org/hl7/fhir/igtools/templates/TemplateManager.java index 855baf084..6c4dac1b0 100644 --- a/org.hl7.fhir.publisher.core/src/main/java/org/hl7/fhir/igtools/templates/TemplateManager.java +++ b/org.hl7.fhir.publisher.core/src/main/java/org/hl7/fhir/igtools/templates/TemplateManager.java @@ -251,6 +251,7 @@ private void checkTemplateId(String template, String packageId, String reason) { "hl7.be.fhir.template", "hl7.cda.template", "hl7.davinci.template", + "hl7.sdc.template", "openhie.fhir.template", "who.fhir.template", "who.template.root",