Skip to content

Commit

Permalink
start adding conformance slices to IGs
Browse files Browse the repository at this point in the history
  • Loading branch information
costateixeira committed Sep 9, 2023
1 parent 27972ca commit 5aeb397
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion input/fsh/SGImplementationGuide.fsh
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@
Profile: SGImplementationGuide
Parent: ImplementationGuide

* license = #CC-BY-SA-3.0-IGO
* license = #CC-BY-SA-3.0-IGO





// Define the slicing on the resource.type
* definition.resource
* ^slicing.discriminator.type = #pattern
* ^slicing.discriminator.path = "reference.resolve()"
* ^slicing.rules = #open


* definition.resource contains
LogicalModel 0..*
// Profile 0..*

* definition.resource[LogicalModel].reference only Reference(SGLogicalModel)
//* definition.resource[Ppofile].reference only Reference(SGProfile)


0 comments on commit 5aeb397

Please sign in to comment.