Skip to content

Commit

Permalink
Update example-bundlepsindiv.fsh
Browse files Browse the repository at this point in the history
  • Loading branch information
breverseau committed Feb 10, 2025
1 parent d19e3c1 commit e6df211
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions input/fsh/examples/PS Indiv/example-bundlepsindiv.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -12,48 +12,48 @@ Usage: #example

* entry[FrSlotAgregateur][+].resource = ExampleSlotPSIndiv1
* entry[FrSlotAgregateur][=].fullUrl = "https://exemple.com/ans-sas/Slot/ExampleSlotPSIndiv1"
* entry[FrSlotAgregateur][=].search.mode = "match"
* entry[FrSlotAgregateur][=].search.mode = #match

* entry[FrScheduleAgregateur][+].resource = ExampleSchedule1
* entry[FrScheduleAgregateur][=].fullUrl = "https://exemple.com/ans-sas/Schedule/ExampleSchedule1"
* entry[FrScheduleAgregateur][=].search.mode = "include"
* entry[FrScheduleAgregateur][=].search.mode = #include

* entry[FrPractitionerAgregateur][+].resource = ExamplePractitioner2
* entry[FrPractitionerAgregateur][=].fullUrl = "https://exemple.com/ans-sas/Practitioner/ExamplePractitioner2"
* entry[FrPractitionerAgregateur][=].search.mode = "include"
* entry[FrPractitionerAgregateur][=].search.mode = #include

* entry[FrPractitionerRoleExerciceAgregateur][+].resource = ExamplePractitionerRoleAgregateur2
* entry[FrPractitionerRoleExerciceAgregateur][=].fullUrl = "https://exemple.com/ans-sas/PractitionerRole/ExamplePractitionerRoleAgregateur2"
* entry[FrPractitionerRoleExerciceAgregateur][=].search.mode = "include"
* entry[FrPractitionerRoleExerciceAgregateur][=].search.mode = #include

* entry[FrSlotAgregateur][+].resource = ExampleSlotPSIndiv2
* entry[FrSlotAgregateur][=].fullUrl = "https://exemple.com/ans-sas/Slot/ExampleSlotPSIndiv2"
* entry[FrSlotAgregateur][=].search.mode = "match"
* entry[FrSlotAgregateur][=].search.mode = #match

* entry[FrScheduleAgregateur][+].resource = ExampleSchedule2
* entry[FrScheduleAgregateur][=].fullUrl = "https://exemple.com/ans-sas/Schedule/ExampleSchedule2"
* entry[FrScheduleAgregateur][=].search.mode = "include"
* entry[FrScheduleAgregateur][=].search.mode = #include

* entry[FrPractitionerRoleExerciceAgregateur][+].resource = ExamplePractitionerRoleAgregateur3
* entry[FrPractitionerRoleExerciceAgregateur][=].fullUrl = "https://exemple.com/ans-sas/PractitionerRole/ExamplePractitionerRoleAgregateur3"
* entry[FrPractitionerRoleExerciceAgregateur][=].search.mode = "include"
* entry[FrPractitionerRoleExerciceAgregateur][=].search.mode = #include

* entry[FrSlotAgregateur][+].resource = ExampleSlotPSIndiv3
* entry[FrSlotAgregateur][=].fullUrl = "https://exemple.com/ans-sas/Slot/ExampleSlotPSIndiv3"
* entry[FrSlotAgregateur][=].search.mode = "match"
* entry[FrSlotAgregateur][=].search.mode = #match

* entry[FrScheduleAgregateur][+].resource = ExampleSchedule3
* entry[FrScheduleAgregateur][=].fullUrl = "https://exemple.com/ans-sas/Schedule/ExampleSchedule3"
* entry[FrScheduleAgregateur][=].search.mode = "include"
* entry[FrScheduleAgregateur][=].search.mode = #include

* entry[FrPractitionerAgregateur][+].resource = ExamplePractitioner3
* entry[FrPractitionerAgregateur][=].fullUrl = "https://exemple.com/ans-sas/Practitioner/ExamplePractitioner3"
* entry[FrPractitionerAgregateur][=].search.mode = "include"
* entry[FrPractitionerAgregateur][=].search.mode = #include

* entry[FrPractitionerRoleExerciceAgregateur][+].resource = ExamplePractitionerRoleAgregateur4
* entry[FrPractitionerRoleExerciceAgregateur][=].fullUrl = "https://exemple.com/ans-sas/PractitionerRole/ExamplePractitionerRoleAgregateur4"
* entry[FrPractitionerRoleExerciceAgregateur][=].search.mode = "include"
* entry[FrPractitionerRoleExerciceAgregateur][=].search.mode = #include

* entry[FrSlotAgregateur][+].resource = ExampleSlotPSIndiv4
* entry[FrSlotAgregateur][=].fullUrl = "https://exemple.com/ans-sas/Slot/ExampleSlotPSIndiv4"
* entry[FrSlotAgregateur][=].search.mode = "match"
* entry[FrSlotAgregateur][=].search.mode = #match

0 comments on commit e6df211

Please sign in to comment.