Skip to content

Commit

Permalink
Fix text formating
Browse files Browse the repository at this point in the history
  • Loading branch information
ir4y committed Dec 9, 2024
1 parent 33c07f5 commit 62195ca
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 3 deletions.
8 changes: 8 additions & 0 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,14 @@ services:
volumes:
- ./zenproject:/app/zenproject
- ./resources/seeds:/app/resources/seeds
watch-seeds:
image: bedasoftware/fhirsnake:latest
command:
- watch
- --external-fhir-server-url
- http://root:secret@devbox:8080
volumes:
- ./resources/seeds:/app/resources
scheduling:
image: bedasoftware/aidbox-scheduling-node-app:develop
depends_on:
Expand Down
4 changes: 2 additions & 2 deletions resources/seeds/NotificationTemplate/new-user.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ template: |-
<p>
Hi {{user.name.givenName}} {{user.name.familyName}},<br />
<br />
Welcome aboard the MammoChat train! We're excited you have taken the first to being part of UCF’s Mammogram Research Study. <br />
Welcome aboard the MammoChat train! We're excited you have taken the first step to being part of UCF’s Mammogram Research Study. <br />
<br />
Get started by set your password: <a href="{{confirm-href}}">{{ confirm-href }}</a> <br />
Get started by setting your password: <a href="{{confirm-href}}">{{ confirm-href }}</a> <br />
<br />
If you have any questions, please contact us at Dexter.Hadley@ucf.edu <br />
Enjoy your journey! <br />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ item:
type: string
linkId: countryOfResidence
- text: Q6 What is your ethnicity?
type: string
type: choice
linkId: ethnicity
answerValueSet: https://connect.ichom.org/fhir/ValueSet/DemographicFactorsEthnicity
- text: Q7 Please indicate the highest level of schooling completed.
type: choice
linkId: schoolingCompleted
Expand Down
30 changes: 30 additions & 0 deletions resources/seeds/Questionnaire/patient-informed-consent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ item:
email account and access to a reliable internet connection or smartphone.
Pregnant women may choose to participate in this data repository and
community.
itemControl:
coding:
- code: markdown
type: display
linkId: YMacy46Q
- text: >-
Expand Down Expand Up @@ -87,6 +90,9 @@ item:
de-identified breast cancer radiographic imaging repository. This project
also aims to document how patients may use a trusted social health or
wellness network to better understand their imaging.
itemControl:
coding:
- code: markdown
type: display
linkId: xKw3sPt1
- text: >
Expand Down Expand Up @@ -131,6 +137,9 @@ item:
More detailed information about the study procedures can be found under
_“What happens if I say yes, I want to be in this research?”_
itemControl:
coding:
- code: markdown
type: display
linkId: DPxG6h2h
- text: >-
Expand All @@ -146,6 +155,9 @@ item:
researchers. You can reach Dr. Hadley at Dexter.Hadley@UCF.edu. If you
want to speak to someone not directly involved in the research study,
please contact the UCF Institutional Review Board at 407-823-2901.
itemControl:
coding:
- code: markdown
type: display
linkId: 4-Opo8sT
- text: >-
Expand Down Expand Up @@ -197,6 +209,9 @@ item:
advice or delay in seeking care because of something you have read as part
of this study. If you think you may have a medical emergency, please call
your doctor or dial 911 immediately.
itemControl:
coding:
- code: markdown
type: display
linkId: NNZeiGGP
- text: >+
Expand All @@ -218,6 +233,9 @@ item:
- You can ask all the questions you want before you decide.
itemControl:
coding:
- code: markdown
type: display
linkId: wamPwiI7
- text: >
Expand All @@ -243,6 +261,9 @@ item:
- You have questions about your rights as a research subject.
- You want to get information or provide input about this research.
itemControl:
coding:
- code: markdown
type: display
linkId: 9y1Uxnvk
- text: >-
Expand Down Expand Up @@ -324,6 +345,9 @@ item:
platform will be analyzed to determine the effect of the activity on your
social wellness on reducing the psychological consequences of breast
imaging.
itemControl:
coding:
- code: markdown
type: display
linkId: 1yaeaXkJ
- text: >
Expand Down Expand Up @@ -401,6 +425,9 @@ item:
Federal law provides additional protections of your medical records and
related health information. These are described in an attached document.
itemControl:
coding:
- code: markdown
type: display
linkId: gxZJpO5x
- text: >-
Expand Down Expand Up @@ -454,6 +481,9 @@ item:
penalty or lose any benefits to which you are entitled. Your participation
is completely voluntary and will not affect your enrollment in any health
plan or access to benefits.
itemControl:
coding:
- code: markdown
type: display
linkId: lD3PAY-3
- text: Name of Participant
Expand Down

0 comments on commit 62195ca

Please sign in to comment.