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: Premier Integrated Labs

    Premier Integrated Labs#

    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.emailstring | null
    patient_detailsobject
    patient_details.namestring | null
    patient_details.addressstring | null
    patient_details.postcodestring | null
    patient_details.mrn_reg_nostring | null
    patient_details.weight_or_heightstring | null
    patient_details.ic_or_passportstring | null
    patient_details.dobstring | null
    patient_details.agestring | null
    patient_details.sexstring | null
    patient_details.phonestring | null
    patient_details.emailstring | null
    history_or_clinical_findings_or_diagnosisstring | null
    doctor_and_clinic_detailsobject
    doctor_and_clinic_details.doctor_namestring | null
    doctor_and_clinic_details.clinic_namestring | null
    doctor_and_clinic_details.datestring | null
    drug_therapyobject
    drug_therapy.last_dose_datestring | null
    drug_therapy.last_dose_timestring | null
    drug_therapy.collection_datestring | null
    drug_therapy.collection_timestring | 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
    specimen_details.fastingstring | null
    specimen_details.pregnantstring | null
    specimen_details.gestation_weekstring | null
    bill_tostring | null
    is_urgentstring | null
    faxstring | null
    tests_requested.profile_test[]Array of strings
    tests_requested.biochemistry[]Array of strings
    tests_requested.general_screening[]Array of strings
    tests_requested.haematology[]Array of strings
    tests_requested.serology_immuno[]Array of strings
    tests_requested.microbiology[]Array of strings
    tests_requested.infectious_disease[]Array of strings
    tests_requested.tumour_markers[]Array of strings
    other_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": "Premier Integrated Labs",
            "address": "Level 2, Block B, No. 8 Jalan Teknologi, Selangor",
            "phone": "03-78901234",
            "email": "info@premierlabs.com"
          }
        },
        {
          "type": "patient_details",
          "value": {
            "name": "Nur Aisyah Bt Ahmad",
            "address": "10 Jalan Mawar, 43000 Kajang, Selangor",
            "postcode": "43000",
            "mrn_reg_no": "MRN00889",
            "weight_or_height": "160cm",
            "ic_or_passport": "941212-14-5678",
            "dob": "1994/12/12",
            "age": "30",
            "sex": "Female",
            "phone": "017-4567890",
            "email": "aisyah.ahmad@example.com"
          }
        },
        {
          "type": "history_or_clinical_findings_or_diagnosis",
          "value": "Diabetes and hypertension"
        },
        {
          "type": "doctor_and_clinic_details",
          "value": {
            "doctor_name": "Dr. Farid Hassan",
            "clinic_name": "Klinik MedCare",
            "date": "2025-07-24"
          }
        },
        {
          "type": "drug_therapy",
          "value": {
            "last_dose_date": "2025/07/22",
            "last_dose_time": "08:00",
            "collection_date": "2025/07/24",
            "collection_time": "10:45"
          }
        },
        {
          "type": "specimen_details",
          "value": {
            "specimen_types": ["Blood", "Swab"],
            "collection_date": "2025/07/24",
            "collection_time": "10:45am",
            "collected_by": "Nurse Zura",
            "fasting": "Yes",
            "pregnant": "No",
            "gestation_week": null
          }
        },
        {
          "type": "bill_to",
          "value": "Cash"
        },
        {
          "type": "is_urgent",
          "value": "Yes"
        },
        {
          "type": "fax",
          "value": "03-78904321"
        },
        {
          "type": "tests_requested",
          "value": {
            "profile_test": ["AE01"],
            "biochemistry": [],
            "general_screening": [],
            "haematology": [],
            "serology_immuno": [],
            "microbiology": [],
            "infectious_disease": [],
            "tumour_markers": []
          }
        },
        {
          "type": "other_tests",
          "value": ["N/A"]
        }
      ],
      "miscellaneous": {
        "processedTime": 5.98213044
      }
    }
    Modified at 2025-07-24 03:32:45
    Previous
    Lab Test Request Form: Pathology & Clinical Laboratory
    Next
    Lab Test Request Form API
    Built with