Table of Contents

Class EHIMedication

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

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

string

Description

The medication's 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?

Dose

The medication's dose

public decimal? Dose { get; set; }

Property Value

decimal?

DoseUnit

The medication's dose unit

public string DoseUnit { get; set; }

Property Value

string

GPI

Generic Product Identifier

public string GPI { get; set; }

Property Value

string

Instructions

The medication's instructions

public string Instructions { get; set; }

Property Value

string

MedicationId

The unique medication entry identifier

public decimal MedicationId { get; set; }

Property Value

decimal

ModifiedStatus

The modification status of the clinical entry ('Filed in Error', 'Signed', 'Removed', or 'In Process')

public string ModifiedStatus { get; set; }

Property Value

string

NdcNumber

National Drug Code

public string NdcNumber { get; set; }

Property Value

string

Period

The period between medication doses

public decimal? Period { get; set; }

Property Value

decimal?

PeriodUnit

The period's unit between medication doses

public string PeriodUnit { get; set; }

Property Value

string

Route

Medication route

public string Route { get; set; }

Property Value

string

StartDate

The medication's start date

public DateTime? StartDate { get; set; }

Property Value

DateTime?

StopReason

The reason the medication 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?

isBMN

Whether the medication's brand is medically necessary

public bool isBMN { get; set; }

Property Value

bool