Skip to content

Commit

Permalink
fix actors
Browse files Browse the repository at this point in the history
  • Loading branch information
costateixeira committed Apr 25, 2024
1 parent b129f05 commit e7715b0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion input/fsh/actors/Credential.Holder.fsh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Alias: $SGActor = http://smart.who.int/base/StructureDefinition/SGActor

Instance: Credential.Holder
InstanceOf: $SGActor
InstanceOf: ActorDefinition
Usage: #example
* meta.profile = "http://smart.who.int/smart-base/StructureDefinition/SGPersona"
* type = #system
Expand Down
2 changes: 1 addition & 1 deletion input/fsh/actors/Credential.Issuer.fsh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Alias: $SGActor = http://smart.who.int/base/StructureDefinition/SGActor

Instance: Credential.Issuer
InstanceOf: $SGActor
InstanceOf: ActorDefinition
Usage: #example
* meta.profile = "http://smart.who.int/smart-base/StructureDefinition/SGPersona"
* type = #system
Expand Down
2 changes: 1 addition & 1 deletion input/fsh/actors/GDHCN.fsh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Alias: $SGActor = http://smart.who.int/base/StructureDefinition/SGActor

Instance: GDHCN
InstanceOf: $SGActor
InstanceOf: ActorDefinition
Usage: #example
* meta.profile = "http://smart.who.int/smart-base/StructureDefinition/SGPersona"
* type = #system
Expand Down
2 changes: 1 addition & 1 deletion input/fsh/actors/TNG.fsh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Alias: $SGActor = http://smart.who.int/base/StructureDefinition/SGActor

Instance: TNG
InstanceOf: $SGActor
InstanceOf: ActorDefinition
Usage: #example
* meta.profile = "http://smart.who.int/smart-base/StructureDefinition/SGPersona"
* type = #system
Expand Down
2 changes: 1 addition & 1 deletion input/fsh/actors/TNP.fsh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Alias: $SGActor = http://smart.who.int/base/StructureDefinition/SGActor

Instance: TNP
InstanceOf: $SGActor
InstanceOf: ActorDefinition
Usage: #example
* meta.profile = "http://smart.who.int/smart-base/StructureDefinition/SGPersona"
* type = #system
Expand Down

0 comments on commit e7715b0

Please sign in to comment.