<StructureDefinition xmlns="http://hl7.org/fhir">
  <id value="fr-slot" />
  <url value="http://interopsante.org/fhir/StructureDefinition/FrSlot" />
  <version value="1.0.1" />
  <name value="FrSlot" />
  <status value="active" />
  <date value="2022-10-20" />
  <publisher value="InteropSanté" />
  <contact>
    <name value="InteropSanté" />
    <telecom>
      <system value="email" />
      <value value="fhir@interopsante.org" />
      <use value="work" />
    </telecom>
  </contact>
  <description value="http://interopsante.org/fhir/StructureDefinition/FrSlot" />
  <fhirVersion value="4.0.1" />
  <kind value="resource" />
  <abstract value="false" />
  <type value="Slot" />
  <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Slot" />
  <derivation value="constraint" />
  <differential>
    <element id="Slot.identifier.use">
      <path value="Slot.identifier.use" />
      <binding>
        <strength value="required" />
        <valueSet value="http://hl7.org/fhir/ValueSet/identifier-use" />
      </binding>
    </element>
    <element id="Slot.serviceCategory">
      <path value="Slot.serviceCategory" />
      <max value="1" />
    </element>
    <element id="Slot.specialty">
      <path value="Slot.specialty" />
      <binding>
        <strength value="required" />
        <valueSet value="http://interopsante.org/fhir/ValueSet/fr-practitioner-specialty" />
      </binding>
    </element>
    <element id="Slot.schedule">
      <path value="Slot.schedule" />
      <type>
        <code value="Reference" />
        <targetProfile value="http://interopsante.org/fhir/StructureDefinition/FrSchedule" />
      </type>
    </element>
    <element id="Slot.status">
      <path value="Slot.status" />
      <binding>
        <strength value="required" />
        <valueSet value="http://hl7.org/fhir/ValueSet/slotstatus" />
      </binding>
    </element>
  </differential>
</StructureDefinition>