Table of Contents

Class Referral

Namespace
Skyware.Lis.EventsModel.BgNhis
Assembly
Skyware.Lis.EventsModel.dll

Represent e-referral from Bulgarian NHIS (form #4 of MoH)

public class Referral
Inheritance
Referral
Inherited Members

Properties

Diagnosis

Patient's Diagnosis as a reason for referral issuance

public Diagnosis Diagnosis { get; set; }

Property Value

Diagnosis

ExecutionDate

Regulatory bound date which corresponds with NHIF reports (date of results)

public DateTime ExecutionDate { get; set; }

Property Value

DateTime

FinancingSource

Payer institution, typed value, according to NHIS

public int FinancingSource { get; set; }

Property Value

int

HealthRegion

Health region if the patient, according to NHIF

public string HealthRegion { get; set; }

Property Value

string

Id

Identifier in the LIS iLab (null if it is never imported)

public int? Id { get; set; }

Property Value

int?

Issued

Date of issuance

public DateTime Issued { get; set; }

Property Value

DateTime

Issuer

Practitioner (BgDoctor), who issued the referral

public BgDoctor Issuer { get; set; }

Property Value

BgDoctor

IssuerPractice

MedicalPractice of the issuing doctor

public MedicalPractice IssuerPractice { get; set; }

Property Value

MedicalPractice

Items

Collection of NhisExamination, ordered with this referral

public IEnumerable<NhisExamination> Items { get; set; }

Property Value

IEnumerable<NhisExamination>

LaboratoryDoctor

Responsible doctor (BgDoctor, the one who is will perform examinations)

public BgDoctor LaboratoryDoctor { get; set; }

Property Value

BgDoctor

Lrn

Issuer's identifier

public string Lrn { get; set; }

Property Value

string

Nrn

Unique identifier of the referral in Bulgarian NHIS

public string Nrn { get; set; }

Property Value

string

Patient

Patient to which referral is issued

public Patient Patient { get; set; }

Property Value

Patient

RhifRegion

RHIF region of the patient, according NHIF

public string RhifRegion { get; set; }

Property Value

string

RilaId

The Rila channel the referral is read, locked or unlocked (null if Arda is used)

public int? RilaId { get; set; }

Property Value

int?

VisitDate

Regulatory bound date which corresponds with NHIF reports (date of sampling)

public DateTime VisitDate { get; set; }

Property Value

DateTime