PracticeRegionDepartment
public struct PracticeRegionDepartment : Codable, Equatable
Information about a department within a practice region
-
id of the department
Declaration
Swift
public let id: String
-
epic id of the department
Declaration
Swift
public let epicDepartmentId: String
-
ehr system name of the department
Declaration
Swift
public let ehrSystemName: String
-
default name of the department
Declaration
Swift
public let defaultDepartmentName: String?