Class EHIMedication
This class represents an exported medication
public record EHIMedication
- Inheritance
-
EHIMedication
Properties
Comment
Any additional comments about the medication
public string Comment { get; set; }
Property Value
Description
The medication's 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
Dose
The medication's dose
public decimal? Dose { get; set; }
Property Value
DoseUnit
The medication's dose unit
public string DoseUnit { get; set; }
Property Value
GPI
Generic Product Identifier
public string GPI { get; set; }
Property Value
Instructions
The medication's instructions
public string Instructions { get; set; }
Property Value
MedicationId
The unique medication entry identifier
public decimal MedicationId { 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
NdcNumber
National Drug Code
public string NdcNumber { get; set; }
Property Value
Period
The period between medication doses
public decimal? Period { get; set; }
Property Value
PeriodUnit
The period's unit between medication doses
public string PeriodUnit { get; set; }
Property Value
Route
Medication route
public string Route { get; set; }
Property Value
StartDate
The medication's start date
public DateTime? StartDate { get; set; }
Property Value
StopReason
The reason the medication 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; }
Property Value
isBMN
Whether the medication's brand is medically necessary
public bool isBMN { get; set; }