API Guide: Novamed
    • Get Started
    • Lab Test Request Form: Dunia Wellness & Laboratories
    • Lab Test Request Form: Gnosis Laboratories Malaysia
    • Lab Test Request Form: Innoquest Pathology
    • Lab Test Request Form: Pathology & Clinical Laboratory
    • Lab Test Request Form: Premier Integrated Labs
    • Lab Test Request Form API
      POST

    Lab Test Request Form: Pathology & Clinical Laboratory

    Pathology & Clinical Laboratory (Pathlab)#

    Extracted Data Types#

    The following types will always be present in the API response. If a type parameter is not found in the input, its value will be null.
    Parameter NameVariable Type
    lab_detailsobject
    lab_details.namestring | null
    lab_details.company_registrationstring | null
    lab_details.addressstring | null
    lab_details.phonestring | null
    lab_details.faxstring | null
    patient_detailsobject
    patient_details.namestring | null
    patient_details.nricstring | null
    patient_details.passport_nostring | null
    patient_details.genderstring | null
    patient_details.dobstring | null
    patient_details.agestring | null
    patient_details.pregnantstring | null
    patient_details.fastingstring | null
    patient_details.clinic_refstring | null
    doctor_and_clinic_detailsobject
    doctor_and_clinic_details.doctor_codestring | null
    doctor_and_clinic_details.clinic_namestring | null
    doctor_and_clinic_details.clinic_addressstring | null
    specimen_detailsobject
    specimen_details.collection_datestring | null
    specimen_details.collection_timestring | 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.sourcestring | null
    cervical_cytology.tests[]Array of strings
    cervical_cytology.sitestring | null
    cervical_cytology.lmpstring | null
    histopathology.sitestring | null
    other_tests_or_remarks[]Array of strings
    urgent.is_urgentstring | null
    urgent.phonestring | null
    urgent.faxstring | null
    urgent.emailstring | null
    paymentstring | null

    Notes#

    Each type parameter in the data array will always have the specified type, with the possibility of being null.
    If a specific type parameter is not present in the input, its value in the response will be null.

    Sample JSON Response#

    {
      "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
      }
    }
    Modified at 2025-07-24 03:32:30
    Previous
    Lab Test Request Form: Innoquest Pathology
    Next
    Lab Test Request Form: Premier Integrated Labs
    Built with