{
  "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\"><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\r\n                  <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\r\n                  <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\r\n                  <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\r\n                  <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\r\n                  <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>"
  },
  "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."
    }
  ]
}