null.| Parameter Name | Variable Type |
|---|---|
| lab_details | object |
| lab_details.name | string | null |
| lab_details.address | string | null |
| lab_details.phone | string | null |
| lab_details.email | string | null |
| patient_details | object |
| patient_details.name | string | null |
| patient_details.address | string | null |
| patient_details.postcode | string | null |
| patient_details.mrn_reg_no | string | null |
| patient_details.weight_or_height | string | null |
| patient_details.ic_or_passport | string | null |
| patient_details.dob | string | null |
| patient_details.age | string | null |
| patient_details.sex | string | null |
| patient_details.phone | string | null |
| patient_details.email | string | null |
| history_or_clinical_findings_or_diagnosis | string | null |
| doctor_and_clinic_details | object |
| doctor_and_clinic_details.doctor_name | string | null |
| doctor_and_clinic_details.clinic_name | string | null |
| doctor_and_clinic_details.date | string | null |
| drug_therapy | object |
| drug_therapy.last_dose_date | string | null |
| drug_therapy.last_dose_time | string | null |
| drug_therapy.collection_date | string | null |
| drug_therapy.collection_time | string | null |
| specimen_details | object |
| specimen_details.specimen_types[] | Array of strings |
| specimen_details.collection_date | string | null |
| specimen_details.collection_time | string | null |
| specimen_details.collected_by | string | null |
| specimen_details.fasting | string | null |
| specimen_details.pregnant | string | null |
| specimen_details.gestation_week | string | null |
| bill_to | string | null |
| is_urgent | string | null |
| fax | string | null |
| tests_requested.profile_test[] | Array of strings |
| tests_requested.biochemistry[] | Array of strings |
| tests_requested.general_screening[] | Array of strings |
| tests_requested.haematology[] | Array of strings |
| tests_requested.serology_immuno[] | Array of strings |
| tests_requested.microbiology[] | Array of strings |
| tests_requested.infectious_disease[] | Array of strings |
| tests_requested.tumour_markers[] | Array of strings |
| other_tests[] | Array of strings |
data array will always have the specified type, with the possibility of being null.null.{
"success": true,
"data": [
{
"type": "lab_details",
"value": {
"name": "Premier Integrated Labs",
"address": "Level 2, Block B, No. 8 Jalan Teknologi, Selangor",
"phone": "03-78901234",
"email": "info@premierlabs.com"
}
},
{
"type": "patient_details",
"value": {
"name": "Nur Aisyah Bt Ahmad",
"address": "10 Jalan Mawar, 43000 Kajang, Selangor",
"postcode": "43000",
"mrn_reg_no": "MRN00889",
"weight_or_height": "160cm",
"ic_or_passport": "941212-14-5678",
"dob": "1994/12/12",
"age": "30",
"sex": "Female",
"phone": "017-4567890",
"email": "aisyah.ahmad@example.com"
}
},
{
"type": "history_or_clinical_findings_or_diagnosis",
"value": "Diabetes and hypertension"
},
{
"type": "doctor_and_clinic_details",
"value": {
"doctor_name": "Dr. Farid Hassan",
"clinic_name": "Klinik MedCare",
"date": "2025-07-24"
}
},
{
"type": "drug_therapy",
"value": {
"last_dose_date": "2025/07/22",
"last_dose_time": "08:00",
"collection_date": "2025/07/24",
"collection_time": "10:45"
}
},
{
"type": "specimen_details",
"value": {
"specimen_types": ["Blood", "Swab"],
"collection_date": "2025/07/24",
"collection_time": "10:45am",
"collected_by": "Nurse Zura",
"fasting": "Yes",
"pregnant": "No",
"gestation_week": null
}
},
{
"type": "bill_to",
"value": "Cash"
},
{
"type": "is_urgent",
"value": "Yes"
},
{
"type": "fax",
"value": "03-78904321"
},
{
"type": "tests_requested",
"value": {
"profile_test": ["AE01"],
"biochemistry": [],
"general_screening": [],
"haematology": [],
"serology_immuno": [],
"microbiology": [],
"infectious_disease": [],
"tumour_markers": []
}
},
{
"type": "other_tests",
"value": ["N/A"]
}
],
"miscellaneous": {
"processedTime": 5.98213044
}
}