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: Gnosis Laboratories Malaysia

    Gnosis Laboratories Malaysia#

    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.addressstring | null
    lab_details.phonestring | null
    lab_details.faxstring | null
    lab_details.websitestring | null
    patient_detailsobject
    patient_details.namestring | null
    patient_details.ic_or_passportstring | null
    patient_details.your_referencestring | null
    patient_details.dobstring | null
    patient_details.agestring | null
    patient_details.genderstring | null
    patient_details.ethnicstring | null
    doctor_and_clinic_detailsobject
    doctor_and_clinic_details.doctor_namestring | null
    doctor_and_clinic_details.clinic_namestring | null
    doctor_and_clinic_details.company_registration_nostring | null
    doctor_and_clinic_details.clinic_addressstring | null
    doctor_and_clinic_details.clinic_phonestring | null
    doctor_and_clinic_details.clinic_emailstring | null
    specimen_detailsobject
    specimen_details.is_urgentstring | null
    specimen_details.urgent_contact_infostring | null
    specimen_details.collection_datestring | null
    specimen_details.collection_timestring | null
    specimen_details.fastingstring | null
    specimen_details.blood_tube_types[]Array of strings
    specimen_details.other_specimen_types[]Array of strings
    specimen_details.second_copy_to[]Array of strings
    specimen_details.bill_tostring | null
    tests_requestedobject
    tests_requested.general_profiles[]Array of strings
    tests_requested.optional_tag_on_gqy_ghy[]Array of strings
    tests_requested.commonly_used_profiles[]Array of strings
    tests_requested.other_tag_on[]Array of strings
    tests_requested.other_single_profile_tests[]Array of strings
    cytology_gynaecology_tests[]Array of strings
    cytology_site[]Array of strings
    cytology_clinical[]Array of strings
    cytology_indicationobject
    cytology_indication.types[]Array of strings
    cytology_indication.lmpstring | null
    cytology_indication.last_papstring | null
    cytology_indication.otherstring | null
    histology_and_cytology_non_gynaeobject
    histology_and_cytology_non_gynae.request_type[]Array of strings
    histology_and_cytology_non_gynae.special_stainsstring | null
    histology_and_cytology_non_gynae.test_codestring | null
    histology_and_cytology_non_gynae.specimen_type_and_sitestring | null
    clinical_history_indication_drug_therapystring | 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": "Gnosis Laboratories Malaysia",
            "address": "No. 11, Jalan Sains, 50400 Kuala Lumpur",
            "phone": "03-55667788",
            "fax": "03-55667799",
            "website": "https://gnosislab.my"
          }
        },
        {
          "type": "patient_details",
          "value": {
            "name": "Alice Tan",
            "ic_or_passport": "901010-08-5678",
            "your_reference": "REF20250723",
            "dob": "1990/10/10",
            "age": "35",
            "gender": "F",
            "ethnic": "Chinese"
          }
        },
        {
          "type": "doctor_and_clinic_details",
          "value": {
            "doctor_name": "Dr. Lim Chen",
            "clinic_name": "Klinik MedicCare",
            "company_registration_no": "MC-7891234",
            "clinic_address": "22A, Jalan Perubatan, PJ",
            "clinic_phone": "03-33445566",
            "clinic_email": "klinik@mediccare.my"
          }
        },
        {
          "type": "specimen_details",
          "value": {
            "is_urgent": "Yes",
            "urgent_contact_info": "012-9998888",
            "collection_date": "2025/07/23",
            "collection_time": "10:30am",
            "fasting": "Yes",
            "blood_tube_types": ["EDTA (Purple)"],
            "other_specimen_types": ["Urine"],
            "second_copy_to": ["Clinic"],
            "bill_to": "Credit Account"
          }
        },
        {
          "type": "tests_requested",
          "value": {
            "general_profiles": ["GE"],
            "optional_tag_on_gqy_ghy": ["UMAL"],
            "commonly_used_profiles": ["Full Blood Count"],
            "other_tag_on": [""],
            "other_single_profile_tests": [""]
          }
        },
        {
          "type": "cytology_gynaecology_tests",
          "value": ["PAP Smear"]
        },
        {
          "type": "cytology_site",
          "value": ["Cervix"]
        },
        {
          "type": "cytology_clinical",
          "value": [""]
        },
        {
          "type": "cytology_indication",
          "value": {
            "types": ["Routine"],
            "lmp": "2025/06/30",
            "last_pap": "2024/07/15",
            "other": null
          }
        },
        {
          "type": "histology_and_cytology_non_gynae",
          "value": {
            "request_type": ["Histology"],
            "special_stains": "PAS",
            "test_code": "HST123",
            "specimen_type_and_site": "Liver tissue"
          }
        },
        {
          "type": "clinical_history_indication_drug_therapy",
          "value": "Long-term immunosuppressants"
        }
      ],
      "miscellaneous": {
        "processedTime": 4.328174
      }
    }
    Modified at 2025-07-24 03:31:55
    Previous
    Lab Test Request Form: Dunia Wellness & Laboratories
    Next
    Lab Test Request Form: Innoquest Pathology
    Built with