<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="slotstatus" />
  <meta>
    <lastUpdated value="2017-04-19T07:44:43.294+10:00" />
  </meta>
  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">
      <h2>SlotStatus</h2>
      <div>
        <p>The free/busy status of the slot.</p>
      </div>
      <p>This code system http://hl7.org/fhir/slotstatus defines the following codes:</p>
      <table class="codes">
        <tr>
          <td>
            <b>Code</b>
          </td>
          <td>
            <b>Display</b>
          </td>
          <td>
            <b>Definition</b>
          </td>
        </tr>
        <tr>
          <td>busy
                  <a name="slotstatus-busy"></a></td>
          <td>Busy</td>
          <td>Indicates that the time interval is busy because one  or more events have been scheduled for that interval.</td>
        </tr>
        <tr>
          <td>free
                  <a name="slotstatus-free"></a></td>
          <td>Free</td>
          <td>Indicates that the time interval is free for scheduling.</td>
        </tr>
        <tr>
          <td>busy-unavailable
                  <a name="slotstatus-busy-unavailable"></a></td>
          <td>Busy (Unavailable)</td>
          <td>Indicates that the time interval is busy and that the interval can not be scheduled.</td>
        </tr>
        <tr>
          <td>busy-tentative
                  <a name="slotstatus-busy-tentative"></a></td>
          <td>Busy (Tentative)</td>
          <td>Indicates that the time interval is busy because one or more events have been tentatively scheduled for that interval.</td>
        </tr>
        <tr>
          <td>entered-in-error
                  <a name="slotstatus-entered-in-error"></a></td>
          <td>Entered in error</td>
          <td>This instance should not have been part of this patient's medical record.</td>
        </tr>
      </table>
    </div>
  </text>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status">
    <valueString value="Informative" />
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="3" />
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="pa" />
  </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.1.476" />
  </identifier>
  <version value="3.0.1" />
  <name value="SlotStatus" />
  <status value="draft" />
  <experimental value="false" />
  <date value="2017-04-19T07:44:43+10: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 can not 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>