ProviderDepartment
public struct ProviderDepartment : Codable
A physical building that provides service of one or more health-care providers.
-
The unique key for this department
Declaration
Swift
public let departmentId: String
-
The EHR System name for this department
Declaration
Swift
public let ehrSystemName: String
-
The name of this department
Declaration
Swift
public let name: String
-
If applicable, the medical center in which this department resides.
Declaration
Swift
public let center: String?
-
If available, The phone number
Declaration
Swift
public let phone: String?
-
The address if available.
Declaration
Swift
public let address: Address?