benbpyle / ddb-stream-multi-cast

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Serverless FHIR Patient Converter

Purpose: Working example of using DynamoDB Streams, EventBridge Pipes and an Enrichment Lambda to convert a make-believe patient into a FHIR Patient.

Getting Started

Deploying

First off, install Node.js

# install AWS CDK
npm install -g aws-cdk
# clone the repository
cd serverless-fhir-patient-converter
npm install

Once dependencies have been installed, you are ready to run CDK

cdk deploy

Destroying

Simply run:

cdk destroy

Implementation

You'll want to create a base patient record to work with. This one is a good sample.

For a further and in-depth review of how to use this repository and what it supports, head on over the Blog Article

About

License:GNU General Public License v3.0


Languages

Language:TypeScript 65.4%Language:Go 32.8%Language:JavaScript 1.8%