IGUHealth
    Preparing search index...
    interface Slot {
        _comment?: Element;
        _end?: Element;
        _implicitRules?: Element;
        _language?: Element;
        _overbooked?: Element;
        _start?: Element;
        _status?: Element;
        appointmentType?: CodeableConcept;
        comment?: string;
        contained?: ConcreteType[];
        end: instant;
        extension?: Extension[];
        id?: id;
        identifier?: Identifier[];
        implicitRules?: uri;
        language?: code;
        meta?: Meta;
        modifierExtension?: Extension[];
        overbooked?: boolean;
        resourceType: "Slot";
        schedule: Reference;
        serviceCategory?: CodeableConcept[];
        serviceType?: CodeableConcept[];
        specialty?: CodeableConcept[];
        start: instant;
        status: code;
        text?: Narrative;
    }
    Index

    Properties

    _comment?: Element

    Comments on the slot to describe any extended information. Such as custom constraints on the slot

    _end?: Element

    Date/Time that the slot is to conclude

    _implicitRules?: Element

    A set of rules under which this content was created

    _language?: Element

    Language of the resource content

    _overbooked?: Element

    This slot has already been overbooked, appointments are unlikely to be accepted for this time

    _start?: Element

    Date/Time that the slot is to begin

    _status?: Element

    busy | free | busy-unavailable | busy-tentative | entered-in-error

    appointmentType?: CodeableConcept

    The style of appointment or patient that may be booked in the slot (not service type)

    comment?: string

    Comments on the slot to describe any extended information. Such as custom constraints on the slot

    contained?: ConcreteType[]

    Contained, inline Resources

    end: instant

    Date/Time that the slot is to conclude

    extension?: Extension[]

    Additional content defined by implementations

    id?: id

    Logical id of this artifact

    identifier?: Identifier[]

    External Ids for this item

    implicitRules?: uri

    A set of rules under which this content was created

    language?: code

    Language of the resource content

    meta?: Meta

    Metadata about the resource

    modifierExtension?: Extension[]

    Extensions that cannot be ignored

    overbooked?: boolean

    This slot has already been overbooked, appointments are unlikely to be accepted for this time

    resourceType: "Slot"
    schedule: Reference

    The schedule resource that this slot defines an interval of status information

    serviceCategory?: CodeableConcept[]

    A broad categorization of the service that is to be performed during this appointment

    serviceType?: CodeableConcept[]

    The type of appointments that can be booked into this slot (ideally this would be an identifiable service - which is at a location, rather than the location itself). If provided then this overrides the value provided on the availability resource

    specialty?: CodeableConcept[]

    The specialty of a practitioner that would be required to perform the service requested in this appointment

    start: instant

    Date/Time that the slot is to begin

    status: code

    busy | free | busy-unavailable | busy-tentative | entered-in-error

    text?: Narrative

    Text summary of the resource, for human interpretation