The Problem Object represents a diagnosis in a patient’s problem list. Each problem can be potentially coded with ICD9, ICD10, SNOMED, and IMO.Documentation Index
Fetch the complete documentation index at: https://help.elationhealth.com/llms.txt
Use this file to discover all available pages before exploring further.
resolved_date is set if status is “Resolved”
Object Definition
| Attribute | Type | Allowed Values | Description |
|---|---|---|---|
| id | int | The id of the problem | |
| description | string | The description of the problem | |
| status | string | The status of the problem | |
| synopsis | string | The synopsis of the problem | |
| start_date | datetime | The date the problem started | |
| resolved_date | datetime | The date the problem was resolved | |
| dx | object | The diagnosis(es) for imo codes | |
| dx.icd9 | string list | The icd9 codes of the diagnosis | |
| dx.icd10 | string list | The icd10 codes of the diagnosis | |
| dx.snomed | string | The snomed code of the diagnosis | |
| patient | int | The id of the patient | |
| created_date | datetime | The date the problem was created | |
| deleted_date | datetime | The date the problem was deleted |