Skip to content

Commit

Permalink
Remove index.tx and remove absolute references to value sets
Browse files Browse the repository at this point in the history
Remove index.tx and remove absolute references to value sets
  • Loading branch information
breverseau committed Nov 8, 2023
1 parent e40b874 commit e35a336
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 19 deletions.
14 changes: 0 additions & 14 deletions input/fsh/index.txt

This file was deleted.

4 changes: 2 additions & 2 deletions input/fsh/profiles/FrAppointmentSOS.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Id: sas-sos-appointment
* extension[appointmentOperator].value[x] only Reference
* extension[appointmentOperator].valueReference.identifier.type 1..
* extension[appointmentOperator].valueReference.identifier.type.coding 1..1
* extension[appointmentOperator].valueReference.identifier.type.coding from http://interop.esante.gouv.fr/ig/fhir/sas/ValueSet/sas-sos-valueset-typeidentifiant (required)
* extension[appointmentOperator].valueReference.identifier.type.coding from sas-sos-valueset-typeidentifiant (required)
* extension[appointmentOperator].valueReference.identifier.type.coding.code 1..
* extension[appointmentOperator].valueReference.identifier.system 1..
* extension[appointmentOperator].valueReference.identifier.value 1..
Expand All @@ -16,4 +16,4 @@ Id: sas-sos-appointment
* identifier.value 1..
* start 1..
* end 1..
* participant.status from http://interop.esante.gouv.fr/ig/fhir/sas/ValueSet/sas-sos-valueset-participant-status (required)
* participant.status from sas-sos-valueset-participant-status (required)
6 changes: 3 additions & 3 deletions input/fsh/profiles/FrSlotAgregateurSOS.fsh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Profile: FrSlotAgregateurSOS
Parent: FrSlot
Id: sas-sos-slot-aggregator
* meta.security from http://interop.esante.gouv.fr/ig/fhir/sas/ValueSet/sas-sos-valueset-typecreneau (required)
* meta.security from sas-sos-valueset-typecreneau (required)
* meta.security ^binding.description = "type de créneau : public, SNP"
* serviceType.coding from http://interop.esante.gouv.fr/ig/fhir/sas/ValueSet/sas-sos-valueset-typeconsultation (required)
* appointmentType.coding from http://interop.esante.gouv.fr/ig/fhir/sas/ValueSet/sas-sos-valueset-appointmentreason (required)
* serviceType.coding from sas-sos-valueset-typeconsultation (required)
* appointmentType.coding from sas-sos-valueset-appointmentreason (required)
* schedule only Reference(FrScheduleAgregateurSOS)
* status = #free
// commment doit être rempli si appointmentType.coding.code = 'ROUTINE'

0 comments on commit e35a336

Please sign in to comment.