{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What types of healthcare services are available?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Healthcare services include primary care, specialist consultations, emergency services, diagnostics, mental health support, rehabilitation, and preventive care."
}
},
{
"@type": "Question",
"name": "Do I need an appointment for healthcare services?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Most healthcare services require an appointment, especially for specialist visits. However, emergency and urgent care services are typically available without prior booking."
}
},
{
"@type": "Question",
"name": "Are telehealth services available?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, many healthcare providers offer telehealth services, allowing patients to consult with doctors remotely via phone or video for non-emergency medical issues."
}
}
]
}