| Name | Description | Type | Additional information |
|---|---|---|---|
| ProblemId |
Gets or sets the problem identifier. |
string |
None. |
| ProblemDesc |
Gets or sets the problem desc. |
string |
None. |
| ICD9Code |
Gets or sets the ic d9 code. |
string |
None. |
| ICD10Code |
Gets or sets the ic D10 code. |
string |
None. |
| SNOMED |
Gets or sets the snomed. |
string |
None. |
| OnsetDateTime |
Gets or sets the onset date time. Note this is a string field because the value is really a string and not a date. e.g. "Approx. 2005" |
string |
None. |
| ResolvedDateTime |
Gets or sets the resolved date time. |
datetime |
None. |
| DateOfEntry |
Gets or sets the date of entry. |
datetime |
None. |
| EntryPerson |
Gets or sets the entry person. |
string |
None. |
| Chronic |
Gets or sets a value indicating whether this Problem is chronic. |
boolean |
None. |
| Status |
Gets or sets the status. |
string |
None. |
| Priority |
Gets or sets the priority. |
string |
None. |
| Class |
Gets or sets the class. |
string |
None. |
| PresentOnAdmission |
Gets or sets the present on admission. |
string |
None. |
| PatientFriendlyName |
Gets or sets the name of the patient friendly. |
string |
None. |
| PatientId |
Gets or sets the patient identifier. |
string |
None. |
| Codes |
List of diagnosis codes |
Collection of DiagnosisCode |
None. |
| CustomClassifications |
List of custom classifications for this problem |
Collection of CustomClassification |
None. |
| Comments |
Gets or sets the problem comments |
Collection of Comment |
None. |
| UpdatedDateTime |
The date and time this problem was last updated |
datetime |
None. |