Skip to content

Commit

Permalink
add Experimental and Publisher to the ruleset
Browse files Browse the repository at this point in the history
  • Loading branch information
Hendrejvr committed Apr 3, 2024
1 parent ee92c4c commit 70b15f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions Resources/input/fsh/ruleset.fsh
Original file line number Diff line number Diff line change
@@ -1,24 +1,20 @@
// General rule for to handle versions for all structure definitions
RuleSet: Versioning
* ^status = #active
* ^experimental = false
* ^publisher = "gematik GmbH"
* ^version = "1.0"

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

RuleSet: MetaValueSet(profileName)
* insert Versioning
* ^experimental = false
* ^publisher = "gematik GmbH"
* ^url = "https://gematik.de/fhir/erp-servicerequest/ValueSet/{profileName}"

RuleSet: MetaCodeSystem(profileName)
* insert Versioning
* ^experimental = false
* ^publisher = "gematik GmbH"
* ^url = "https://gematik.de/fhir/erp-servicerequest/CodeSystem/{profileName}"

RuleSet: MetaInstance(profileName)
Expand Down
2 changes: 1 addition & 1 deletion fhirpkg.lock.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"updated": "2024-03-19T10:28:24.269772+01:00",
"updated": "2024-04-03T09:18:41.9234275+00:00",
"dependencies": {
"hl7.fhir.r4.core": "4.0.1",
"de.basisprofil.r4": "1.3.2",
Expand Down

0 comments on commit 70b15f5

Please sign in to comment.