Table of Contents

Class EHIAllergy

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

This class represents an exported allergy

public record EHIAllergy
Inheritance
EHIAllergy

Properties

AllergyId

The unique allergy entry identifier

public decimal AllergyId { get; set; }

Property Value

decimal

Description

The allergy description

public string Description { 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?

GPI

Generic Product Identifier

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

Name

The allergy name

public string Name { get; set; }

Property Value

string

NdcNumber

National Drug Code

public string NdcNumber { get; set; }

Property Value

string

OnsetDate

The date the allergy started

public DateTime? OnsetDate { get; set; }

Property Value

DateTime?

Snomed

SNOMED code for non-drug allergies

public decimal? Snomed { get; set; }

Property Value

decimal?

StopReason

The reason the allergy was stopped

public string StopReason { get; set; }

Property Value

string

UserId

The unique identifier of the provider that entered the record

public decimal? UserId { get; set; }

Property Value

decimal?