{
  "resourceType": "StructureDefinition",
  "url": "http://qsaude.com.br/fhir/r4/StructureDefinition/Slot",
  "name": "Slot",
  "status": "draft",
  "date": "2023-02-13T14:17:44.2986751+00:00",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Slot",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Slot",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Slot",
        "path": "Slot",
        "short": "Um intervalo de tempo em uma agenda que pode estar disponível para agendamento de consultas",
        "definition": "Um intervalo de tempo em uma agenda que pode estar disponível para agendamento de consultas"
      },
      {
        "id": "Slot.identifier",
        "path": "Slot.identifier",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Slot.identifier.use",
        "path": "Slot.identifier.use",
        "min": 1,
        "fixedCode": "usual"
      },
      {
        "id": "Slot.identifier.type",
        "path": "Slot.identifier.type",
        "max": "0"
      },
      {
        "id": "Slot.identifier.system",
        "path": "Slot.identifier.system",
        "min": 1,
        "fixedUri": "https://www.qsaude.com.br/fhir/r4/CodeSystem/Schedule/Schedule"
      },
      {
        "id": "Slot.identifier.period",
        "path": "Slot.identifier.period",
        "max": "0"
      },
      {
        "id": "Slot.identifier.assigner",
        "path": "Slot.identifier.assigner",
        "max": "0"
      },
      {
        "id": "Slot.serviceCategory",
        "path": "Slot.serviceCategory",
        "max": "0"
      },
      {
        "id": "Slot.serviceType",
        "path": "Slot.serviceType",
        "max": "0"
      },
      {
        "id": "Slot.specialty",
        "path": "Slot.specialty",
        "min": 1,
        "fixedCodeableConcept": {
          "coding": [
            {
              "system": "https://www.qsaude.com.br/fhir/r4/CodeSystem/Specialty"
            },
            {
              "system": "http://www.saude.gov.br/fhir/r4/CodeSystem/BRCBO"
            }
          ]
        }
      },
      {
        "id": "Slot.appointmentType",
        "path": "Slot.appointmentType",
        "max": "0"
      },
      {
        "id": "Slot.schedule.type",
        "path": "Slot.schedule.type",
        "max": "0"
      },
      {
        "id": "Slot.schedule.identifier",
        "path": "Slot.schedule.identifier",
        "max": "0"
      },
      {
        "id": "Slot.schedule.display",
        "path": "Slot.schedule.display",
        "max": "0"
      },
      {
        "id": "Slot.overbooked",
        "path": "Slot.overbooked",
        "max": "0"
      },
      {
        "id": "Slot.comment",
        "path": "Slot.comment",
        "max": "0"
      }
    ]
  }
}