From bbe476736f22543b284998fbb44b02dcfd1940ad Mon Sep 17 00:00:00 2001 From: Jose Costa Teixeira Date: Tue, 11 Mar 2025 11:15:10 +0000 Subject: [PATCH 1/2] Update ig.ini o indicate use of WHO template --- ig.ini | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/ig.ini b/ig.ini index 3ef50349..08beb1c4 100644 --- a/ig.ini +++ b/ig.ini @@ -1,5 +1,14 @@ [IG] ig = fsh-generated/resources/ImplementationGuide-smart.who.int.ig-empty.json -#template = #local-template +### PLEASE CHANGE THIS TO YOUR OWN FHIR IG TEMPLATE ### +### Do this by replacing template = who.template.root#current below ### +### with template = fhir.base.template#current ### +### or another FHIR template that you can use. ### + +## For WHO: template = who.template.root#current + +# For eneryone else: +#template = fhir.base.template#current + From 0de2ee124338fabbb1575da35e717df08abc5526 Mon Sep 17 00:00:00 2001 From: Jose Costa Teixeira Date: Tue, 11 Mar 2025 11:15:38 +0000 Subject: [PATCH 2/2] Update ig.ini --- ig.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ig.ini b/ig.ini index 08beb1c4..9753032e 100644 --- a/ig.ini +++ b/ig.ini @@ -9,6 +9,6 @@ ig = fsh-generated/resources/ImplementationGuide-smart.who.int.ig-empty.json ## For WHO: template = who.template.root#current -# For eneryone else: +# For everyone else: #template = fhir.base.template#current