CatchmentArea

data class CatchmentArea(ehrSystem: String, departmentId: String)

Represents an area serviced by a hospital/health system.

Constructors

CatchmentArea
Link copied to clipboard
fun CatchmentArea(ehrSystem: String, departmentId: String)

Properties

departmentId
Link copied to clipboard
val departmentId: String
The unique id of the department servicing this area.
ehrSystem
Link copied to clipboard
val ehrSystem: String
The EHR System name for this catchment area.