{
  "resourceType": "CodeSystem",
  "id": "slotstatus",
  "meta": {
    "lastUpdated": "2017-04-18T21:44:43.294+00:00"
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <h2>SlotStatus</h2>\n            <div>\n              <p>The free/busy status of the slot.</p>\n\n            </div>\n            <p>This code system http://hl7.org/fhir/slotstatus defines the following codes:</p>\n            <table class=\"codes\">\n              <tr>\n                <td>\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Display</b>\n                </td>\n                <td>\n                  <b>Definition</b>\n                </td>\n              </tr>\n              <tr>\n                <td>busy\n                  <a name=\"slotstatus-busy\"> </a>\n                </td>\n                <td>Busy</td>\n                <td>Indicates that the time interval is busy because one  or more events have been scheduled for that interval.</td>\n              </tr>\n              <tr>\n                <td>free\n                  <a name=\"slotstatus-free\"> </a>\n                </td>\n                <td>Free</td>\n                <td>Indicates that the time interval is free for scheduling.</td>\n              </tr>\n              <tr>\n                <td>busy-unavailable\n                  <a name=\"slotstatus-busy-unavailable\"> </a>\n                </td>\n                <td>Busy (Unavailable)</td>\n                <td>Indicates that the time interval is busy and that the interval can not be scheduled.</td>\n              </tr>\n              <tr>\n                <td>busy-tentative\n                  <a name=\"slotstatus-busy-tentative\"> </a>\n                </td>\n                <td>Busy (Tentative)</td>\n                <td>Indicates that the time interval is busy because one or more events have been tentatively scheduled for that interval.</td>\n              </tr>\n              <tr>\n                <td>entered-in-error\n                  <a name=\"slotstatus-entered-in-error\"> </a>\n                </td>\n                <td>Entered in error</td>\n                <td>This instance should not have been part of this patient's medical record.</td>\n              </tr>\n            </table>\n          </div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status",
      "valueString": "Informative"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 3
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pa"
    }
  ],
  "url": "http://hl7.org/fhir/slotstatus",
  "identifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:2.16.840.1.113883.4.642.1.476"
  },
  "version": "3.0.1",
  "name": "SlotStatus",
  "status": "draft",
  "experimental": false,
  "date": "2017-04-18T21:44:43+00:00",
  "publisher": "HL7 (FHIR Project)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        },
        {
          "system": "email",
          "value": "fhir@lists.hl7.org"
        }
      ]
    }
  ],
  "description": "The free/busy status of the slot.",
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/slotstatus",
  "content": "complete",
  "concept": [
    {
      "code": "busy",
      "display": "Busy",
      "definition": "Indicates that the time interval is busy because one  or more events have been scheduled for that interval."
    },
    {
      "code": "free",
      "display": "Free",
      "definition": "Indicates that the time interval is free for scheduling."
    },
    {
      "code": "busy-unavailable",
      "display": "Busy (Unavailable)",
      "definition": "Indicates that the time interval is busy and that the interval can not be scheduled."
    },
    {
      "code": "busy-tentative",
      "display": "Busy (Tentative)",
      "definition": "Indicates that the time interval is busy because one or more events have been tentatively scheduled for that interval."
    },
    {
      "code": "entered-in-error",
      "display": "Entered in error",
      "definition": "This instance should not have been part of this patient's medical record."
    }
  ]
}