# List diagnostic result items Returns a paginated list of Diagnostic Result Items for the specified site. Supports filtering and sorting. Endpoint: GET /site/{siteId}/ahds/v1/diagnostic-result-item Version: 1.0 Security: bearer ## Path parameters: - `siteId` (number, required) Site identifier ## Query parameters: - `page` (number) Page number (0-indexed) - `pageSize` (number) Number of items per page - `sortBy` (string) Field to sort by Enum: "createdAt", "updatedAt", "name", "notes", "observedAt", "qualifier", "value" - `sortOrder` (string) Sort order Enum: "asc", "desc" - `diagnosticResultId` (string) Identifier of the parent diagnostic result this item belongs to. Example: "123e4567-e89b-12d3-a456-426614174000" - `isActive` (boolean) Whether this diagnostic result item is active. - `name` (string) Name of the diagnostic test component or analyte. - `notes` (string) Free-text notes or comments about this result item. - `qualifier` (string) Qualifier for the result (e.g., '', 'trace', 'positive'). - `value` (string) Raw result value as provided by the source system. ## Response 200 fields ## Response 401 fields