Skip to content

Commit

Permalink
added SG Actor and SG Transaction profiles. bumped version to 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
litlfred committed Apr 25, 2024
1 parent 07f0728 commit 99348e4
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 8 deletions.
13 changes: 13 additions & 0 deletions input/fsh/SGActor.fsh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Profile: SGActor
Parent: ActorDefinition
Description: "Smart Guidelines Actor"

* identifier 1..*
* status MS
* name 1..1
* title 1..1
* experimental 1..1
* description 1..1
* type MS


8 changes: 1 addition & 7 deletions input/fsh/SGPersona.fsh5
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
Profile: SGPersona
Parent: ActorDefinition
Parent: SGActor

* identifier 1..*
* status MS
* name 1..1
* title 1..1
* type = #person
* experimental 1..1
* description 1..1
33 changes: 33 additions & 0 deletions input/fsh/SGTransaction.fsh
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
Extension: Sgactorext
Description: "Smart Guidelines Actor extension"
* value[x] only Reference(SGActor)
* valueReference 1..1 MS

Extension: Markdown
Description: "Markdown extension"
* value[x] only markdown
* valueMarkdown 1..1 MS

Profile: SGTransaction
Parent: OperationDefinition
Description: "Smart Guidelines Transaction: see https://profiles.ihe.net/ITI/TF/Volume2/ch-2.html for conventions on transactions"

* status MS
* name 1..1
* title 1..1
* kind MS
* experimental 1..1
* description 1..1
* system MS
* type MS
* code MS
* instance MS

* extension contains
Sgactorext named sourceActor 1..1 MS and
Sgactorext named targetActor 1..1 MS and
Markdown named triggerEvent 1.. MS and
Markdown named messageSemantics 1.. MS and
Markdown named expectedActions 1.. MS


3 changes: 2 additions & 1 deletion sushi-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ 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.0
fhirVersion: 4.0.1 # 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
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
Expand Down

0 comments on commit 99348e4

Please sign in to comment.