Skip to content

Commit

Permalink
fixup for new transaction/actor modeling
Browse files Browse the repository at this point in the history
  • Loading branch information
litlfred committed Apr 25, 2024
1 parent e99132c commit 03d812d
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 20 deletions.
1 change: 1 addition & 0 deletions input/fsh/Aliases.fsh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Alias: $SGActor = http://smart.who.int/base/StructureDefinition/SGActor

Alias: $SGTransactionOp = http://smart.who.int/base/StructureDefinition/SGTransactionOperation
Alias: $SGTransactionDef = http://smart.who.int/base/StructureDefinition/SGTransactionDefinition

Expand Down
7 changes: 3 additions & 4 deletions input/fsh/actors/Credential.Holder.fsh
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
Alias: $SGActor = http://smart.who.int/base/StructureDefinition/SGActor

Instance: Credential.Holder
InstanceOf: $SGActor

Usage: #example
* meta.profile = "http://smart.who.int/smart-base/StructureDefinition/SGPersona"
* type = #system
* status = #draft
* identifier.value = "TNP"
* identifier.value = "Credential.Holder"
* name = "Credential.Holder"
* title = "Credential.Holder"
* experimental = false
* description = "Credential Holder"
* extension[code] = $TrustActor#credential-holder
* extension[code].valueCoding = $TrustActor#credential-holder
6 changes: 2 additions & 4 deletions input/fsh/actors/Credential.Issuer.fsh
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
Alias: $SGActor = http://smart.who.int/base/StructureDefinition/SGActor

Instance: Credential.Issuer
InstanceOf: $SGActor
Usage: #example
* meta.profile = "http://smart.who.int/smart-base/StructureDefinition/SGPersona"
* type = #system
* status = #draft
* identifier.value = "TNP"
* identifier.value = "Credential.Issuer"
* name = "Credential.Issuer"
* title = "Credential.Issuer"
* experimental = false
* description = "Credential Issuer"
* extension[code] = $TrustActor#credential-issuer
* extension[code].valueCoding = $TrustActor#credential-issuer
4 changes: 1 addition & 3 deletions input/fsh/actors/GDHCN.fsh
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
Alias: $SGActor = http://smart.who.int/base/StructureDefinition/SGActor

Instance: GDHCN
InstanceOf: $SGActor
Usage: #example
Expand All @@ -11,4 +9,4 @@ Usage: #example
* title = "GDHCN"
* experimental = false
* description = "WHO Global Digital Health Certification Network"
* extension[code] = $TrustActor#GDHCN
* extension[code].valueCoding = $TrustActor#GDHCN
4 changes: 1 addition & 3 deletions input/fsh/actors/TNG.fsh
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
Alias: $SGActor = http://smart.who.int/base/StructureDefinition/SGActor

Instance: TNG
InstanceOf: $SGActor
Usage: #example
Expand All @@ -11,4 +9,4 @@ Usage: #example
* title = "TNG"
* experimental = false
* description = "Trust Network Gateway"
* extension[code] = $TrustActor#TNG
* extension[code].valueCoding = $TrustActor#TNG
4 changes: 1 addition & 3 deletions input/fsh/actors/TNP.fsh
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
Alias: $SGActor = http://smart.who.int/base/StructureDefinition/SGActor

Instance: TNP
InstanceOf: $SGActor
Usage: #example
Expand All @@ -11,4 +9,4 @@ Usage: #example
* title = "TNP"
* experimental = false
* description = "Trust Network Participant"
* extension[code] = $TrustActor#TNP
* extension[code].valueCoding = $TrustActor#TNP
6 changes: 3 additions & 3 deletions sushi-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ email: [email protected]
jurisdiction: http://unstats.un.org/unsd/methods/m49/m49.htm#001
# experimental: true
dependencies:
hl7.fhir.uv.ips: 1.1.0
# hl7.fhir.uv.ips: 1.1.0
# fhir.who.ddcc: 1.0.0
# who.ddcc: current
who.base: dev
who.ddcc: dev
who.base: current
who.ddcc: current

pages:
index.xml:
Expand Down

0 comments on commit 03d812d

Please sign in to comment.