From d680ada4430e6bdd41628fafeeb6436f3d250024 Mon Sep 17 00:00:00 2001 From: Samuel Brendler Date: Tue, 24 Sep 2024 14:43:48 +0200 Subject: [PATCH] Fix ig path in ig.ini and switch to FHIR 5.0.0 in sushi-config.yml --- ig.ini | 2 +- sushi-config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ig.ini b/ig.ini index 00f26dc..9811f83 100644 --- a/ig.ini +++ b/ig.ini @@ -1,3 +1,3 @@ [IG] template = hl7.at.fhir.template#current -ig = fsh-generated/resources/ImplementationGuide-hl7.at.fhir.ag-scheduling.r5.json \ No newline at end of file +ig = fsh-generated/resources/ImplementationGuide-TC-FHIR-AG-Scheduling-R5.json \ No newline at end of file diff --git a/sushi-config.yaml b/sushi-config.yaml index 4d85693..2849a30 100644 --- a/sushi-config.yaml +++ b/sushi-config.yaml @@ -10,7 +10,7 @@ name: TC-FHIR-AG-Scheduling-R5 # description: Example Implementation Guide for getting started with SUSHI status: draft # draft | active | retired | unknown version: 0.1.0 -fhirVersion: 4.0.1 # https://www.hl7.org/fhir/valueset-FHIR-version.html +fhirVersion: 5.0.0 # https://www.hl7.org/fhir/valueset-FHIR-version.html copyrightYear: 2024+ releaseLabel: ci-build # license: CC0-1.0 # https://www.hl7.org/fhir/valueset-spdx-license.html