Table of Contents

Class EHIPatientDemographic

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

This class represents the exported patient demographic information

public record EHIPatientDemographic
Inheritance
EHIPatientDemographic

Properties

BirthDate

The patient's birth date

public DateTime? BirthDate { get; set; }

Property Value

DateTime?

DeathDate

The patient's Death Date (if deceased)

public DateTime? DeathDate { get; set; }

Property Value

DateTime?

DoctorId

The identifier for the patient's default doctor

public int? DoctorId { get; set; }

Property Value

int?

FirstName

The patient's first name

public string FirstName { get; set; }

Property Value

string

LastName

The patient's last name

public string LastName { get; set; }

Property Value

string

LocationAbbreviation

The patient's location abbreviated

public string LocationAbbreviation { get; set; }

Property Value

string

LocationId

The unique identifier of the patient's location

public decimal? LocationId { get; set; }

Property Value

decimal?

LocationName

The patient's location (full name)

public string LocationName { get; set; }

Property Value

string

MiddleName

The patient's middle name

public string MiddleName { get; set; }

Property Value

string

PatientId

Unique identifier for patient

public decimal PatientId { get; set; }

Property Value

decimal

SSN

The patient's Social Security Number

public string SSN { get; set; }

Property Value

string

Sex

The patient's sex

public string Sex { get; set; }

Property Value

string

Status

The patient's status

public string Status { get; set; }

Property Value

string