{
  "profile": {
    "name": "Abhay",
    "role": "Developer"
  },
  "hacktober": {
    "startedAt": "3 OCT 2020",
    "updatedAt": "27 OCT 2021",
    "pr-count": 4
  },
  "driverSchedules": [
    {
      "id": 1,
      "driverId": 5,
      "zoneId": 4,
      "startTime": "2020-03-31T02:26:10Z",
      "endTime": "2020-03-31T12:26:10Z",
      "createdAt": "2020-03-25T02:26:10Z",
      "updatedAt": "2020-03-25T02:26:10Z"
    },
    {
      "id": 2,
      "driverId": 4,
      "zoneId": 4,
      "startTime": "2020-03-31T02:26:10Z",
      "endTime": "2020-03-31T12:26:10Z",
      "createdAt": "2020-03-25T02:26:10Z",
      "updatedAt": "2020-03-25T02:26:10Z"
    },
    {
      "id": 3,
      "driverId": 5,
      "zoneId": 5,
      "startTime": "2020-03-32T02:26:10Z",
      "endTime": "2020-03-31T12:26:10Z",
      "createdAt": "2020-03-25T02:26:10Z",
      "updatedAt": "2020-03-25T02:26:10Z"
    }
  ],
  "products-matrix": {
    "count": 5,
    "products": [
      {
        "id": 1,
        "productName": "P1",
        "categoryName": "C1"
      },
      {
        "id": 5,
        "productName": "P5",
        "categoryName": "C1"
      },
      {
        "id": 8,
        "productName": "P8",
        "categoryName": "C2"
      },
      {
        "id": 11,
        "productName": "P11",
        "categoryName": "C2"
      },
      {
        "id": 14,
        "productName": "P14",
        "categoryName": "C3"
      }
    ],
    "compatibility": [
      {
        "product": {
          "id": 1,
          "productName": "P1",
          "categoryName": "C1"
        },
        "compatibleWith": [
          {
            "id": 1,
            "productName": "P1",
            "categoryName": "C1"
          },
          {
            "id": 8,
            "productName": "P8",
            "categoryName": "C2"
          }
        ]
      },
      {
        "product": {
          "id": 5,
          "productName": "P5",
          "categoryName": "C1"
        },
        "compatibleWith": [
          {
            "id": 5,
            "productName": "P5",
            "categoryName": "C1"
          },
          {
            "id": 11,
            "productName": "P11",
            "categoryName": "C2"
          }
        ]
      },
      {
        "product": {
          "id": 8,
          "productName": "P8",
          "categoryName": "C2"
        },
        "compatibleWith": [
          {
            "id": 1,
            "productName": "P1",
            "categoryName": "C1"
          },
          {
            "id": 8,
            "productName": "P8",
            "categoryName": "C2"
          }
        ]
      },
      {
        "product": {
          "id": 11,
          "productName": "P11",
          "categoryName": "C2"
        },
        "compatibleWith": [
          {
            "id": 11,
            "productName": "P11",
            "categoryName": "C2"
          },
          {
            "id": 5,
            "productName": "P5",
            "categoryName": "C1"
          }
        ]
      },
      {
        "product": {
          "id": 14,
          "productName": "P14",
          "categoryName": "C3"
        },
        "compatibleWith": [
          {
            "id": 14,
            "productName": "P14",
            "categoryName": "C3"
          }
        ]
      }
    ]
  },
  "bookGroupAppointmentResponse": {
    "resourceType": "Bundle",
    "entry": [
      {
        "resource": {
          "resourceType": "Appointment",
          "appointmentType": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/v2-0276",
                "code": "WALKIN"
              }
            ]
          },
          "minutesDuration": 15,
          "slot": [
            {
              "reference": "Slot/234"
            }
          ],
          "participant": [
            {
              "actor": {
                "reference": "Patient/c5c78ad7-685d-4010-82a9-57b3a2757c11"
              },
              "required": "required",
              "status": "needs-action"
            },
            {
              "type": [
                {
                  "coding": [
                    {
                      "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
                      "code": "ATND"
                    }
                  ]
                }
              ],
              "required": "required",
              "status": "needs-action"
            },
            {
              "actor": {
                "reference": "Location/1",
                "display": "South Wing, second floor"
              },
              "required": "required",
              "status": "accepted"
            }
          ]
        }
      },
      {
        "resource": {
          "resourceType": "Appointment",
          "appointmentType": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/v2-0276",
                "code": "WALKIN"
              }
            ]
          },
          "minutesDuration": 15,
          "slot": [
            {
              "reference": "Slot/234"
            }
          ],
          "participant": [
            {
              "actor": {
                "reference": "Patient/c5c78ad7-685d-4010-82a9-57b3a2757c12"
              },
              "required": "required",
              "status": "needs-action"
            },
            {
              "type": [
                {
                  "coding": [
                    {
                      "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
                      "code": "ATND"
                    }
                  ]
                }
              ],
              "required": "required",
              "status": "needs-action"
            },
            {
              "actor": {
                "reference": "Location/1",
                "display": "South Wing, second floor"
              },
              "required": "required",
              "status": "accepted"
            }
          ]
        }
      }
    ]
  }
}