# Problem

Model ID: `Problem`

No description.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `asserted_date` | `string|null` | No |  |  | `null` | Yes | Date the problem was asserted, when recorded. |
| `asserter_name` | `string|null` | No |  |  | `null` | Yes | Name of the person who asserted the problem, when recorded. |
| `asserter_type` | `string|null` | No |  |  | `null` | Yes | Type of asserter (e.g. patient, practitioner), when recorded. |
| `body_site` | `string|null` | No |  |  | `null` | Yes | Body site affected, when specified. |
| `categories` | array of [`ProblemCategory`](./ProblemCategory.md) | No |  |  |  | No | Condition categories (e.g. problem-list-item, encounter-diagnosis). |
| `clinical_status` | [`ProblemClinicalStatus`](./ProblemClinicalStatus.md) | No |  |  | `"active"` | No | Clinical status: active, recurrence, relapse, inactive, remission, or resolved. |
| `description` | `string` | Yes |  |  |  | No | Human-readable description of the problem/condition. |
| `encounter_id` | `string|null` | No |  |  | `null` | Yes | FHIR Encounter id during which the problem was recorded, when linked. |
| `fhir_id` | `string|null` | No |  |  | `null` | Yes | FHIR Condition resource id, when stored. |
| `icd10_code` | `string|null` | No |  |  | `null` | Yes | ICD-10-CM code for the condition, when coded. |
| `laterality` | `string|null` | No |  |  | `null` | Yes | Left, Right, Bilateral |
| `notes` | `string|null` | No |  |  | `null` | Yes | Free-text notes about the problem, when present. |
| `onset_age` | `integer|null` | No |  |  | `null` | Yes | Age at onset in years |
| `onset_date` | `string|null` | No |  |  | `null` | Yes | Date the problem first onset, when known. |
| `problem_id` | `string` | No | uuid |  |  | No | HealthCloud problem/condition identifier (UUID). |
| `recorded_date` | `string|null` | No |  |  | `null` | Yes | Datetime the problem was recorded, when known. |
| `recorder_name` | `string|null` | No |  |  | `null` | Yes | Name of the person who recorded the problem, when known. |
| `resolved_date` | `string|null` | No |  |  | `null` | Yes | Date the problem was resolved/abated, when applicable. |
| `severity` | [`ProblemSeverity`](./ProblemSeverity.md) | No |  |  | `null` | Yes | Severity: mild, moderate, or severe, when assessed. |
| `snomed_code` | `string|null` | No |  |  | `null` | Yes | SNOMED CT code for the condition, when coded. |
| `verification_status` | [`ProblemVerificationStatus`](./ProblemVerificationStatus.md) | No |  |  | `"confirmed"` | No | Verification status: unconfirmed, provisional, differential, confirmed, refuted, or entered-in-error. |

## Example

None declared in canonical OpenAPI.
