Table of Contents

Class EHIEncounter

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

This class represents an exported encounter

public record EHIEncounter
Inheritance
EHIEncounter

Properties

ClinicalDate

The clinical date of the encounter

public DateTime ClinicalDate { get; init; }

Property Value

DateTime

ConfidentialityTypeAbbreviation

The abbreviation of the confidentiality type the encounter is restricted by

public string ConfidentialityTypeAbbreviation { get; init; }

Property Value

string

ConfidentialityTypeId

The id of the confidentiality type the encounter is restricted by

public decimal? ConfidentialityTypeId { get; init; }

Property Value

decimal?

DocumentId

The unique encounter identifier

public decimal DocumentId { get; init; }

Property Value

decimal

DocumentType

The name of what type of encounter the encounter is

public string DocumentType { get; init; }

Property Value

string

DocumentTypeId

The id of what type of encounter the encounter is

public decimal? DocumentTypeId { get; init; }

Property Value

decimal?

JobTitle

The job title of the responsible provider for the encounter

public string JobTitle { get; init; }

Property Value

string

LocationAbbreviation

The abbreviation of the location where the encounter took place

public string LocationAbbreviation { get; init; }

Property Value

string

LocationId

The id of the location where the encounter took place

public decimal LocationId { get; init; }

Property Value

decimal

PatientId

The id of the patient the encounter is for

public decimal PatientId { get; init; }

Property Value

decimal

ProviderName

The name of the responsible provider for the encounter

public string ProviderName { get; init; }

Property Value

string

PublicDocumentId

The user-facing id of the encounter

public string PublicDocumentId { get; init; }

Property Value

string

SignedByUserId

The id of the user who signed the encounter

public decimal? SignedByUserId { get; init; }

Property Value

decimal?

SignedTime

The date and time the encounter was signed

public DateTime? SignedTime { get; init; }

Property Value

DateTime?

Status

The status of the encounter

public string Status { get; init; }

Property Value

string

Summary

Brief description of the encounter

public string Summary { get; init; }

Property Value

string

UserId

The id of the user who is the responsible provider for the encounter

public decimal? UserId { get; init; }

Property Value

decimal?