{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What types of diagnostic tests are offered at the centre?",
"acceptedAnswer": {
"@type": "Answer",
"text": "We offer imaging services like X-ray, MRI, CT scan, Ultrasound, laboratory tests including blood and urine tests, cardiac and neurological diagnostics, and specialized health screenings."
}
},
{
"@type": "Question",
"name": "How do I prepare for my diagnostic test?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Preparation depends on the test. Some may require fasting or avoiding medications. Our staff will provide specific instructions when you book your appointment."
}
},
{
"@type": "Question",
"name": "How soon can I expect my test results?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Test result times vary by test type but usually range from a few hours to a few days. Urgent tests are prioritized for quicker reporting."
}
}
]
}