curl -X GET "https://api.saludya.com/api/patients/pat_1a2b3c4d5e6f" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"
{
"id": "pat_1a2b3c4d5e6f",
"name": "Maria Garcia",
"email": "maria.garcia@email.com",
"phone": "+1-555-0123",
"date_of_birth": "1985-03-15",
"medical_history": {
"conditions": ["Hypertension", "Migraine"],
"allergies": ["Sulfa drugs", "Latex"],
"medications": ["Lisinopril 10mg", "Sumatriptan 50mg"],
"blood_type": "O+"
},
"insurance": {
"provider": "BlueCross BlueShield",
"policy_number": "BC123456789",
"group_number": "GRP-5544",
"expiration_date": "2025-06-30"
},
"emergency_contact": {
"name": "Juan Garcia",
"phone": "+1-555-0124",
"relationship": "Husband"
},
"appointments": {
"total": 12,
"upcoming": 2,
"completed": 10
},
"created_at": "2024-01-15T10:30:00Z",
"updated_at": "2024-02-20T14:22:00Z"
}
Retrieve detailed information about a specific patient
curl -X GET "https://api.saludya.com/api/patients/pat_1a2b3c4d5e6f" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"
{
"id": "pat_1a2b3c4d5e6f",
"name": "Maria Garcia",
"email": "maria.garcia@email.com",
"phone": "+1-555-0123",
"date_of_birth": "1985-03-15",
"medical_history": {
"conditions": ["Hypertension", "Migraine"],
"allergies": ["Sulfa drugs", "Latex"],
"medications": ["Lisinopril 10mg", "Sumatriptan 50mg"],
"blood_type": "O+"
},
"insurance": {
"provider": "BlueCross BlueShield",
"policy_number": "BC123456789",
"group_number": "GRP-5544",
"expiration_date": "2025-06-30"
},
"emergency_contact": {
"name": "Juan Garcia",
"phone": "+1-555-0124",
"relationship": "Husband"
},
"appointments": {
"total": 12,
"upcoming": 2,
"completed": 10
},
"created_at": "2024-01-15T10:30:00Z",
"updated_at": "2024-02-20T14:22:00Z"
}
Documentation Index
Fetch the complete documentation index at: https://mintlify.com/DUVAN100/saludya-api/llms.txt
Use this file to discover all available pages before exploring further.
pat_1a2b3c4d5e6f)curl -X GET "https://api.saludya.com/api/patients/pat_1a2b3c4d5e6f" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"
{
"id": "pat_1a2b3c4d5e6f",
"name": "Maria Garcia",
"email": "maria.garcia@email.com",
"phone": "+1-555-0123",
"date_of_birth": "1985-03-15",
"medical_history": {
"conditions": ["Hypertension", "Migraine"],
"allergies": ["Sulfa drugs", "Latex"],
"medications": ["Lisinopril 10mg", "Sumatriptan 50mg"],
"blood_type": "O+"
},
"insurance": {
"provider": "BlueCross BlueShield",
"policy_number": "BC123456789",
"group_number": "GRP-5544",
"expiration_date": "2025-06-30"
},
"emergency_contact": {
"name": "Juan Garcia",
"phone": "+1-555-0124",
"relationship": "Husband"
},
"appointments": {
"total": 12,
"upcoming": 2,
"completed": 10
},
"created_at": "2024-01-15T10:30:00Z",
"updated_at": "2024-02-20T14:22:00Z"
}