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: Innoquest Pathology

    Innoquest Pathology#

    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.emailstring | null
    lab_details.websitestring | null
    patient_detailsobject
    patient_details.namestring | null
    patient_details.ic_or_passportstring | null
    patient_details.dobstring | null
    patient_details.agestring | null
    patient_details.sexstring | null
    patient_details.addressstring | null
    patient_details.phonestring | null
    patient_details.your_referencestring | null
    referring_doctorobject
    referring_doctor.namestring | null
    referring_doctor.addressstring | null
    referring_doctor.doctor_codestring | null
    specimen_detailsobject
    specimen_details.specimen_types[]Array of strings
    specimen_details.fastingstring | null
    specimen_details.collection_datestring | null
    specimen_details.collection_timestring | null
    specimen_details.collected_bystring | null
    specimen_details.is_urgentstring | null
    specimen_details.urgent_phonestring | null
    specimen_details.urgent_faxstring | null
    specimen_details.copy_tostring | null
    specimen_details.bill_tostring | null
    specimen_details.payment_methodstring | null
    specimen_details.amount_rmstring | null
    specimen_details.receipt_nostring | null
    specimen_details.billing_collected_bystring | null
    tests_requestedobject
    tests_requested.profiles[]Array of strings
    tests_requested.biochemistry[]Array of strings
    tests_requested.haematology[]Array of strings
    tests_requested.serology_immuno[]Array of strings
    tests_requested.microbiology_cytology[]Array of strings
    clinical_history_or_drug_therapystring | null
    additional_tests[]Array of strings

    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": "Innoquest Pathology",
            "company_registration": "9876543-X",
            "address": "Level 12, Wisma Health, Jalan Ampang, Kuala Lumpur",
            "phone": "03-66778899",
            "email": "info@innoquest.com.my",
            "website": "https://innoquest.com.my"
          }
        },
        {
          "type": "patient_details",
          "value": {
            "name": "Mohamad Faiz",
            "ic_or_passport": "880202-14-5678",
            "dob": "1988/02/02",
            "age": "37",
            "sex": "M",
            "address": "No. 25, Jalan Meranti, Shah Alam",
            "phone": "017-2233445",
            "your_reference": "INQ-REF-00099"
          }
        },
        {
          "type": "referring_doctor",
          "value": {
            "name": "Dr. Noraini",
            "address": "Klinik Perubatan Bestari, Klang",
            "doctor_code": "DR1002"
          }
        },
        {
          "type": "specimen_details",
          "value": {
            "specimen_types": ["Blood", "Fluids"],
            "fasting": "Yes",
            "collection_date": "2025/07/24",
            "collection_time": "08:45am",
            "collected_by": "Medi Assistant",
            "is_urgent": "No",
            "urgent_phone": null,
            "urgent_fax": null,
            "copy_to": "HR Department",
            "bill_to": "Company XYZ",
            "payment_method": "Cash",
            "amount_rm": "150.00",
            "receipt_no": "RCP20250724-01",
            "billing_collected_by": "Admin A"
          }
        },
        {
          "type": "tests_requested",
          "value": {
            "profiles": ["ANE Anaemia Studies"],
            "biochemistry": [],
            "haematology": [],
            "serology_immuno": [],
            "microbiology_cytology": []
          }
        },
        {
          "type": "clinical_history_or_drug_therapy",
          "value": "No known medical history"
        },
        {
          "type": "additional_tests",
          "value": ["CRP", "ESR"]
        }
      ],
      "miscellaneous": {
        "processedTime": 4.983214
      }
    }
    Modified at 2025-07-24 03:32:15
    Previous
    Lab Test Request Form: Gnosis Laboratories Malaysia
    Next
    Lab Test Request Form: Pathology & Clinical Laboratory
    Built with