{
  "resourceType" : "Bundle",
  "id" : "BundleSchedule",
  "meta" : {
    "profile" : ["https://fhir.by/AbstractArea/StructureDefinition/Bundle/OrganizationBundle"]
  },
  "type" : "transaction",
  "timestamp" : "2024-08-01T11:12:21Z",
  "entry" : [{
    "fullUrl" : "Schedule/ScheduleSurgeryBundle",
    "resource" : {
      "resourceType" : "Schedule",
      "id" : "ScheduleSurgeryBundle",
      "meta" : {
        "profile" : ["https://fhir.by/StructureDefinition/ScheduleBy"]
      },
      "extension" : [{
        "url" : "https://fhir.by/StructureDefinition/OrganizationReference",
        "valueReference" : {
          "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
        }
      }],
      "identifier" : [{
        "value" : "Временный текстовый идентификатор - Расписание работы врача хирурга"
      }],
      "active" : true,
      "serviceCategory" : [{
        "coding" : [{
          "system" : "https://fhir.by/ValueSet/HealthcareServiceCategory",
          "code" : "02/1"
        }]
      }],
      "serviceType" : [{
        "concept" : {
          "coding" : [{
            "system" : "https://fhir.by/ValueSet/MedicalServiceType",
            "code" : "C061.1"
          }]
        }
      }],
      "specialty" : [{
        "coding" : [{
          "system" : "https://fhir.by/ValueSet/ServiceSpecialtyBy",
          "code" : "C061"
        }]
      }],
      "name" : "Расписание работы врача хирурга",
      "actor" : [{
        "reference" : "PractitionerRole/PractitionerRoleForDemo"
      }],
      "planningHorizon" : {
        "start" : "2024-08-01",
        "end" : "2024-09-01"
      },
      "comment" : "Приемные часы с 8.00 до 16.30"
    },
    "request" : {
      "method" : "POST",
      "url" : "https://pqms.cisz.by/SlotsApi/Fhir/Organization"
    }
  },
  {
    "fullUrl" : "Slot/SlotSurgeryBusyBundle",
    "resource" : {
      "resourceType" : "Slot",
      "id" : "SlotSurgeryBusyBundle",
      "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/WithServiceRequest",
        "valueBoolean" : false
      },
      {
        "url" : "https://fhir.by/StructureDefinition/OrganizationReference",
        "valueReference" : {
          "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
        }
      },
      {
        "url" : "https://fhir.by/StructureDefinition/LocationReference",
        "valueReference" : {
          "reference" : "Location/SurgeryUnit"
        }
      }],
      "serviceCategory" : [{
        "coding" : [{
          "system" : "https://fhir.by/ValueSet/HealthcareServiceCategory",
          "code" : "03/1"
        }]
      }],
      "serviceType" : [{
        "concept" : {
          "coding" : [{
            "system" : "https://fhir.by/ValueSet/MedicalServiceType",
            "code" : "C061.1"
          }]
        }
      }],
      "specialty" : [{
        "coding" : [{
          "system" : "https://fhir.by/ValueSet/ServiceSpecialtyBy",
          "code" : "C061"
        }]
      }],
      "appointmentType" : [{
        "coding" : [{
          "system" : "https://fhir.by/ValueSet/SlotAppointmentTypeBy",
          "code" : "routin"
        }]
      }],
      "schedule" : {
        "reference" : "Schedule/ScheduleSurgery"
      },
      "status" : "busy",
      "start" : "2024-08-09T08:15:00Z",
      "end" : "2024-08-09T08:30:00Z"
    },
    "request" : {
      "method" : "POST",
      "url" : "https://pqms.cisz.by/SlotsApi/Fhir/Organization"
    }
  }]
}