Table of Contents

Class EHIProblem

Namespace
FEHR.EHR.EHIExport
Assembly
FEHR.EHR.EHIExport.dll

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

string

Description

The problem's description

public string Description { get; set; }

Property Value

string

DocumentId

The unique identifier of the document this entry is a part of

public decimal DocumentId { get; set; }

Property Value

decimal

ICD10

The problem's associated ICD10 code (if applicable)

public string ICD10 { get; set; }

Property Value

string

ICD9

The problem's associated ICD9 code (if applicable)

public string ICD9 { get; set; }

Property Value

string

ModifiedStatus

The modification status of the clinical entry ('Filed in Error', 'Signed', 'Removed', or 'In Process')

public string ModifiedStatus { get; set; }

Property Value

string

OnsetDate

The date the problem started

public DateTime? OnsetDate { get; set; }

Property Value

DateTime?

ProblemId

The unique problem entry identifier

public decimal ProblemId { get; set; }

Property Value

decimal

SNOMED

The problem's associated SNOMED code (if applicable)

public string SNOMED { get; set; }

Property Value

string

StopReason

The reason the problem was stopped

public string StopReason { get; set; }

Property Value

string

UserId

The unique identifier of the provider that entered the record

public decimal UserId { get; set; }

Property Value

decimal