{
  "doctors": [
    {
      "id": "doc_001",
      "name": "Dr. Emily Chen",
      "specialty": "Family Medicine",
      "image": "https://randomuser.me/api/portraits/women/44.jpg",
      "rating": 4.8,
      "reviews_count": 342,
      "years_experience": 12,
      "languages": [
        "English",
        "Mandarin"
      ],
      "education": "Harvard Medical School",
      "board_certified": true,
      "bio": "Board-certified family physician with over 12 years of experience in preventive care, chronic disease management, and patient education.",
      "accepts_new_patients": true,
      "location": "San Francisco Medical Center",
      "phone": "(415) 555-0100"
    },
    {
      "id": "doc_002",
      "name": "Dr. Michael Rodriguez",
      "specialty": "Cardiology",
      "image": "https://randomuser.me/api/portraits/men/32.jpg",
      "rating": 4.9,
      "reviews_count": 198,
      "years_experience": 15,
      "languages": [
        "English",
        "Spanish"
      ],
      "education": "Stanford Medical School",
      "board_certified": true,
      "bio": "Interventional cardiologist specializing in heart disease prevention, diagnosis, and treatment. Expert in cardiac catheterization.",
      "accepts_new_patients": true,
      "location": "Heart Institute of San Francisco",
      "phone": "(415) 555-0200"
    },
    {
      "id": "doc_003",
      "name": "Dr. Sarah Williams",
      "specialty": "Pediatrics",
      "image": "https://randomuser.me/api/portraits/women/67.jpg",
      "rating": 4.7,
      "reviews_count": 456,
      "years_experience": 10,
      "languages": [
        "English"
      ],
      "education": "Johns Hopkins Medical School",
      "board_certified": true,
      "bio": "Compassionate pediatrician dedicated to providing comprehensive healthcare for children from infancy through adolescence.",
      "accepts_new_patients": true,
      "location": "Children's Health Clinic",
      "phone": "(415) 555-0300"
    },
    {
      "id": "doc_004",
      "name": "Dr. James Anderson",
      "specialty": "Orthopedic Surgery",
      "image": "https://randomuser.me/api/portraits/men/55.jpg",
      "rating": 4.6,
      "reviews_count": 124,
      "years_experience": 18,
      "languages": [
        "English"
      ],
      "education": "Mayo Clinic",
      "board_certified": true,
      "bio": "Experienced orthopedic surgeon specializing in sports injuries, joint replacement, and minimally invasive procedures.",
      "accepts_new_patients": false,
      "location": "Orthopedic & Sports Medicine Center",
      "phone": "(415) 555-0400"
    }
  ],
  "availability": {
    "doc_001": [
      {
        "date": "2024-12-26",
        "slots": [
          "09:00",
          "10:00",
          "14:00",
          "15:00",
          "16:00"
        ]
      },
      {
        "date": "2024-12-27",
        "slots": [
          "09:00",
          "11:00",
          "13:00",
          "15:00"
        ]
      },
      {
        "date": "2024-12-30",
        "slots": [
          "10:00",
          "11:00",
          "14:00",
          "16:00"
        ]
      },
      {
        "date": "2025-01-02",
        "slots": [
          "09:00",
          "10:00",
          "13:00",
          "14:00",
          "15:00"
        ]
      }
    ],
    "doc_002": [
      {
        "date": "2024-12-27",
        "slots": [
          "10:00",
          "11:00",
          "14:00"
        ]
      },
      {
        "date": "2024-12-30",
        "slots": [
          "09:00",
          "13:00",
          "14:00"
        ]
      },
      {
        "date": "2025-01-03",
        "slots": [
          "10:00",
          "11:00",
          "15:00"
        ]
      }
    ],
    "doc_003": [
      {
        "date": "2024-12-26",
        "slots": [
          "08:00",
          "09:00",
          "10:00",
          "11:00",
          "13:00",
          "14:00",
          "15:00"
        ]
      },
      {
        "date": "2024-12-27",
        "slots": [
          "08:00",
          "09:00",
          "13:00",
          "14:00"
        ]
      }
    ]
  },
  "appointments": [
    {
      "id": "appt_001",
      "doctor_id": "doc_001",
      "doctor_name": "Dr. Emily Chen",
      "patient_name": "John Doe",
      "patient_email": "john.doe@example.com",
      "patient_phone": "(555) 123-4567",
      "date": "2024-12-26",
      "time": "10:00",
      "reason": "Annual checkup",
      "insurance_provider": "Blue Cross",
      "status": "confirmed",
      "location": "San Francisco Medical Center",
      "video_link": "https://meet.example.com/appt_001",
      "appointment_type": "video"
    }
  ],
  "prescriptions": [
    {
      "id": "rx_001",
      "patient_id": "patient_001",
      "patient_name": "John Doe",
      "medication": "Lisinopril",
      "dosage": "10mg",
      "instructions": "Take once daily in the morning with water",
      "prescribing_doctor": "Dr. Emily Chen",
      "doctor_id": "doc_001",
      "quantity": 90,
      "refills_remaining": 3,
      "prescribed_date": "2024-09-15",
      "expires": "2025-09-15",
      "pharmacy_name": "CVS Pharmacy #1234"
    },
    {
      "id": "rx_002",
      "patient_id": "patient_001",
      "patient_name": "John Doe",
      "medication": "Metformin",
      "dosage": "500mg",
      "instructions": "Take twice daily with meals",
      "prescribing_doctor": "Dr. Emily Chen",
      "doctor_id": "doc_001",
      "quantity": 180,
      "refills_remaining": 5,
      "prescribed_date": "2024-08-20",
      "expires": "2025-08-20",
      "pharmacy_name": "CVS Pharmacy #1234"
    },
    {
      "id": "rx_003",
      "patient_id": "patient_001",
      "patient_name": "John Doe",
      "medication": "Atorvastatin",
      "dosage": "20mg",
      "instructions": "Take once daily at bedtime",
      "prescribing_doctor": "Dr. Michael Rodriguez",
      "doctor_id": "doc_002",
      "quantity": 90,
      "refills_remaining": 2,
      "prescribed_date": "2024-10-01",
      "expires": "2025-10-01",
      "pharmacy_name": "Walgreens #5678"
    }
  ],
  "pharmacies": [
    {
      "id": "pharm_001",
      "name": "CVS Pharmacy #1234",
      "address": "456 Market St, San Francisco, CA 94102",
      "phone": "(415) 555-1234",
      "hours": "8:00 AM - 10:00 PM daily",
      "hours_detail": {
        "monday": "8:00 AM - 10:00 PM",
        "tuesday": "8:00 AM - 10:00 PM",
        "wednesday": "8:00 AM - 10:00 PM",
        "thursday": "8:00 AM - 10:00 PM",
        "friday": "8:00 AM - 10:00 PM",
        "saturday": "9:00 AM - 9:00 PM",
        "sunday": "10:00 AM - 6:00 PM"
      },
      "has_drive_thru": true,
      "services": [
        "Prescription refills",
        "Vaccinations",
        "Health screenings"
      ],
      "distance": "0.8 miles"
    },
    {
      "id": "pharm_002",
      "name": "Walgreens #5678",
      "address": "789 Mission St, San Francisco, CA 94103",
      "phone": "(415) 555-5678",
      "hours": "7:00 AM - 11:00 PM daily",
      "hours_detail": {
        "monday": "7:00 AM - 11:00 PM",
        "tuesday": "7:00 AM - 11:00 PM",
        "wednesday": "7:00 AM - 11:00 PM",
        "thursday": "7:00 AM - 11:00 PM",
        "friday": "7:00 AM - 11:00 PM",
        "saturday": "8:00 AM - 10:00 PM",
        "sunday": "9:00 AM - 9:00 PM"
      },
      "has_drive_thru": false,
      "services": [
        "Prescription refills",
        "Vaccinations",
        "Health screenings",
        "Photo printing"
      ],
      "distance": "1.2 miles"
    },
    {
      "id": "pharm_003",
      "name": "Rite Aid #9012",
      "address": "321 Powell St, San Francisco, CA 94102",
      "phone": "(415) 555-9012",
      "hours": "8:00 AM - 9:00 PM daily",
      "hours_detail": {
        "monday": "8:00 AM - 9:00 PM",
        "tuesday": "8:00 AM - 9:00 PM",
        "wednesday": "8:00 AM - 9:00 PM",
        "thursday": "8:00 AM - 9:00 PM",
        "friday": "8:00 AM - 9:00 PM",
        "saturday": "9:00 AM - 8:00 PM",
        "sunday": "10:00 AM - 7:00 PM"
      },
      "has_drive_thru": true,
      "services": [
        "Prescription refills",
        "Vaccinations",
        "Medication therapy management"
      ],
      "distance": "0.5 miles"
    }
  ],
  "symptom_checker": {
    "conditions": [
      {
        "symptoms": [
          "fever",
          "cough",
          "fatigue",
          "body_aches"
        ],
        "possible_condition": "Common Cold / Influenza",
        "urgency": "low",
        "urgency_label": "Self-care recommended",
        "recommendation": "Rest, drink plenty of fluids, and take over-the-counter medication for symptom relief. See a doctor if symptoms worsen or persist beyond 7 days.",
        "self_care_tips": [
          "Get plenty of rest",
          "Drink lots of fluids",
          "Use a humidifier",
          "Take acetaminophen or ibuprofen for fever",
          "Gargle with salt water for sore throat"
        ]
      },
      {
        "symptoms": [
          "chest_pain",
          "shortness_of_breath"
        ],
        "possible_condition": "Potential Cardiac Event",
        "urgency": "urgent",
        "urgency_label": "Seek emergency care immediately",
        "recommendation": "Call 911 or go to the nearest emergency room immediately. These symptoms could indicate a heart attack.",
        "emergency_actions": [
          "Call 911 immediately",
          "Chew an aspirin if available",
          "Sit down and try to stay calm",
          "Do not drive yourself to the hospital"
        ],
        "nearest_er": {
          "name": "UCSF Medical Center Emergency",
          "address": "505 Parnassus Ave, San Francisco, CA",
          "phone": "911",
          "distance": "2.3 miles"
        }
      },
      {
        "symptoms": [
          "headache",
          "nausea",
          "sensitivity_to_light"
        ],
        "possible_condition": "Migraine",
        "urgency": "moderate",
        "urgency_label": "Schedule appointment soon",
        "recommendation": "Schedule an appointment with your doctor within 1-3 days. In the meantime, rest in a dark, quiet room.",
        "self_care_tips": [
          "Rest in a dark, quiet room",
          "Apply cold compress to head",
          "Stay hydrated",
          "Avoid bright lights and loud sounds",
          "Take OTC pain medication as directed"
        ]
      },
      {
        "symptoms": [
          "sore_throat",
          "difficulty_swallowing",
          "swollen_lymph_nodes"
        ],
        "possible_condition": "Strep Throat / Tonsillitis",
        "urgency": "moderate",
        "urgency_label": "See doctor within 24-48 hours",
        "recommendation": "Schedule an appointment with your doctor for a throat culture. Antibiotics may be needed if bacterial infection is confirmed.",
        "self_care_tips": [
          "Gargle with warm salt water",
          "Drink warm liquids",
          "Use throat lozenges",
          "Take OTC pain relievers",
          "Get plenty of rest"
        ]
      }
    ]
  },
  "lab_results": [
    {
      "id": "lab_001",
      "patient_id": "patient_001",
      "patient_name": "John Doe",
      "test_type": "Complete Blood Count (CBC)",
      "ordered_by": "Dr. Emily Chen",
      "collection_date": "2024-12-15",
      "result_date": "2024-12-17",
      "status": "complete",
      "results": {
        "wbc": {
          "value": 7.5,
          "unit": "K/µL",
          "range": "4.5-11.0",
          "status": "normal",
          "label": "White Blood Cells"
        },
        "rbc": {
          "value": 5.2,
          "unit": "M/µL",
          "range": "4.5-5.9",
          "status": "normal",
          "label": "Red Blood Cells"
        },
        "hemoglobin": {
          "value": 14.2,
          "unit": "g/dL",
          "range": "13.5-17.5",
          "status": "normal",
          "label": "Hemoglobin"
        },
        "hematocrit": {
          "value": 42.5,
          "unit": "%",
          "range": "38.8-50.0",
          "status": "normal",
          "label": "Hematocrit"
        },
        "platelets": {
          "value": 250,
          "unit": "K/µL",
          "range": "150-400",
          "status": "normal",
          "label": "Platelets"
        }
      },
      "doctor_notes": "All values within normal range. No action needed at this time. Continue current medications.",
      "follow_up_needed": false,
      "pdf_url": "/downloads/lab_results_001.pdf"
    },
    {
      "id": "lab_002",
      "patient_id": "patient_001",
      "patient_name": "John Doe",
      "test_type": "Lipid Panel",
      "ordered_by": "Dr. Michael Rodriguez",
      "collection_date": "2024-12-10",
      "result_date": "2024-12-12",
      "status": "complete",
      "results": {
        "total_cholesterol": {
          "value": 195,
          "unit": "mg/dL",
          "range": "<200",
          "status": "normal",
          "label": "Total Cholesterol"
        },
        "ldl": {
          "value": 115,
          "unit": "mg/dL",
          "range": "<100",
          "status": "borderline",
          "label": "LDL (Bad) Cholesterol"
        },
        "hdl": {
          "value": 55,
          "unit": "mg/dL",
          "range": ">40",
          "status": "normal",
          "label": "HDL (Good) Cholesterol"
        },
        "triglycerides": {
          "value": 125,
          "unit": "mg/dL",
          "range": "<150",
          "status": "normal",
          "label": "Triglycerides"
        }
      },
      "doctor_notes": "LDL slightly elevated. Continue statin therapy. Recommend increased physical activity and dietary modifications. Recheck in 3 months.",
      "follow_up_needed": true,
      "follow_up_date": "2025-03-12",
      "pdf_url": "/downloads/lab_results_002.pdf"
    }
  ],
  "insurance": {
    "providers": [
      "Blue Cross Blue Shield",
      "Aetna",
      "Cigna",
      "United Healthcare",
      "Kaiser Permanente",
      "Humana"
    ],
    "coverage_database": {
      "BC12345": {
        "policy_id": "BC12345",
        "provider": "Blue Cross Blue Shield",
        "member_name": "John Doe",
        "member_id": "BC12345-01",
        "group_number": "GRP789456",
        "status": "active",
        "effective_date": "2024-01-01",
        "plan_type": "PPO",
        "copay_primary": 25,
        "copay_specialist": 50,
        "deductible": 1000,
        "deductible_met": 350,
        "out_of_pocket_max": 5000,
        "out_of_pocket_met": 650,
        "coverage": {
          "office_visit": {
            "covered": true,
            "copay": 25,
            "notes": "$25 copay after deductible"
          },
          "specialist_visit": {
            "covered": true,
            "copay": 50,
            "notes": "$50 copay after deductible"
          },
          "lab_work": {
            "covered": true,
            "coverage_percent": 80,
            "notes": "80% covered after deductible"
          },
          "imaging": {
            "covered": true,
            "coverage_percent": 70,
            "notes": "70% covered after deductible, pre-authorization required"
          },
          "emergency_room": {
            "covered": true,
            "copay": 250,
            "notes": "$250 copay, waived if admitted"
          },
          "prescription_generic": {
            "covered": true,
            "copay": 10,
            "notes": "$10 copay for generic medications"
          },
          "prescription_brand": {
            "covered": true,
            "copay": 40,
            "notes": "$40 copay for brand medications"
          }
        }
      }
    },
    "procedure_costs": {
      "office_visit": {
        "code": "99213",
        "description": "Office visit, established patient",
        "typical_cost": 150,
        "insurance_coverage": 80,
        "estimated_copay": 25
      },
      "xray_chest": {
        "code": "71046",
        "description": "Chest X-ray, 2 views",
        "typical_cost": 250,
        "insurance_coverage": 70,
        "estimated_copay": 75
      },
      "blood_test_comprehensive": {
        "code": "80053",
        "description": "Comprehensive metabolic panel",
        "typical_cost": 85,
        "insurance_coverage": 80,
        "estimated_copay": 17
      }
    }
  },
  "refills": []
}