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