From dc5122fa5324e67917c779d9480e3e8a19a0e971 Mon Sep 17 00:00:00 2001 From: Jose Costa Teixeira Date: Thu, 5 Sep 2024 07:36:44 +0200 Subject: [PATCH] use R4: Remove profiles for Persona, Actor, GraphDefinition and Transaction To clean the build --- input/fsh/extensions/{Sgactorext.fsh => Sgactorext.fshOLD} | 0 .../extensions/{Sgtransaction.fsh => Sgtransaction.fshOLD} | 0 input/fsh/profiles/{SGActor.fsh => SGActor.fshOLD} | 0 .../{SGGraphDefinition.fsh => SGGraphDefinition.fshOLD} | 0 input/fsh/profiles/{SGPersona.fsh => SGPersona.fshOLD} | 0 ...ansactionDefinition.fsh => SGTransactionDefinition.fshOLD} | 0 ...TransactionOperation.fsh => SGTransactionOperation.fshOLD} | 0 sushi-config.yaml | 4 ++-- 8 files changed, 2 insertions(+), 2 deletions(-) rename input/fsh/extensions/{Sgactorext.fsh => Sgactorext.fshOLD} (100%) rename input/fsh/extensions/{Sgtransaction.fsh => Sgtransaction.fshOLD} (100%) rename input/fsh/profiles/{SGActor.fsh => SGActor.fshOLD} (100%) rename input/fsh/profiles/{SGGraphDefinition.fsh => SGGraphDefinition.fshOLD} (100%) rename input/fsh/profiles/{SGPersona.fsh => SGPersona.fshOLD} (100%) rename input/fsh/profiles/{SGTransactionDefinition.fsh => SGTransactionDefinition.fshOLD} (100%) rename input/fsh/profiles/{SGTransactionOperation.fsh => SGTransactionOperation.fshOLD} (100%) diff --git a/input/fsh/extensions/Sgactorext.fsh b/input/fsh/extensions/Sgactorext.fshOLD similarity index 100% rename from input/fsh/extensions/Sgactorext.fsh rename to input/fsh/extensions/Sgactorext.fshOLD diff --git a/input/fsh/extensions/Sgtransaction.fsh b/input/fsh/extensions/Sgtransaction.fshOLD similarity index 100% rename from input/fsh/extensions/Sgtransaction.fsh rename to input/fsh/extensions/Sgtransaction.fshOLD diff --git a/input/fsh/profiles/SGActor.fsh b/input/fsh/profiles/SGActor.fshOLD similarity index 100% rename from input/fsh/profiles/SGActor.fsh rename to input/fsh/profiles/SGActor.fshOLD diff --git a/input/fsh/profiles/SGGraphDefinition.fsh b/input/fsh/profiles/SGGraphDefinition.fshOLD similarity index 100% rename from input/fsh/profiles/SGGraphDefinition.fsh rename to input/fsh/profiles/SGGraphDefinition.fshOLD diff --git a/input/fsh/profiles/SGPersona.fsh b/input/fsh/profiles/SGPersona.fshOLD similarity index 100% rename from input/fsh/profiles/SGPersona.fsh rename to input/fsh/profiles/SGPersona.fshOLD diff --git a/input/fsh/profiles/SGTransactionDefinition.fsh b/input/fsh/profiles/SGTransactionDefinition.fshOLD similarity index 100% rename from input/fsh/profiles/SGTransactionDefinition.fsh rename to input/fsh/profiles/SGTransactionDefinition.fshOLD diff --git a/input/fsh/profiles/SGTransactionOperation.fsh b/input/fsh/profiles/SGTransactionOperation.fshOLD similarity index 100% rename from input/fsh/profiles/SGTransactionOperation.fsh rename to input/fsh/profiles/SGTransactionOperation.fshOLD diff --git a/sushi-config.yaml b/sushi-config.yaml index 52cff4f0..34d3023c 100644 --- a/sushi-config.yaml +++ b/sushi-config.yaml @@ -5,9 +5,9 @@ title: SMART Base description: An empty Implementation Guide to be used as a starting point for building SMART Guidelines Implementation Guides status: draft # draft | active | retired | unknown version: 0.1.1 -fhirVersion: 4.3.0 # https://www.hl7.org/fhir/valueset-FHIR-version.html +# fhirVersion: 4.3.0 # https://www.hl7.org/fhir/valueset-FHIR-version.html # fhirVersion: 5.0.0 # https://www.hl7.org/fhir/valueset-FHIR-version.html -# fhirVersion: 4.0.1 # https://www.hl7.org/fhir/valueset-FHIR-version.html +fhirVersion: 4.0.1 # https://www.hl7.org/fhir/valueset-FHIR-version.html copyrightYear: 2023+ releaseLabel: ci-build # ci-build | draft | qa-preview | ballot | trial-use | release | update | normative+trial-use # license: CC0-1.0 # https://www.hl7.org/fhir/valueset-spdx-license.html