Skip to content

Commit

Permalink
Update/version (#13)
Browse files Browse the repository at this point in the history
* updated resource versions
* Bump version: 0.3.6-snapshot → 0.4.0
  • Loading branch information
glichtner authored Dec 8, 2022
1 parent 8459f0a commit 91dfb54
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.6-snapshot
current_version = 0.4.0
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>\S+))?
serialize =
{major}.{minor}.{patch}-{release}
Expand Down
20 changes: 19 additions & 1 deletion input/data/ig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion input/fsh/guideline/p-guideline.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion input/fsh/intervention/p-recommendation-plan.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion input/fsh/p-guideline-bundle.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion sushi-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 91dfb54

Please sign in to comment.