Skip to content

LIB-182: Registration: Add Homeless Checkbox #405

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions configuration/messageproperties/messages_en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ blank.label=
pihcore.required=required
pihcore.all=All
pihcore.of=of
pihcore.homeless=Homeless

pihcore.relationshipToPatient=Relationship to patient

Expand Down
3 changes: 2 additions & 1 deletion configuration/personattributetypes/personAttributeTypes.csv
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ ${personAttributeType.TEST_PATIENT.uuid},,Test Patient,Flag to describe if the p
${personAttributeType.UNKNOWN_PATIENT.uuid},,Unknown patient,Used to flag patients that cannot be identified during the check-in process,java.lang.String,,
${personAttributeType.PROVIDER_IDENTIFIER.uuid},,Provider Identifier,,java.lang.String,,TRUE
${personAttributeType.MOTHERS_FIRST_NAME.uuid},,First Name of Mother,"First name of the patient's mother, used for identification",java.lang.String,,
8d8718c2-c2cc-11de-8d13-0010c6dffd0f,TRUE,Place of birth,"Location of persons birth, used for identification",java.lang.String,,
8d8718c2-c2cc-11de-8d13-0010c6dffd0f,TRUE,Place of birth,"Location of persons birth, used for identification",java.lang.String,,
${personAttributeType.HOMELESS.uuid},,Homeless,True/False whether the person is homeless,java.lang.Boolean,,
2 changes: 2 additions & 0 deletions constants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ personAttributeType:
uuid: "6de6c415-97a2-4cca-817a-9501cd9ef382"
MOTHERS_FIRST_NAME:
uuid: "8d871d18-c2cc-11de-8d13-0010c6dffd0f"
HOMELESS:
uuid: "4ed67063-af09-48d0-b14c-00b7faf99cff"

encounterRole:
unknown:
Expand Down