<Slot xmlns="http://hl7.org/fhir">
  <id value="123e4567-e89b-12d3-a456-426614174000" />
  <meta>
    <profile value="http://helsenorge.no/fhir/StructureDefinition/hn-basis-slot" />
  </meta>
  <identifier>
    <system value="urn:ietf:rfc:3986" />
    <value value="urn:uuid:123e4567-e89b-12d3-a456-426614174000" />
  </identifier>
  <serviceCategory>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/service-category" />
      <code value="27" />
    </coding>
  </serviceCategory>
  <serviceType>
    <coding>
      <system value="http://helsenorge.no/fhir/CodeSystem/hn-scheduleAndSlot-type-cs" />
      <code value="Konsultasjon" />
    </coding>
  </serviceType>
  <appointmentType>
    <coding>
      <system value="http://helsenorge.no/fhir/CodeSystem/hn-scheduleAndSlot-type-cs" />
      <code value="Konsultasjon" />
    </coding>
  </appointmentType>
  <schedule>
    <reference value="Schedule/example-schedule-uuid" />
  </schedule>
  <status value="free" />
  <start value="2026-06-01T09:00:00+02:00" />
  <end value="2026-06-01T09:30:00+02:00" />
</Slot>