Table of Contents

Class EHIFamilyHealthHistory

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

This class represents an exported family health history

public record EHIFamilyHealthHistory
Inheritance
EHIFamilyHealthHistory

Properties

Comment

The comment associated with the family health history entry

public string Comment { get; set; }

Property Value

string

Condition

A description of the condition

public string Condition { 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

FamilyHealthId

The unique family health entry identifier

public decimal? FamilyHealthId { get; set; }

Property Value

decimal?

FamilyHealthRelative

The relative for whom this entry is tied to

public string FamilyHealthRelative { get; set; }

Property Value

string

MasterDiagnosisCode

The diagnosis code if encoded

public string MasterDiagnosisCode { 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

RemovedReason

The reason the entry was removed

public string RemovedReason { get; set; }

Property Value

string