Skip to content

Commit

Permalink
Update FrSlotAgregateurCPTS.fsh
Browse files Browse the repository at this point in the history
  • Loading branch information
breverseau committed Jun 6, 2024
1 parent 91b755a commit 9fb6659
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions input/fsh/profiles/FrSlotAgregateurCPTS.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ Description: "Profil de Slot, dérivé de FrSlot, pour le service d'agrégation
* meta.security ^short = "type de créneau : public, pro, SNP, CPTS"

* serviceType.extension contains SASServiceTypeR5 named sas-servicetype-r5 0..1
* serviceType ^slicing.discriminator.type = #pattern
* serviceType ^slicing.discriminator.type = #value
* serviceType ^slicing.discriminator.path = "$this"
* serviceType ^slicing.rules = #open

* serviceType contains type 0..* and cpts 0..* // fix card
* serviceType contains TypeConsultation 0..* and referencecpts 0..* // fix card

* serviceType[type] from $v3-ActEncounterCode (required)
* serviceType[type].coding.system = "http://terminology.hl7.org/CodeSystem/v3-ActCode"
* serviceType[type].extension[sas-servicetype-r5] 0..0
* serviceType[TypeConsultation] from $v3-ActEncounterCode (required)
* serviceType[TypeConsultation].coding.system = "http://terminology.hl7.org/CodeSystem/v3-ActCode"
* serviceType[TypeConsultation].extension[sas-servicetype-r5] 0..0

* serviceType[cpts] = http://terminology.hl7.org/CodeSystem/service-type#1 // choisir bon code
* serviceType[cpts].extension[sas-servicetype-r5] 1..1
* serviceType[cpts].extension[sas-servicetype-r5].valueReference only Reference(FrHealthcareServiceAgregateurCPTS)
* serviceType[referencecpts] = http://terminology.hl7.org/CodeSystem/service-type#1 // choisir bon code
* serviceType[referencecpts].extension[sas-servicetype-r5] 1..1
* serviceType[referencecpts].extension[sas-servicetype-r5].valueReference only Reference(FrHealthcareServiceAgregateurCPTS)

* appointmentType.coding from sas-sos-valueset-appointmentreason (required)
// vérifier si référence à ce profil ou nouveau profil CPTS
Expand Down

0 comments on commit 9fb6659

Please sign in to comment.