{
  "zones": [
    {
      "id": "triage",
      "name": "Triage",
      "rooms": "",
      "description": "This is where a nurse first checks how urgent your condition is and decides which zone you'll go to. A few triage beds hold patients waiting to be moved to another area. Extra hallway beds may open during busy times."
    },
    {
      "id": "red",
      "name": "Red Zone",
      "altName": "Resuscitation Bay",
      "rooms": "Resuscitation Bay; Rooms 1-5",
      "description": "For critically ill and high-risk patients.",
      "toSeeDoctor": "<1 hour",
      "avgTotalStay": "~10-11 hours"
    },
    {
      "id": "blue",
      "name": "Blue Zone",
      "altName": "Main Zone",
      "rooms": "Side 1: Rooms 6-12; Side 2: Rooms 14-22; Side 3: Rooms 24-29",
      "description": "For high-risk or sicker patients who may need admission. Blue has three sides, all with individual rooms: Side 1 and Side 2 are the main patient care areas. Side 3 is a smaller area closer to triage.",
      "toSeeDoctor": "~2 hours",
      "avgTotalStay": "~5-10 hours"
    },
    {
      "id": "blue-1",
      "name": "Blue Zone - Side 1",
      "altName": "Main Zone",
      "rooms": "Rooms 6-12",
      "description": "For high-risk or sicker patients who may need admission. Side 1 is one of the main patient care areas with individual rooms.",
      "mapOnly": true
    },
    {
      "id": "blue-2",
      "name": "Blue Zone - Side 2",
      "altName": "Main Zone",
      "rooms": "Rooms 14-22",
      "description": "For high-risk or sicker patients who may need admission. Side 2 is one of the main patient care areas with individual rooms.",
      "mapOnly": true
    },
    {
      "id": "blue-3",
      "name": "Blue Zone - Side 3",
      "altName": "Main Zone",
      "rooms": "Rooms 24-29",
      "description": "For high-risk or sicker patients who may need admission. Side 3 is a smaller area closer to triage. It also has individual rooms.",
      "mapOnly": true
    },
    {
      "id": "green",
      "name": "Green Zone",
      "rooms": "Rooms 52-63",
      "description": "For moderate-risk patients who may need tests and a few hours of monitoring. The Green Zone has two waiting rooms side by side. Patients wait there between assessments and tests.",
      "toSeeDoctor": "~2 hours",
      "avgTotalStay": "~5-8 hours"
    },
    {
      "id": "pink",
      "name": "Pink Zone",
      "rooms": "Rooms 64-71",
      "description": "For patients who may need monitoring or admission.",
      "toSeeDoctor": "~2 hours",
      "avgTotalStay": "~5-8 hours"
    },
    {
      "id": "raz",
      "name": "RAZ",
      "altName": "Rapid Assessment Zone",
      "rooms": "Rapid Assessment Zone; Rooms 90-99",
      "description": "For patients with less urgent conditions who may be discharged quicker.",
      "toSeeDoctor": "~2 hours",
      "avgTotalStay": "~3-8 hours"
    },
    {
      "id": "yellow",
      "name": "Yellow Zone",
      "rooms": "Room 100",
      "description": "For minor bone and soft tissue injuries (e.g. fractures, lacerations).",
      "toSeeDoctor": "~2 hours",
      "avgTotalStay": "~3.5 hours"
    },
    {
      "id": "cyez",
      "name": "CYEZ",
      "altName": "Child and Youth Emergency Zone",
      "rooms": "Child and Youth Emergency Zone; Rooms 80-89",
      "description": "For patients under 18 years of age. The entrance is the door just right of the main ED entrance. The Child and Youth Emergency Zone (CYEZ) has its own triage area, registration desk, and waiting room, separate from the adult ED.",
      "toSeeDoctor": "~2 hours",
      "avgTotalStay": "~3-8 hours"
    },
    {
      "id": "purple",
      "name": "PEZ",
      "altName": "Psychiatric Emergency Zone",
      "rooms": "Psychiatric Emergency Zone; Rooms 1-6",
      "description": "A calm, private area for adults who need a mental health assessment.",
      "toSeeDoctor": "~2 hours",
      "avgTotalStay": "~8+ hours"
    },
    {
      "id": "mssu",
      "name": "MSSU",
      "altName": "Medical Short Stay Unit",
      "rooms": "Medical Short Stay Unit",
      "description": "For patients admitted for a short hospital stay. Not part of the Emergency Department."
    },
    {
      "id": "intake",
      "name": "Intake",
      "rooms": "",
      "description": "Where you first check in. Staff will confirm your demographic information."
    },
    {
      "id": "registration",
      "name": "Registration",
      "rooms": "",
      "description": "Where you finish registration after triage. Staff check your health card, contact info, and emergency contacts."
    },
    {
      "id": "xray",
      "name": "X-Ray",
      "rooms": "",
      "description": "Wait in queue for test. You may need to remove jewelry, piercings, or metal items. Once done, images are visible to physicians in minutes, but waiting for a doctor to review may take longer. Go back to the zone you were in to wait for results."
    },
    {
      "id": "ct",
      "name": "CT Scan",
      "rooms": "",
      "description": "A computed tomography (CT) scan is done in order of urgency. Results may take a few hours. Tell your doctor and the technologist if you have kidney problems, contrast dye allergy, or are pregnant."
    },
    {
      "id": "hospital",
      "name": "Hospital",
      "rooms": "",
      "description": "The main hospital building, including the cafeteria. Not part of the Emergency Department.",
      "mapOnly": true
    },
    {
      "id": "cyez-registration",
      "name": "Children's Registration",
      "altName": "Child and Youth Emergency Zone",
      "rooms": "",
      "description": "The registration desk for the Child and Youth Emergency Zone (CYEZ), separate from the adult Emergency Department.",
      "mapOnly": true
    },
    {
      "id": "cyez-triage",
      "name": "Children's Triage",
      "altName": "Child and Youth Emergency Zone",
      "rooms": "",
      "description": "Where children and youth are first assessed, inside the Child and Youth Emergency Zone (CYEZ).",
      "mapOnly": true
    }
  ]
}
