Patient Demographics
data class PatientDemographics(addresses: List<Address>, birthdate: LocalDate, email: String, gender: Gender, name: HumanName, last4SSN: String, homePhone: String?, workPhone: String, mobilePhone: String, identifiers: MutableList<Identifier>) : Parcelable
Content copied to clipboard
Represents a set of demographics for a patient, in a single EHR system.
Constructors
PatientDemographics
Link copied to clipboard
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())
Content copied to clipboard
Functions
describeContents
Link copied to clipboard
getEhrSystemName
Link copied to clipboard
writeToParcel
Link copied to clipboard
Properties
identifiers
Link copied to clipboard
A list of Identifier typically used to associate this PatientDemographics with an ehrSystem.
mobilePhone
Link copied to clipboard