Class EHIPatientExport
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
Demographics
The patient's demographic information
public EHIPatientDemographic Demographics { get; set; }
Property Value
Directives
The patient's active directive list
public EHIDirective[] Directives { get; set; }
Property Value
Encounters
The patient's encounter list
public EHIEncounter[] Encounters { get; set; }
Property Value
FamilyHealthHistory
The patient's family health history
public EHIFamilyHealthHistory[] FamilyHealthHistory { get; set; }
Property Value
Immunizations
The patient's immunuzation list
public EHIImmunization[] Immunizations { get; set; }
Property Value
Medications
The patient's active medication list
public EHIMedication[] Medications { get; set; }
Property Value
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
VitalSigns
The patient's most recent vital signs
public EHIVitalSign[] VitalSigns { get; set; }