Skip to content

Commit

Permalink
add the Versioning ruleset
Browse files Browse the repository at this point in the history
  • Loading branch information
Hendrejvr committed Apr 3, 2024
1 parent 83319d6 commit 6c6f9a8
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions Resources/input/fsh/rulesets.fsh
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
RuleSet: Meta (profileName)
// General rule for to handle versions for all structure definitions
RuleSet: Versioning
* ^status = #draft
* ^version = "1.0"

RuleSet: Meta (profileName)
* insert Versioning
* ^experimental = false
* ^publisher = "gematik GmbH"
* ^url = "https://gematik.de/fhir/erpchrg/StructureDefinition/{profileName}"
* ^version = "1.0"

RuleSet: MetaProfile (profileName)
* meta 1..1
Expand All @@ -14,7 +18,6 @@ RuleSet: MetaProfile (profileName)
* meta.security 0..0

RuleSet: Meta-Inst
* status = #draft
* insert Versioning
* experimental = false
* version = "1.0"
* publisher = "gematik GmbH"

0 comments on commit 6c6f9a8

Please sign in to comment.