null.| Parameter Name | Variable Type |
|---|---|
| lab_details | object |
| lab_details.name | string | null |
| lab_details.company_registration | string | null |
| lab_details.address | string | null |
| lab_details.phone | string | null |
| lab_details.fax | string | null |
| patient_details | object |
| patient_details.name | string | null |
| patient_details.nric | string | null |
| patient_details.passport_no | string | null |
| patient_details.gender | string | null |
| patient_details.dob | string | null |
| patient_details.age | string | null |
| patient_details.pregnant | string | null |
| patient_details.fasting | string | null |
| patient_details.clinic_ref | string | null |
| doctor_and_clinic_details | object |
| doctor_and_clinic_details.doctor_code | string | null |
| doctor_and_clinic_details.clinic_name | string | null |
| doctor_and_clinic_details.clinic_address | string | null |
| specimen_details | object |
| specimen_details.collection_date | string | null |
| specimen_details.collection_time | string | null |
| specimen_details.specimen_types[] | Array of strings |
| single_tests.biochemistry[] | Array of strings |
| single_tests.haematology[] | Array of strings |
| single_tests.endocrinology[] | Array of strings |
| single_tests.urine[] | Array of strings |
| single_tests.stool[] | Array of strings |
| single_tests.immunology[] | Array of strings |
| single_tests.cancer_markers[] | Array of strings |
| general_screening_other_profiles.general_screening[] | Array of strings |
| general_screening_other_profiles.antenatal_screening[] | Array of strings |
| general_screening_other_profiles.arthritis_autoimmune_panel[] | Array of strings |
| general_screening_other_profiles.std_panel[] | Array of strings |
| general_screening_other_profiles.febril_panel[] | Array of strings |
| general_screening_other_profiles.foreign_screening_panel[] | Array of strings |
| general_screening_other_profiles.anaemia_thalassemia_panel[] | Array of strings |
| general_screening_other_profiles.renal_studies_panel[] | Array of strings |
| general_screening_other_profiles.hepatitis_liver_panel[] | Array of strings |
| general_screening_other_profiles.cardiac_risk_panel[] | Array of strings |
| general_screening_other_profiles.diabetes_panel[] | Array of strings |
| general_screening_other_profiles.thyroid_panel[] | Array of strings |
| general_screening_other_profiles.hormonal_panel[] | Array of strings |
| microbiology.tests[] | Array of strings |
| microbiology.source | string | null |
| cervical_cytology.tests[] | Array of strings |
| cervical_cytology.site | string | null |
| cervical_cytology.lmp | string | null |
| histopathology.site | string | null |
| other_tests_or_remarks[] | Array of strings |
| urgent.is_urgent | string | null |
| urgent.phone | string | null |
| urgent.fax | string | null |
| urgent.email | string | null |
| payment | string | null |
data array will always have the specified type, with the possibility of being null.null.{
"success": true,
"data": [
{
"type": "lab_details",
"value": {
"name": "Pathlab Malaysia",
"company_registration": "5432109-M",
"address": "No. 45, Jalan Pudu, 55100 Kuala Lumpur",
"phone": "03-92888888",
"fax": "03-92887777"
}
},
{
"type": "patient_details",
"value": {
"name": "Tan Mei Ling",
"nric": "920303-10-2233",
"passport_no": null,
"gender": "Female",
"dob": "1992-03-03",
"age": "33",
"pregnant": "No",
"fasting": "Yes",
"clinic_ref": "CLINIC123"
}
},
{
"type": "doctor_and_clinic_details",
"value": {
"doctor_code": "DOC5566",
"clinic_name": "Klinik Medisihat",
"clinic_address": "23, Jalan Murni, Kajang"
}
},
{
"type": "specimen_details",
"value": {
"collection_date": "2025-07-24",
"collection_time": "10:30",
"specimen_types": ["EDTA Blood", "Others: Urine"]
}
},
{
"type": "single_tests",
"value": {
"biochemistry": ["Albumin"],
"haematology": [],
"endocrinology": [],
"urine": [],
"stool": [],
"immunology": ["RA Factor", "TPHA"],
"cancer_markers": []
}
},
{
"type": "general_screening_other_profiles",
"value": {
"general_screening": ["18KS"],
"antenatal_screening": [],
"arthritis_autoimmune_panel": [],
"std_panel": [],
"febril_panel": [],
"foreign_screening_panel": [],
"anaemia_thalassemia_panel": [],
"renal_studies_panel": [],
"hepatitis_liver_panel": [],
"cardiac_risk_panel": [],
"diabetes_panel": [],
"thyroid_panel": [],
"hormonal_panel": []
}
},
{
"type": "microbiology",
"value": {
"tests": ["Fungal Culture"],
"source": "Mid-stream urine"
}
},
{
"type": "cervical_cytology",
"value": {
"tests": ["Pap Smear"],
"site": "Cervix",
"lmp": "2025/07/15"
}
},
{
"type": "histopathology",
"value": {
"site": "Skin Biopsy"
}
},
{
"type": "other_tests_or_remarks",
"value": ["Request repeat test if abnormal"]
},
{
"type": "urgent",
"value": {
"is_urgent": "Yes",
"phone": "012-5556789",
"fax": null,
"email": "urgent@pathlab.com.my"
}
},
{
"type": "payment",
"value": "Bill to Patient"
}
],
"miscellaneous": {
"processedTime": 6.3342217
}
}