Argo-Scheduling Implementation Guide Release 1.0.0

This page is part of the Argonaut Scheduling Implementation Guide (v1.0.0: Release) based on FHIR R3. This is the current published version. For a full list of available versions, see the Directory of published versions

JSON Format: ValueSet-argo-slot-status

Raw json

{
  "resourceType" : "ValueSet",
  "id" : "argo-slot-status",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><h2>Argonaut_Slot_Status_Codes</h2><div><p>The free/busy status of the slot. This value set is a subset of the the FHIR core Slot value set excluding the 'busy-tentative' concept.</p>
</div><p>This value set includes codes from the following code systems:</p><ul><li>Include all codes defined in <a href="http://hl7.org/fhir/STU3/codesystem-slotstatus.html"><code>http://hl7.org/fhir/slotstatus</code></a></li><li>Exclude these codes as defined in <a href="http://hl7.org/fhir/STU3/codesystem-slotstatus.html"><code>http://hl7.org/fhir/slotstatus</code></a><table class="none"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href="http://hl7.org/fhir/STU3/codesystem-slotstatus.html#slotstatus-busy-tentative">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></table></li></ul></div>"
  },
  "url" : "http://fhir.org/guides/argonaut-scheduling/ValueSet/argo-slot-status",
  "version" : "1.0.0",
  "name" : "Argonaut_Slot_Status_Codes",
  "title" : "Argonaut Slot Status Codes",
  "status" : "active",
  "date" : "2018-03-19T00:00:00+11:00",
  "description" : "The free/busy status of the slot. This value set is a subset of the the FHIR core Slot value set excluding the 'busy-tentative' concept.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/slotstatus"
      }
    ],
    "exclude" : [
      {
        "system" : "http://hl7.org/fhir/slotstatus",
        "concept" : [
          {
            "code" : "busy-tentative"
          }
        ]
      }
    ]
  }
}