Retrieve detailed information about a specific test component.
Security
PartnerApiKey and PartnerOAuth
- Mock serverhttps://api-docs.lobbie.com/_mock/openapi/partner/v2/account/{accountId}/location/{locationId}/lab/{labId}/test-component/{componentId}
- Productionhttps://api-prod.lobbie.com/lobbie/api/partner/v2/account/{accountId}/location/{locationId}/lab/{labId}/test-component/{componentId}
curl -i -X GET \
'https://api-docs.lobbie.com/_mock/openapi/partner/v2/account/{accountId}/location/{locationId}/lab/{labId}/test-component/{componentId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'x-api-key: YOUR_API_KEY_HERE'Test component found and returned successfully
Abnormal flag
Enum:"BELOW_NORMAL""WITHIN_NORMAL""ABOVE_NORMAL"
Example:"WITHIN_NORMAL"
Parent packet ID when the component is under a packet; otherwise null.
Example:10
Panel name. Null when the component is not under a panel.
Example:"Comprehensive Metabolic Panel"
All configured numeric reference intervals for this test (from lab component config), with optional qualifiers. Empty when no ranges are configured.
Example:
[]
Response
{ "abnormalFlag": "WITHIN_NORMAL", "comments": "Clinical note", "externalId": "GLU", "id": 98765, "labId": 12345, "name": "Glucose", "packetId": 10, "packetName": "Metabolic bundle", "panelId": 54321, "panelName": "Comprehensive Metabolic Panel", "referenceRanges": [], "unit": "mg/dL", "value": "95" }