Class EHIProblem
This class represents an exported problem
public record EHIProblem
- Inheritance
-
EHIProblem
Properties
Comment
Any comment pertaining to the problem
public string Comment { get; set; }
Property Value
Description
The problem's description
public string Description { get; set; }
Property Value
DocumentId
The unique identifier of the document this entry is a part of
public decimal DocumentId { get; set; }
Property Value
ICD10
The problem's associated ICD10 code (if applicable)
public string ICD10 { get; set; }
Property Value
ICD9
The problem's associated ICD9 code (if applicable)
public string ICD9 { get; set; }
Property Value
ModifiedStatus
The modification status of the clinical entry ('Filed in Error', 'Signed', 'Removed', or 'In Process')
public string ModifiedStatus { get; set; }
Property Value
OnsetDate
The date the problem started
public DateTime? OnsetDate { get; set; }
Property Value
ProblemId
The unique problem entry identifier
public decimal ProblemId { get; set; }
Property Value
SNOMED
The problem's associated SNOMED code (if applicable)
public string SNOMED { get; set; }
Property Value
StopReason
The reason the problem was stopped
public string StopReason { get; set; }
Property Value
UserId
The unique identifier of the provider that entered the record
public decimal UserId { get; set; }