GET /medical-centers/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "id": 1,
        "name": "District 1",
        "subtitle": "24/7 Medical Center",
        "location": 1,
        "address": "34 Le Duan Street, District 1, Ho Chi Minh City, Vietnam",
        "coordinates": {
            "lat": 10.780987,
            "lng": 106.69849469999997
        },
        "access_instructions": "Available medical services:<br/>Pediatrics  |  Internal Medicine  |  Orthopedics  |  Cardiology  |  Gynecology  |  Vaccinations  |  Emergency  |  Lab  |  Imaging",
        "email": "",
        "phone": "+84 28 3822 7848",
        "emergency_phone": "(24/7) ∗9999 or (028) 3744 9000",
        "fax": "",
        "opening_hours": []
    },
    {
        "id": 2,
        "name": "District 2",
        "subtitle": "24/7 Medical Center",
        "location": 1,
        "address": "95 Thao Dien Street, District 2, Ho Chi Minh City, Vietnam",
        "coordinates": {
            "lat": 10.807648985407303,
            "lng": 106.73377552722663
        },
        "access_instructions": "Available medical services:<br/>Pediatrics  |  Internal Medicine  |  Colonoscopy  |  Psychiatry  |  Rehabilitation  |  Gynecology  |  Dermatology  |  Vaccinations  |  Emergency  |  Lab  |  Imaging",
        "email": "",
        "phone": "+84 28 3744 2000",
        "emergency_phone": "(24/7) ∗9999 or +84 28 3744 9000",
        "fax": "",
        "opening_hours": []
    },
    {
        "id": 3,
        "name": "District 7",
        "subtitle": "Medical Center",
        "location": 1,
        "address": "41 Dang Duc Thuat, Tan Phong, District 7, Ho Chi Minh City, Vietnam",
        "coordinates": {
            "lat": 10.725202081466453,
            "lng": 106.70739412307739
        },
        "access_instructions": "Available medical services:<br/>Pediatrics  |  Vaccinations  |  Internal Medicine  |  Emergency Medicine  |  Lab  |  X-ray  |  Ambulance & Emergency Services",
        "email": "",
        "phone": "+84 28 5448 4544",
        "emergency_phone": "∗9999 or (028) 3744 9000",
        "fax": "",
        "opening_hours": []
    },
    {
        "id": 4,
        "name": "Family Medical Practice",
        "subtitle": "Hanoi",
        "location": 2,
        "address": "298I Kim Mã, Ba Đình, Hà Nội 10000",
        "coordinates": {
            "lat": 21.0312452,
            "lng": 105.8182486
        },
        "access_instructions": "Van Phuc Compound is located on the right hand side of Kim Ma Street when heading towards Daewoo Hotel. 15 minutes by car from the town center. 30 minutes by car from the Noi Bai International Airport.",
        "email": "hanoi@vietnammedicalpractice.com",
        "phone": "+84 24 3843 0748",
        "emergency_phone": "+84 24 3843 0748",
        "fax": "+84 24 3846 1750",
        "opening_hours": [
            {
                "label": "Appointment Hours",
                "rows": [
                    {
                        "day_range": "Monday to Friday",
                        "hour_range": "8:30 am – 5:30 pm"
                    },
                    {
                        "day_range": "Saturday",
                        "hour_range": "8:30 am - 12:30 pm"
                    }
                ]
            }
        ]
    },
    {
        "id": 5,
        "name": "Care24h",
        "subtitle": "Medical Center",
        "location": 5,
        "address": "298I Kim Ma, Ba Dinh, Hanoi 10000",
        "coordinates": {
            "lat": 21.031264463555463,
            "lng": 105.81816673278809
        },
        "access_instructions": "",
        "email": "hanoi@vietnammedicalpractice.com",
        "phone": "024 3843 0748",
        "emergency_phone": "+84 24 3843 0748",
        "fax": "",
        "opening_hours": [
            {
                "label": "Appointment Hours",
                "rows": [
                    {
                        "day_range": "Monday to Friday",
                        "hour_range": "8:30 am–7:00 pm"
                    }
                ]
            }
        ]
    },
    {
        "id": 6,
        "name": "Care1",
        "subtitle": "Executive Health Care Center & Clinic",
        "location": 4,
        "address": "91 Nguyen Huu Canh, Ward 22, Binh Thanh, HCMC, Vietnam",
        "coordinates": {
            "lat": 10.794111346848597,
            "lng": 106.71788424253464
        },
        "access_instructions": "Available medical services:<br/>Pediatrics  |  Internal Medicine  |  ENT  |  Ophthalmology  |  Surgery  |  Gynecology  |  Dermatology  | Maxillofacial  | Vaccinations  |  Lab  |  Imaging",
        "email": "",
        "phone": "+84 28 3514 0757",
        "emergency_phone": "*9999 or +84 28 3744 9000",
        "fax": "",
        "opening_hours": [
            {
                "label": "Working Hour",
                "rows": [
                    {
                        "day_range": "Monday - Friday",
                        "hour_range": "8:00AM to 5:00PM"
                    },
                    {
                        "day_range": "Saturday",
                        "hour_range": "8:00AM - 12:00PM"
                    },
                    {
                        "day_range": "Sunday",
                        "hour_range": "Closed"
                    }
                ]
            }
        ]
    },
    {
        "id": 7,
        "name": "Danang",
        "subtitle": "Danang",
        "location": 3,
        "address": "96-98 Nguyen Van Linh, Nam Duong, Hai Chau, Đa Nang 550000, Vietnam",
        "coordinates": {
            "lat": 16.060856417534268,
            "lng": 108.21501016616821
        },
        "access_instructions": "",
        "email": "danang@vietnammedicalpractice.com",
        "phone": "+84 236 3582 699",
        "emergency_phone": "+84 913 917 303",
        "fax": "+84 236 3583 049",
        "opening_hours": []
    }
]