Retrieve detailed information about a specific problem/diagnosis. Scoped by account.
Security
PartnerApiKey and PartnerOAuth
- Mock serverhttps://api-docs.lobbie.com/_mock/openapi/partner/v2/account/{accountId}/health-profile/problems/{problemId}
- Productionhttps://api-prod.lobbie.com/lobbie/api/partner/v2/account/{accountId}/health-profile/problems/{problemId}
curl -i -X GET \
'https://api-docs.lobbie.com/_mock/openapi/partner/v2/account/{accountId}/health-profile/problems/{problemId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'x-api-key: YOUR_API_KEY_HERE'Problem found and returned successfully
Response
{ "active": true, "comment": "Diet controlled, A1c 6.2%", "createdAt": "2025-01-15T14:00:00Z", "createdBy": "Dr. Jane Smith", "diagnosisCode": "E11.9", "diagnosisText": "Type 2 diabetes mellitus without complications", "id": 12345, "patientId": 67890, "severity": "MODERATE", "status": "ACTIVE", "updatedAt": "2025-01-15T14:00:00Z", "updatedBy": "Dr. Jane Smith" }