{
"success": true,
"data": [
{
"type": "lab_details",
"value": {
"name": "Dunia Wellness & Laboratories Sdn Bhd",
"company_registration": "1234567-X",
"address": "Lot 88, Jalan Kesihatan, Kuala Lumpur",
"phones": [
"03-12345678",
"03-87654321"
],
"fax": "03-11223344",
"email": "info@dunialab.my",
"website": "https://dunialab.my"
}
},
{
"type": "patient_details",
"value": {
"name": "John Doe",
"ic_or_passport": "900101141234",
"worker_code": "W123",
"dob": "1990/01/01",
"sex": "Male",
"phone": "012-3456789"
}
},
{
"type": "referring_doctor",
"value": {
"name": "Dr. Zainal",
"address": "Klinik Pakar Bangsar",
"doctor_code": "D456"
}
},
{
"type": "specimen_details",
"value": {
"specimen_types": [
"Blood",
"Others: Saliva"
],
"collection_date": "2025/07/23",
"collection_time": "09:15am",
"collected_by": "Nurse Aida"
}
},
{
"type": "clinical_history_diagnosis",
"value": "Suspected dengue"
},
{
"type": "tests_requested",
"value": {
"dwl_profiles": [
"DWL1",
"DWL2"
],
"general_profiles": [],
"tag_ons_test": [],
"antenatal": [],
"dialysis_profiles": [],
"hepatitis_profiles": [],
"biochemistry": [],
"haematology": [],
"industry_testing": [],
"microbiology": [],
"serology": [],
"tumor_marker": []
}
},
{
"type": "additional_tests",
"value": [
"CRP"
]
}
],
"miscellaneous": {
"processedTime": 5.673210123
}
}