Class EHIFamilyHealthHistory
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
Condition
A description of the condition
public string Condition { get; set; }
Property Value
DocumentId
The unique identifier of the document this entry is a part of
public decimal DocumentId { get; set; }
Property Value
FamilyHealthId
The unique family health entry identifier
public decimal? FamilyHealthId { get; set; }
Property Value
FamilyHealthRelative
The relative for whom this entry is tied to
public string FamilyHealthRelative { get; set; }
Property Value
MasterDiagnosisCode
The diagnosis code if encoded
public string MasterDiagnosisCode { 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
RemovedReason
The reason the entry was removed
public string RemovedReason { get; set; }