Skip to main content

Medical Directory Service

Medical Directory Service API.

GET /api/medical-directory

Returns the medical directory for social insurance, including information about locations and medical providers (clinics, pharmacies, practitioners).

Response:

Code 200
 [
{
"location": {
"id": "b1234567-89ab-cdef-0123-456789abcdef",
"name": "Northside Pharmacy",
"latitude": "40.7128",
"longitude": "-74.0060",
"address": "456 North Ave, New York, NY",
"zip_code": "10001",
"email": "contact@northsidepharmacy.com",
"phone": [
{
"type": "phone",
"value": "2125551234"
}
]
},
"provider": [
{
"id": "e9876543-21dc-ba43-6543-210fedcba987",
"name": "Northside Pharmacy",
"description": "24-hour pharmacy with a wide range of prescription and over-the-counter drugs.",
"type": "pharmacy",
"email": "support@northsidepharmacy.com",
"phone": [
{
"type": "phone",
"value": "2125559876"
}
],
"service": [
{
"id": "c2345678-90ab-cdef-2345-67890abcdefg",
"name": "Prescription Filling",
"description": "Fast and accurate prescription medication dispensing."
}
]
}
]
},
{
"location": {
"id": "c7891234-abcd-5678-efgh-12345abcdefg",
"name": "Downtown Medical Office",
"latitude": "34.0522",
"longitude": "-118.2437",
"address": "789 Medical Plaza, Los Angeles, CA",
"zip_code": "90001",
"email": "info@downtownmedical.com",
"phone": [
{
"type": "phone",
"value": "3235554567"
}
]
},
"provider": [
{
"id": "d2345678-1234-abcd-2345-67890abcdefg",
"name": "Dr. Sarah Smith",
"description": "Pediatrician specializing in children's healthcare.",
"type": "practitioner",
"email": "sarah.smith@downtownmedical.com",
"phone": [
{
"type": "cell-phone",
"value": "3235552345"
}
],
"service": [
{
"id": "f3456789-4321-cbda-9876-54321fedcba9",
"name": "Pediatric Consultation",
"description": "General healthcare services for children."
}
]
},
{
"id": "d3456789-4321-abcd-6543-210fedcba098",
"name": "Dr. Michael Brown",
"description": "Cardiologist specializing in heart health and treatment.",
"type": "practitioner",
"email": "michael.brown@downtownmedical.com",
"phone": [
{
"type": "cell-phone",
"value": "3235556543"
}
],
"service": [
{
"id": "g4567890-4321-abcd-0987-54321abcdefg",
"name": "Cardiology Consultation",
"description": "Heart health check-up and treatments."
}
]
}
]
},
{
"location": {
"id": "d9876543-21dc-ba43-1234-56789abcdefg",
"name": "Westside Health Clinic",
"latitude": "41.8781",
"longitude": "-87.6298",
"address": "123 West St, Chicago, IL",
"zip_code": "60601",
"email": "contact@westsideclinic.com",
"phone": [
{
"type": "phone",
"value": "3125557890"
}
]
},
"provider": [
{
"id": "a1234567-89ab-cdef-0123-456789abcdef",
"name": "Westside Health Clinic",
"description": "Full-service clinic offering a variety of healthcare services.",
"type": "clinic",
"email": "info@westsideclinic.com",
"phone": [
{
"type": "phone",
"value": "3125554567"
}
],
"service": [
{
"id": "h2345678-90ab-cdef-2345-67890abcdefg",
"name": "General Medicine",
"description": "Comprehensive medical care for adults."
},
{
"id": "i3456789-1234-abcd-2345-67890abcdefg",
"name": "Dermatology",
"description": "Treatment for skin conditions and diseases."
},
{
"id": "j4567890-2345-cbda-3456-54321fedcba0",
"name": "Physical Therapy",
"description": "Rehabilitation services for injuries and post-surgery."
}
]
}
]
}
]