Table of Contents

Class EHIPatientExport

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

This class represents the entire exported EHI JSON object

public record EHIPatientExport
Inheritance
EHIPatientExport

Properties

Allergies

The patient's active allergy list

public EHIAllergy[] Allergies { get; set; }

Property Value

EHIAllergy[]

Demographics

The patient's demographic information

public EHIPatientDemographic Demographics { get; set; }

Property Value

EHIPatientDemographic

Directives

The patient's active directive list

public EHIDirective[] Directives { get; set; }

Property Value

EHIDirective[]

Encounters

The patient's encounter list

public EHIEncounter[] Encounters { get; set; }

Property Value

EHIEncounter[]

FamilyHealthHistory

The patient's family health history

public EHIFamilyHealthHistory[] FamilyHealthHistory { get; set; }

Property Value

EHIFamilyHealthHistory[]

Immunizations

The patient's immunuzation list

public EHIImmunization[] Immunizations { get; set; }

Property Value

EHIImmunization[]

Medications

The patient's active medication list

public EHIMedication[] Medications { get; set; }

Property Value

EHIMedication[]

Orders

The patient's active order list

public EHIOrder[] Orders { get; set; }

Property Value

EHIOrder[]

Problems

The patient's active problem list

public EHIProblem[] Problems { get; set; }

Property Value

EHIProblem[]

VitalSigns

The patient's most recent vital signs

public EHIVitalSign[] VitalSigns { get; set; }

Property Value

EHIVitalSign[]