<StructureDefinition xmlns="http://hl7.org/fhir">
  <id value="hc-slot" />
  <url value="https://integrator.healthconnected.nl/StructureDefinition/hc-slot" />
  <name value="HcSlot" />
  <title value="HcSlot" />
  <status value="draft" />
  <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.id">
      <path value="Slot.id" />
      <max value="0" />
    </element>
    <element id="Slot.appointmentType">
      <path value="Slot.appointmentType" />
      <min value="1" />
      <binding>
        <strength value="required" />
        <valueSet value="http://fhir.nl/fhir/ValueSet/nhg-tabel-14-contactsoort" />
      </binding>
    </element>
    <element id="Slot.schedule">
      <path value="Slot.schedule" />
      <type>
        <code value="Reference" />
        <targetProfile value="https://integrator.healthconnected.nl/StructureDefinition/hc-schedule" />
      </type>
    </element>
    <element id="Slot.status">
      <path value="Slot.status" />
      <fixedCode value="free" />
    </element>
  </differential>
</StructureDefinition>