Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

13. Patients With Abnormal Lab Test Results Report

      Listing all the patients with abnormal lab test results for a given list of labtest concepts.

Configuration

    "name": "Abnormal Labtest Results for HBSAG and SERUM POTASSIUM",
    "type": "PatientsWithAbnormalLabtestResults",
        "config": {
"type": "patientsWithAbnormalLabtestResultsReport",
"conceptNames": "'HBSAG','SERUM POTASSIUM'"
}

        Example:

        

 

14. Patients With Date Concept Values

      Listing all the patients with the given date concept of a specific template. Here the report is for the date value (rather than obsDatetime) between the given "startDate" and "endDate".

      Note: It is made such as to accept the date concept which is associated with ONE observation template only.

Configuration

    "name": "Tuberculosis Followups",
    "type": "DateConceptValuesPatientsList",
        "config": {
"type": "dateConceptValuesReport",
"conceptNames": "'Tuberculosis, Next Followup Visit'",
            "templateName": "Tuberculosis Followup Template"
}

        Example:

        
  • No labels