type: codesystemcodesystem: slotstatus
Slot Status
- Official URL: http://hl7.org/fhir/slotstatus
- Version: 6.0.0
- Status: active
- Name: SlotStatus
- Title: Slot Status
- Publisher: HL7 (FHIR Project)
- Description: The free/busy status of the slot.
- Case Sensitive: true
- Content: complete
Concepts
| Code | Display | Definition |
|---|---|---|
| busy | Busy | Indicates that the time interval is busy because one or more events have been scheduled for that interval. |
| free | Free | Indicates that the time interval is free for scheduling. |
| busy-unavailable | Busy (Unavailable) | Indicates that the time interval is busy and that the interval cannot be scheduled. |
| busy-tentative | Busy (Tentative) | Indicates that the time interval is busy because one or more events have been tentatively scheduled for that interval. |
| entered-in-error | Entered in error | This instance should not have been part of this patient's medical record. |
CodeSystem XML
<?xml version="1.0" encoding="UTF-8"?>
<CodeSystem xmlns="http://hl7.org/fhir">
<id value="slotstatus"/>
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
<valueCode value="pa"/>
</extension>
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
<valueCode value="normative"/>
</extension>
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
<valueInteger value="3"/>
</extension>
<url value="http://hl7.org/fhir/slotstatus"/>
<identifier>
<system value="urn:ietf:rfc:3986"/>
<value value="urn:oid:2.16.840.1.113883.4.642.4.483"/>
</identifier>
<identifier>
<use value="old"/>
<system value="urn:ietf:rfc:3986"/>
<value value="urn:oid:2.16.840.1.113883.4.642.1.476"/>
</identifier>
<identifier>
<use value="old"/>
<system value="urn:ietf:rfc:3986"/>
<value value="urn:oid:2.16.840.1.113883.4.642.2.283"/>
</identifier>
<version value="6.0.0"/>
<name value="SlotStatus"/>
<title value="Slot Status"/>
<status value="active"/>
<experimental value="false"/>
<date value="2021-01-05T10:01:24+11:00"/>
<publisher value="HL7 (FHIR Project)"/>
<contact>
<telecom>
<system value="url"/>
<value value="http://hl7.org/fhir"/>
</telecom>
<telecom>
<system value="email"/>
<value value="fhir@lists.hl7.org"/>
</telecom>
</contact>
<description value="The free/busy status of the slot."/>
<caseSensitive value="true"/>
<valueSet value="http://hl7.org/fhir/ValueSet/slotstatus"/>
<content value="complete"/>
<concept>
<code value="busy"/>
<display value="Busy"/>
<definition value="Indicates that the time interval is busy because one or more events have been scheduled for that interval."/>
</concept>
<concept>
<code value="free"/>
<display value="Free"/>
<definition value="Indicates that the time interval is free for scheduling."/>
</concept>
<concept>
<code value="busy-unavailable"/>
<display value="Busy (Unavailable)"/>
<definition value="Indicates that the time interval is busy and that the interval cannot be scheduled."/>
</concept>
<concept>
<code value="busy-tentative"/>
<display value="Busy (Tentative)"/>
<definition value="Indicates that the time interval is busy because one or more events have been tentatively scheduled for that interval."/>
</concept>
<concept>
<code value="entered-in-error"/>
<display value="Entered in error"/>
<definition value="This instance should not have been part of this patient's medical record."/>
</concept>
</CodeSystem>