{
  "resourceType" : "CodeSystem",
  "id" : "slotstatus",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem slotstatus</b></p><a name=\"slotstatus\"> </a><a name=\"hcslotstatus\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/slotstatus</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">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 style=\"white-space:nowrap\">free<a name=\"slotstatus-free\"> </a></td><td>Free</td><td>Indicates that the time interval is free for scheduling.</td></tr><tr><td style=\"white-space:nowrap\">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 style=\"white-space:nowrap\">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 style=\"white-space:nowrap\">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>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status",
    "valueString" : "Informative"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 3
  },
  {
    "extension" : [{
      "url" : "packageId",
      "valueId" : "hl7.fhir.uv.xver-r3.r4"
    },
    {
      "url" : "version",
      "valueString" : "0.0.1-snapshot-2"
    }],
    "url" : "http://hl7.org/fhir/StructureDefinition/package-source"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "pa"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode" : "trial-use",
    "_valueCode" : {
      "extension" : [{
        "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
        "valueCanonical" : "http://hl7.org/fhir/3.0/ImplementationGuide/hl7.fhir.uv.xver-r3.r4"
      }]
    }
  }],
  "url" : "http://hl7.org/fhir/slotstatus",
  "version" : "3.0.2",
  "name" : "SlotStatus",
  "status" : "draft",
  "experimental" : false,
  "date" : "2019-10-24T10:53:00+10:00",
  "publisher" : "Patient Administration",
  "contact" : [{
    "name" : "Patient Administration",
    "telecom" : [{
      "system" : "url",
      "value" : "http://www.hl7.org/Special/committees/pafm"
    }]
  }],
  "description" : "The free/busy status of the slot.",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001",
      "display" : "World"
    }]
  }],
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/slotstatus|4.0.1",
  "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."
  }]
}