When an entire examination (e.g., Laboratory Test Results (LB)), a group of tests (e.g., hematology or urinalysis), or an individual test (e.g., glucose) is not done for a subject or pool, and this information is explicitly captured with or without the reason for not collecting the information, record(s)
could can be created in the dataset to represent
this information. A sponsor has 2 options: (1) to submit individual these data.
In such cases, applicants may include:
- Individual records for each test not done for each subject or pool
, or (2) to submit 1 - ; or
- One record for each subject or pool for a group of tests that were not done.
For example, if urinalysis is not done, then:- LBTESTCD = "LBALL"
- LBTEST = "Laboratory Data"
- LBCAT = "URINALYSIS"
- LBORRES should be null
- LBSTAT should be "NOT DONE"
- LBREASND, if collected, might be "no urine sample present"
- In such cases:
- The paired values of --TESTCD and --TEST will represent a general description of testing in scope for the domain and will be used for all groupings of not done tests within the domain.
- --TESTCD will be the domain code concatenated with the word "ALL"; e.g., LBTESTCD = LBALL.
- --TEST will be a 40 character or less descriptor for data in scope for the domain; e.g., LBTEST = Laboratory Data.
- --CAT will represent the group of not done tests; e.g., LBCAT = URINALYSIS.
- --ORRES will be null.
- --STAT will be NOT DONE; e.g., LBSTAT = NOT DONE.
- --REASND will be the reason the group of tests was not done when collected; e.g., LBREASND = no urine sample present.