{
  "resourceType": "StructureDefinition",
  "id": "prefetch-slot",
  "url": "http://fhir.org/guides/argonaut-scheduling/StructureDefinition/prefetch-slot",
  "version": "0.0.0",
  "name": "Argonaut_Prefetch_Slot_Profile",
  "title": "Argonaut Prefetch Slot Profile",
  "status": "active",
  "date": "2018-01-10",
  "publisher": "Argonaut Project",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://argonautwiki.hl7.org"
        }
      ]
    }
  ],
  "description": "The Argonaut Prefetch Slot Profile defines the Slots that are returned when prefetching slots.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US",
          "display": "United States of America"
        }
      ]
    }
  ],
  "fhirVersion": "3.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Slot",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Slot",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Slot",
        "path": "Slot",
        "mustSupport": false
      },
      {
        "id": "Slot.id",
        "path": "Slot.id",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Slot.serviceType",
        "path": "Slot.serviceType",
        "mustSupport": true,
        "binding": {
          "strength": "extensible"
        }
      },
      {
        "id": "Slot.schedule",
        "path": "Slot.schedule",
        "mustSupport": true
      },
      {
        "id": "Slot.status",
        "path": "Slot.status",
        "short": "busy | free | busy-unavailable | entered-in-error",
        "definition": "busy | free | busy-unavailable | entered-in-error.",
        "mustSupport": true,
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "SlotStatus"
            }
          ],
          "strength": "required",
          "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."
        }
      },
      {
        "id": "Slot.start",
        "path": "Slot.start",
        "mustSupport": true
      },
      {
        "id": "Slot.end",
        "path": "Slot.end",
        "mustSupport": true
      },
      {
        "id": "Slot.comment",
        "path": "Slot.comment",
        "mustSupport": true
      }
    ]
  }
}