Class EHIEncounter
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
ConfidentialityTypeAbbreviation
The abbreviation of the confidentiality type the encounter is restricted by
public string ConfidentialityTypeAbbreviation { get; init; }
Property Value
ConfidentialityTypeId
The id of the confidentiality type the encounter is restricted by
public decimal? ConfidentialityTypeId { get; init; }
Property Value
DocumentId
The unique encounter identifier
public decimal DocumentId { get; init; }
Property Value
DocumentType
The name of what type of encounter the encounter is
public string DocumentType { get; init; }
Property Value
DocumentTypeId
The id of what type of encounter the encounter is
public decimal? DocumentTypeId { get; init; }
Property Value
JobTitle
The job title of the responsible provider for the encounter
public string JobTitle { get; init; }
Property Value
LocationAbbreviation
The abbreviation of the location where the encounter took place
public string LocationAbbreviation { get; init; }
Property Value
LocationId
The id of the location where the encounter took place
public decimal LocationId { get; init; }
Property Value
PatientId
The id of the patient the encounter is for
public decimal PatientId { get; init; }
Property Value
ProviderName
The name of the responsible provider for the encounter
public string ProviderName { get; init; }
Property Value
PublicDocumentId
The user-facing id of the encounter
public string PublicDocumentId { get; init; }
Property Value
SignedByUserId
The id of the user who signed the encounter
public decimal? SignedByUserId { get; init; }
Property Value
SignedTime
The date and time the encounter was signed
public DateTime? SignedTime { get; init; }
Property Value
Status
The status of the encounter
public string Status { get; init; }
Property Value
Summary
Brief description of the encounter
public string Summary { get; init; }
Property Value
UserId
The id of the user who is the responsible provider for the encounter
public decimal? UserId { get; init; }