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: Dunia Wellness & Laboratories

    Dunia Wellness & Laboratories#

    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.phones[]Array of strings
    lab_details.faxstring | null
    lab_details.emailstring | null
    lab_details.websitestring | null
    patient_detailsobject
    patient_details.namestring | null
    patient_details.ic_or_passportstring | null
    patient_details.worker_codestring | null
    patient_details.dobstring | null
    patient_details.sexstring | null
    patient_details.phonestring | 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.collection_datestring | null
    specimen_details.collection_timestring | null
    specimen_details.collected_bystring | null
    clinical_history_diagnosisstring | null
    tests_requestedobject
    tests_requested.dwl_profiles[]Array of strings
    tests_requested.general_profiles[]Array of strings
    tests_requested.tag_ons_test[]Array of strings
    tests_requested.antenatal[]Array of strings
    tests_requested.dialysis_profiles[]Array of strings
    tests_requested.hepatitis_profiles[]Array of strings
    tests_requested.biochemistry[]Array of strings
    tests_requested.haematology[]Array of strings
    tests_requested.industry_testing[]Array of strings
    tests_requested.microbiology[]Array of strings
    tests_requested.serology[]Array of strings
    tests_requested.tumor_marker[]Array of strings
    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": "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
      }
    }
    Modified at 2025-07-24 03:31:40
    Previous
    Get Started
    Next
    Lab Test Request Form: Gnosis Laboratories Malaysia
    Built with