{
"success": true,
"data": {
"id": "fac_12345",
"name": "Sunrise Senior Living",
"type": "ASSISTED_LIVING",
"contractStatus": "ACTIVE",
"license": {
"number": "FL123456",
"state": "CA",
"expirationDate": "2026-12-31"
},
"address": {
"street1": "123 Main Street",
"city": "Los Angeles",
"state": "CA",
"zipCode": "90001",
"coordinates": {
"latitude": 34.0522,
"longitude": -118.2437
}
},
"contact": {
"phone": "+1-555-0100",
"fax": "+1-555-0101",
"email": "[email protected]",
"emergencyPhone": "+1-555-0199"
},
"administrator": {
"name": "Jane Smith",
"phone": "+1-555-0102",
"email": "[email protected]"
},
"services": {
"clinic": {
"enabled": true,
"configuration": {
"visitTypes": ["initial", "followup", "urgent"],
"schedulingEnabled": true
}
},
"pharmacy": {
"enabled": true,
"configuration": {
"pharmacyId": "pharm_98765",
"deliverySchedule": "daily"
}
}
},
"capacity": {
"licensed": 50,
"occupied": 42,
"available": 8
},
"operatingHours": {
"monday": { "open": "08:00", "close": "17:00" },
"tuesday": { "open": "08:00", "close": "17:00" },
"wednesday": { "open": "08:00", "close": "17:00" },
"thursday": { "open": "08:00", "close": "17:00" },
"friday": { "open": "08:00", "close": "17:00" },
"saturday": { "open": "09:00", "close": "13:00" },
"sunday": "closed"
},
"activePatients": 38,
"assignedProviders": [
{
"id": "doc_11111",
"name": "Dr. John Doe",
"specialty": "Internal Medicine"
},
{
"id": "doc_22222",
"name": "Dr. Sarah Johnson",
"specialty": "Geriatrics"
}
]
}
}