PatientDemographics

fun PatientDemographics(addresses: List<Address>, birthdate: LocalDate, email: String, gender: Gender, name: HumanName, last4SSN: String, homePhone: String, workPhone: String = "", mobilePhone: String = "", identifiers: MutableList<Identifier> = mutableListOf())