Skip to content

Commit

Permalink
CPTS fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
breverseau committed May 27, 2024
1 parent efe7cf8 commit d3b884a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion input/fsh/extensions/ServiceType.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Description: "Test extension R5"
concept 0..1 and
reference 0..1
* extension[concept].value[x] only CodeableConcept
* extension[reference].value[x] only Reference()
* extension[reference].value[x] only Reference
2 changes: 1 addition & 1 deletion input/fsh/profiles/FrSlotAgregateurCPTS.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Description: "Profil de Slot, dérivé de FrSlot, pour le service d'agrégation
SASServiceType-R5 named sas-servicetype-r5 0..*

* serviceType ^slicing.discriminator.type = #type
* serviceType ^slicing.discriminator.path = $this
* serviceType ^slicing.discriminator.path = "$this"
* serviceType ^slicing.rules = #open

* serviceType contains
Expand Down

0 comments on commit d3b884a

Please sign in to comment.