Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
breverseau committed Feb 6, 2025
1 parent 3b6f4d0 commit a39efc0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion input/fsh/profiles/CPTS/FrSlotAgregateurCPTS.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Description: "Profil de Slot, dérivé de FrSlot, pour le cas d'usage agrégateu

* serviceType.extension contains sas-cpts-slot-servicetype-aggregator named sas-servicetype-r5 0..1

* serviceType contains TypeConsultation 0..* and referencecpts 0..*
* serviceType contains TypeConsultation 0..* and referencecpts 0..* and motifConsultation 0..*

* serviceType[TypeConsultation] from $v3-ActEncounterCode (required)
* serviceType[TypeConsultation].coding.system = "http://terminology.hl7.org/CodeSystem/v3-ActCode"
Expand All @@ -25,6 +25,11 @@ Description: "Profil de Slot, dérivé de FrSlot, pour le cas d'usage agrégateu
* serviceType[referencecpts].extension[sas-servicetype-r5] 1..1
* serviceType[referencecpts].extension[sas-servicetype-r5].valueReference only Reference(FrHealthcareServiceAgregateurCPTS)

//Test
* serviceType[motifConsultation].coding 0..0
* serviceType[motifConsultation] ^short = "Slicing type de consultation pour motif en texte libre"
* serviceType[motifConsultation].text 1..1

* appointmentType.coding from sas-valueset-appointmentreason (required)
* schedule only Reference(FrScheduleAgregateur)
* status = #free
2 changes: 1 addition & 1 deletion input/fsh/profiles/FrSlotAgregateur.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Description: "Profil de Slot, dérivé de FrSlot, pour le service d'agrégation
* serviceType[TypeConsultation] ^short = "Slicing type de consultation structuré (au cabinet, à domicile, téléconsultation)"

* serviceType[motifConsultation].coding 0..0
* serviceType[motifConsultation] ^short = "Slicing type de consulatation pour motif en texte libre"
* serviceType[motifConsultation] ^short = "Slicing type de consultation pour motif en texte libre"
* serviceType[motifConsultation].text 1..1

* specialty ^binding.strength = #required
Expand Down

0 comments on commit a39efc0

Please sign in to comment.