Skip to content

Commit 631f41c

Browse files
authored
Merge pull request #610 from dprothero/remove-old-s3-references
Move external objects out of S3 into GitHub
2 parents 569d465 + 4c16e60 commit 631f41c

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.

patient-appointment-management/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Specifically, the Appointment Management with EHR Integration application implem
3131
- (*Outbound*) SMS reminders sent to patient based on scheduled appointments (up to 2 reminders per patient per day)
3232

3333
*(For more details on appointment events supported by this application
34-
, please reference the [EHR Integration Guide](https://twilio-cms-prod.s3.amazonaws.com/documents/EHR_Appointment_Management_App_EHR_Integration_Guide.pdf))*
34+
, please reference the [EHR Integration Guide](https://raw.githubusercontent.com/twilio-labs/function-templates/refs/heads/main/patient-appointment-management/EHR_Appointment_Management_App_EHR_Integration_Guide.pdf))*
3535

3636
## Architecture Highlights
3737

@@ -98,7 +98,7 @@ You will need the following AWS assets ready prior to installation:
9898
- **Create AWS deployer user and role
9999
- In order to deploy the application's AWS components, you will need a deployer user and a role.
100100
- Use this [link](https://us-west-2.console.aws.amazon.com) to create your AWS deployer user and role through CloudFormation Quick Create
101-
-Note: this runs a CloudFormation template file to create the CloudFormation stack that creates the deployer user and role. If desired, you can inspect this file [here](https://twilio-cms-prod.s3.amazonaws.com/documents/cloudformation-stack-deployer.yml).
101+
-Note: this runs a CloudFormation template file to create the CloudFormation stack that creates the deployer user and role. If desired, you can inspect this file [here](https://raw.githubusercontent.com/twilio-labs/function-templates/refs/heads/main/patient-appointment-management/assets/aws/cloudformation-stack-deployer.private.yml).
102102
-Select “I acknowledge that AWS CloudFormation might create IAM resources with custom names” and then select “Create Stack”
103103
-Once the stack is created successfully, you will be taken to the CloudFormation console page that shows the newly created ‘twilio-patient-appointment-managment-deployer’ stack.
104104
### Environment Variables

patient-appointment-management/assets/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ <h4><span class="checkmark">&#10003;</span> Appointment Management with EHR Inte
129129
<p>
130130
In order to complete the EHR integration,
131131
you'll need to provide the following information to your EHR integration implementor.
132-
For more details, please refer to <a href="https://twilio-cms-prod.s3.amazonaws.com/documents/EHR_Appointment_Management_App_EHR_Integration_Guide.pdf">EHR Integration Guide</a>.
132+
For more details, please refer to <a href="https://raw.githubusercontent.com/twilio-labs/function-templates/refs/heads/main/patient-appointment-management/EHR_Appointment_Management_App_EHR_Integration_Guide.pdf">EHR Integration Guide</a>.
133133
</p>
134134
<p>
135135
<button onClick="goSimulate()">Go To Simulation Page</button>
@@ -328,7 +328,7 @@ <h5><strong>Appointment Booking and Reminder</strong></h5>
328328
To simulate an appointment booking message to "the patient",
329329
click the SIMULATE APPOINTMENT BOOKING button below. This will create an appointment for 24 hours in the future, trigger an SMS notification, and
330330
store the appointment information in AWS (simulating steps 2-4 in the
331-
<a href="https://twilio-cms-prod.s3.amazonaws.com/documents/reference-architecture.png" target="_blank">Reference Architecture</a>).
331+
<a href="https://raw.githubusercontent.com/twilio-labs/function-templates/refs/heads/main/patient-appointment-management/reference-architecture.png" target="_blank">Reference Architecture</a>).
332332
</p>
333333
<p>
334334
To simulate an appointment reminder message to "the patient", click the
287 KB
Loading

0 commit comments

Comments
 (0)