This Guidance shows how to implement Salesforce Virtual Care, which integrates Amazon Chime with Salesforce Health Cloud to facilitate accessible video and audio support for patient-clinician interactions. Virtual Care video call sessions can use Amazon Transcribe or Amazon Transcribe Medical to generate real-time audio transcriptions, which can display text captions directly on the interface for accessibility. By using this Guidance, you can scale digital engagement, offer improved care-team efficiency, remove barriers to healthcare, and provide a more connected, equitable experience.

Note: [Disclaimer]

Architecture Diagram

[Architecture diagram description]

Download the architecture diagram PDF 

Well-Architected Pillars

The AWS Well-Architected Framework helps you understand the pros and cons of the decisions you make when building systems in the cloud. The six pillars of the Framework allow you to learn architectural best practices for designing and operating reliable, secure, efficient, cost-effective, and sustainable systems. Using the AWS Well-Architected Tool, available at no charge in the AWS Management Console, you can review your workloads against these best practices by answering a set of questions for each pillar.

The architecture diagram above is an example of a Solution created with Well-Architected best practices in mind. To be fully Well-Architected, you should follow as many Well-Architected best practices as possible.

  • CloudWatch improves operational processes by automating tasks like monitoring resources, detecting issues, and auditing changes. By collecting metrics, logs, and event data, it provides visibility into the performance and health of your system. For example, it monitors the depth of the Amazon SQS DLQ, and you can configure it to alert you when a specified threshold is breached.

    Read the Operational Excellence whitepaper 
  • AWS KMS integrates with other AWS services to manage data encryption. For example, you can create and control cryptographic keys to encrypt all messages stored in the Amazon SQS queue. Additionally, Secrets Manager securely stores Salesforce credentials and connection secrets, helping you manage and maintain access to your applications, services, and IT resources.

    Read the Security whitepaper 
  • AWS KMS stores multiple encrypted copies of your keys in systems designed for 99.999999999% durability. AWS maintains multiple copies of the encrypted keys, providing high durability and ensuring keys are accessible when needed.

    Read the Reliability whitepaper 
  • This Guidance configures various managed serverless services so that it can scale automatically without the need for you to perform instance-level management. For example, because EventBridge is serverless, you don’t need to provision new hardware or software to set up additional jobs.

    Read the Performance Efficiency whitepaper 
  • For serverless services like EventBridge, you only pay for what you use. Serverless computing allows you to run compute resources only when needed, eliminating the need to pay for idle capacity.

    Read the Cost Optimization whitepaper 
  • EventBridge is a serverless event bus for ingesting and routing data, minimizing the need for you to maintain physical infrastructure and reducing your overall resource consumption. This helps you lower your carbon emissions compared to running physical servers and hardware on premises.

    Read the Sustainability whitepaper 
[Content Type]

[Title]

This [blog post/e-book/Guidance/sample code] demonstrates how [insert short description].

Disclaimer

The sample code; software libraries; command line tools; proofs of concept; templates; or other related technology (including any of the foregoing that are provided by our personnel) is provided to you as AWS Content under the AWS Customer Agreement, or the relevant written agreement between you and AWS (whichever applies). You should not use this AWS Content in your production accounts, or on production or other critical data. You are responsible for testing, securing, and optimizing the AWS Content, such as sample code, as appropriate for production grade use based on your specific quality control practices and standards. Deploying AWS Content may incur AWS charges for creating or using AWS chargeable resources, such as running Amazon EC2 instances or using Amazon S3 storage.

References to third-party services or organizations in this Guidance do not imply an endorsement, sponsorship, or affiliation between Amazon or AWS and the third party. Guidance from AWS is a technical starting point, and you can customize your integration with third-party services when you deploy the architecture.

Was this page helpful?