# Get problem by ID Retrieve detailed information about a specific problem/diagnosis. Scoped by account. Endpoint: GET /partner/v2/account/{accountId}/health-profile/problems/{problemId} Version: 2.0 Security: PartnerOAuth ## Path parameters: - `accountId` (integer, required) Account identifier - `problemId` (integer, required) Problem ID ## Response 200 fields (application/json): - `active` (boolean) Whether this record is active Example: true - `comment` (string) Additional comments Example: "Diet controlled, A1c 6.2%" - `createdAt` (string) Creation timestamp Example: "2021-06-15T10:00:00Z" - `createdBy` (string) Created by (staff name) Example: "Dr. Jane Smith" - `diagnosisCode` (string) Diagnosis code (ICD-10) Example: "E11.9" - `diagnosisText` (string) Diagnosis description Example: "Type 2 diabetes mellitus without complications" - `id` (integer) Unique problem identifier Example: 12345 - `patientId` (integer) Patient ID Example: 67890 - `severity` (string) Severity level Enum: "SEVERE", "MODERATE", "MILD", "UNKNOWN" - `status` (string) Problem status Enum: "ACTIVE", "RESOLVED", "UNKNOWN" - `updatedAt` (string) Last update timestamp Example: "2023-01-10T14:30:00Z" - `updatedBy` (string) Last updated by (staff name) Example: "Dr. Jane Smith" ## Response 401 fields ## Response 403 fields ## Response 404 fields