Class EHIAllergy
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
Description
The allergy description
public string Description { get; set; }
Property Value
DocumentId
The unique identifier of the document this entry is a part of
public decimal? DocumentId { get; set; }
Property Value
GPI
Generic Product Identifier
public string GPI { 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
Name
The allergy name
public string Name { get; set; }
Property Value
NdcNumber
National Drug Code
public string NdcNumber { get; set; }
Property Value
OnsetDate
The date the allergy started
public DateTime? OnsetDate { get; set; }
Property Value
Snomed
SNOMED code for non-drug allergies
public decimal? Snomed { get; set; }
Property Value
StopReason
The reason the allergy was stopped
public string StopReason { get; set; }
Property Value
UserId
The unique identifier of the provider that entered the record
public decimal? UserId { get; set; }