{
  "resourceType" : "Slot",
  "id" : "SlotSpecialistFree",
  "meta" : {
    "profile" : ["https://fhir.by/StructureDefinition/SlotBy"]
  },
  "extension" : [{
    "url" : "https://fhir.by/StructureDefinition/PaidSlot",
    "valueCodeableConcept" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/EncounterTypeOfService",
        "code" : "free"
      }]
    }
  },
  {
    "url" : "https://fhir.by/StructureDefinition/PaidSlot",
    "valueCodeableConcept" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/EncounterTypeOfService",
        "code" : "insurance"
      }]
    }
  },
  {
    "url" : "https://fhir.by/StructureDefinition/PaidSlot",
    "valueCodeableConcept" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/EncounterTypeOfService",
        "code" : "paid"
      }]
    }
  },
  {
    "url" : "https://fhir.by/StructureDefinition/WithServiceRequest",
    "valueBoolean" : false
  },
  {
    "url" : "https://fhir.by/StructureDefinition/OrganizationReference",
    "valueReference" : {
      "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
    }
  },
  {
    "url" : "https://fhir.by/StructureDefinition/PractitionerRoleReference",
    "valueReference" : {
      "reference" : "PractitionerRole/ExampleDermatovenerologist"
    }
  },
  {
    "url" : "https://fhir.by/StructureDefinition/LocationReference",
    "valueReference" : {
      "reference" : "Location/VenereologyUnit"
    }
  },
  {
    "url" : "https://fhir.by/StructureDefinition/CabinetNumber",
    "valueString" : "224"
  },
  {
    "url" : "https://fhir.by/StructureDefinition/AgesSlot",
    "valueCodeableConcept" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/AgesSlot",
        "code" : "1",
        "display" : "взрослый"
      }]
    }
  }],
  "serviceCategory" : [{
    "coding" : [{
      "system" : "https://fhir.by/ValueSet/HealthcareServiceCategory",
      "code" : "02/1",
      "display" : "Амбулаторно-поликлиническая помощь взрослому населению"
    }]
  }],
  "serviceType" : [{
    "concept" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/MedicalServiceType",
        "code" : "C067.1",
        "display" : "Прием (осмотр, консультация) врача-дерматовенеролога"
      }]
    }
  }],
  "specialty" : [{
    "coding" : [{
      "system" : "https://fhir.by/ValueSet/ServiceSpecialtyBy",
      "code" : "C067",
      "display" : "Дерматовенерология"
    }]
  }],
  "appointmentType" : [{
    "coding" : [{
      "system" : "https://fhir.by/ValueSet/SlotAppointmentTypeBy",
      "code" : "routin",
      "display" : "плановый первичный прием"
    }]
  }],
  "schedule" : {
    "reference" : "Schedule/ScheduleUSD"
  },
  "status" : "free",
  "start" : "2025-06-09T11:50:00Z",
  "end" : "2025-06-09T12:05:00Z"
}