Sha256: 7013855ec4a0a2efabe40331768f78f06c6b4e7d7e10cea4e57bd5d6253e46e8
Contents?: true
Size: 871 Bytes
Versions: 171
Compression:
Stored size: 871 Bytes
Contents
article header h2 Patient Demographics dl.dl-horizontal dt Date of Birth: dd= l patient.born_on dt Date of Death: dd= default_for_blank_date(patient.died_on, "N/A") dl.dl-horizontal dt Title dd= patient.title dt Last Name: dd= patient.family_name dt First Name: dd= patient.given_name dt Suffix dd= patient.suffix dt Ethnicity: dd= default_for_associated(patient.ethnicity, :name, "Unspecified") dt Country of Birth: dd= default_for_associated(patient.country_of_birth, :name, "Unspecified") dl.dl-horizontal dt Sex: dd= patient.sex dt Marital Status dd= patient.marital_status dt Main Language dd= patient.language dt Religion dd= patient.religion dl.dl-horizontal dt Paediatric Patient: dd= yes_no(patient.paediatric_patient_indicator)
Version data entries
171 entries across 171 versions & 1 rubygems