From 91dfb5461e55c9239f31750f2924fa7be0297cc1 Mon Sep 17 00:00:00 2001 From: Gregor Lichtner <33544440+glichtner@users.noreply.github.com> Date: Thu, 8 Dec 2022 14:54:42 +0100 Subject: [PATCH] Update/version (#13) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * updated resource versions * Bump version: 0.3.6-snapshot → 0.4.0 --- .bumpversion.cfg | 2 +- input/data/ig.yml | 20 ++++++++++++++++++- input/fsh/guideline/p-guideline.fsh | 2 +- .../intervention/p-recommendation-plan.fsh | 2 +- input/fsh/p-guideline-bundle.fsh | 2 +- sushi-config.yaml | 2 +- 6 files changed, 24 insertions(+), 6 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 5e7c00273..c4a2c51f0 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.6-snapshot +current_version = 0.4.0 parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P\S+))? serialize = {major}.{minor}.{patch}-{release} diff --git a/input/data/ig.yml b/input/data/ig.yml index f132ca4b1..2b04d5ebb 100644 --- a/input/data/ig.yml +++ b/input/data/ig.yml @@ -297,6 +297,12 @@ definition: name: Dosage Condition reference: reference: StructureDefinition/ext-dosage-condition + - description: Action selection behavior with only codes that require at least one + action to be performed. + isExample: false + name: Action Selection Behavior Required + reference: + reference: ValueSet/vs-action-selection-behavior-required - description: Allergic Dispositions from SNOMED CT isExample: false name: Allergic Disposition SCT @@ -342,6 +348,11 @@ definition: name: Guideline Stage Classification reference: reference: ValueSet/vs-guideline-stage-classification + - description: Most important + isExample: false + name: Laboratory Observations + reference: + reference: ValueSet/vs-laboratory-observations - description: Mean difference types isExample: false name: Mean Difference Type @@ -499,6 +510,13 @@ definition: (AWMF) e.V reference: reference: Organization/AWMFOrganization + - description: Application of Dexamethasone for ventilated patients only + isExample: true + name: Dexamethasone Application + profile: + - https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/recommendation + reference: + reference: PlanDefinition/COVID19DexamethasoneApplication - description: COVID19 Intensive Care Treatment Guideline. isExample: true name: COVID19 Intensive Care Treatment Guideline @@ -823,4 +841,4 @@ resourceType: ImplementationGuide status: draft title: Clinical Practice Guidelines (CPG) on EBMonFHIR url: https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/ImplementationGuide/cpg.ceosys.de -version: 0.3.6-snapshot +version: 0.4.0 diff --git a/input/fsh/guideline/p-guideline.fsh b/input/fsh/guideline/p-guideline.fsh index a563df523..03ef13443 100644 --- a/input/fsh/guideline/p-guideline.fsh +++ b/input/fsh/guideline/p-guideline.fsh @@ -4,7 +4,7 @@ Parent: Composition Id: guideline Title: "Clinical Practice Guideline" Description: "Representation of an evidence-based clinical practice guideline." -* insert metadata(2021-12-03, #draft, 0.1.0) +* insert metadata(2022-12-08, #draft, 0.2.0) * insert profile("This profile is intended to be used as a description of clinical practice guidelines.") * identifier 1..1 MS * type 1.. MS diff --git a/input/fsh/intervention/p-recommendation-plan.fsh b/input/fsh/intervention/p-recommendation-plan.fsh index 0455cd6b9..b97a0c818 100644 --- a/input/fsh/intervention/p-recommendation-plan.fsh +++ b/input/fsh/intervention/p-recommendation-plan.fsh @@ -4,7 +4,7 @@ Parent: CPGRecommendationDefinition Id: recommendation-plan Title: "Recommendation Plan" Description: "Definition of an activity that is part of an intervention in the context of a clinical practice guideline recommendation." -* insert metadata(2022-05-31, #draft, 0.2.0) +* insert metadata(2022-12-08, #draft, 0.3.0) * insert profile("This profile is used to define the recommended activities for an intervention in the context of a clinical practice guideline recommendation.") * obeys selection-behavior-unique-or-no-value * subject[x] 1..1 MS diff --git a/input/fsh/p-guideline-bundle.fsh b/input/fsh/p-guideline-bundle.fsh index d2258c491..0eb7a42fb 100644 --- a/input/fsh/p-guideline-bundle.fsh +++ b/input/fsh/p-guideline-bundle.fsh @@ -5,7 +5,7 @@ Parent: Bundle Id: guideline-bundle Title: "Guideline Bundle" Description: "Collection of all resources that represent a single clinical practice guideline." -* insert metadata(2021-12-03, #draft, 0.1.0) +* insert metadata(2022-12-08, #draft, 0.2.0) * insert profile("This profile is a guideline bundle") * obeys bdl-1 * type = #collection diff --git a/sushi-config.yaml b/sushi-config.yaml index 4152e07ab..6b88be455 100644 --- a/sushi-config.yaml +++ b/sushi-config.yaml @@ -7,7 +7,7 @@ canonical: https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir name: CPG-on-EBMonFHIR title: Clinical Practice Guidelines (CPG) on EBMonFHIR status: draft -version: 0.3.6-snapshot +version: 0.4.0 fhirVersion: 5.0.0-ballot copyrightYear: 2021+ releaseLabel: ci-build