All Projects → awslabs → fhir-works-on-aws-persistence-ddb

awslabs / fhir-works-on-aws-persistence-ddb

Licence: Apache-2.0 license
A DynamoDB implementation of the FHIR Works on AWS framework, enabling users to complete CRUD operations on FHIR resources

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to fhir-works-on-aws-persistence-ddb

CyFHIR
A Neo4j Plugin for Handling HL7 FHIR Data
Stars: ✭ 39 (+62.5%)
Mutual labels:  healthcare, fhir, hl7
hl7v2-fhir-converter
Converts HL7 v2 Messages to FHIR Resources
Stars: ✭ 40 (+66.67%)
Mutual labels:  healthcare, fhir, hl7
fhirpath
FHIRPath implementation in Python.
Stars: ✭ 25 (+4.17%)
Mutual labels:  healthcare, fhir, hl7
sundly
💛 Encrypted & decentralized personal health records. Built on Blockstack and powered by Blockchain.
Stars: ✭ 24 (+0%)
Mutual labels:  healthcare, fhir
cql
Clincal Quality Language Specification
Stars: ✭ 16 (-33.33%)
Mutual labels:  fhir, hl7
firely-net-common
The official Firely .NET SDK for HL7 FHIR - Contains common code for all FHIR versions
Stars: ✭ 31 (+29.17%)
Mutual labels:  fhir, hl7
php-fhir
Tools for consuming data from a FHIR server with PHP
Stars: ✭ 87 (+262.5%)
Mutual labels:  fhir, hl7
Openemr
The most popular open source electronic health records and medical practice management solution.
Stars: ✭ 1,762 (+7241.67%)
Mutual labels:  healthcare, fhir
loinc2hpo
Java library to map LOINC-encoded test results to Human Phenotype Ontology
Stars: ✭ 19 (-20.83%)
Mutual labels:  healthcare, fhir
monai-deploy
MONAI Deploy aims to become the de-facto standard for developing, packaging, testing, deploying and running medical AI applications in clinical production.
Stars: ✭ 56 (+133.33%)
Mutual labels:  healthcare, fhir
healthcare-server
A rubyOnRails based web application with a small concept behind healthcare
Stars: ✭ 16 (-33.33%)
Mutual labels:  healthcare
Hammer
Simple, reliable FHIR validator
Stars: ✭ 27 (+12.5%)
Mutual labels:  fhir
NextLevelSeven
A fast and simple library for Health Level Seven (HL7) v2 messages.
Stars: ✭ 20 (-16.67%)
Mutual labels:  hl7
icd10-cm
ICD-10 CM medical classification list by the World Health Organization
Stars: ✭ 55 (+129.17%)
Mutual labels:  healthcare
app
Aplicación web para ANDES
Stars: ✭ 12 (-50%)
Mutual labels:  healthcare
openmrs-module-radiology
🏥 OpenMRS Radiology Module
Stars: ✭ 37 (+54.17%)
Mutual labels:  healthcare
HealthLedger
Application for tracking Organs donations in hospitals and minimizing the scope of Organ trafficking using Blockchain (Hyperledger) technology.
Stars: ✭ 29 (+20.83%)
Mutual labels:  healthcare
qpp-conversion-tool
Conversion tool for QPP, particularly focused on QRDA3 -> QPP, built by Flexion.
Stars: ✭ 32 (+33.33%)
Mutual labels:  hl7
fhir-questionnaire-render-react
Render FHIR Questionnaire as a web form using FHIRFormJS
Stars: ✭ 18 (-25%)
Mutual labels:  fhir
HAR
Code for WWW2019 paper "A Hierarchical Attention Retrieval Model for Healthcare Question Answering"
Stars: ✭ 22 (-8.33%)
Mutual labels:  healthcare

fhir-works-on-aws-persistence-ddb

Purpose

Please visit fhir-works-on-aws-deployment for overall vision of the project and for more context.

This package is an implementation of the persistence & bundle components of the FHIR Works interface. It is responsible for executing CRUD based requests from the router. To use and deploy this component (with the other 'out of the box' components) please follow the overall README

Infrastructure

This package assumes certain infrastructure:

  • DynamoDB - The table name defined by the environment variable RESOURCE_TABLE
    • Partition key is 'id' and sort key is 'vid'
  • Elasticsearch - The Elasticsearch domain is defined by the environment variable ELASTICSEARCH_DOMAIN_ENDPOINT
    • Indexes are defined by the resource type
  • S3 Bucket - The bucket name is defined by the environment variable FHIR_BINARY_BUCKET

Usage

For usage please add this package to your package.json file and install as a dependency. For usage examples please see the deployment component's package.json

Dependency tree

This package is dependent on:

Package that depends on fhir-works-on-aws-persistence-ddb package:

  • deployment component
    • This package deploys fhir-works-on-aws-persistence-ddb and all the other default components

Known issues

For known issues please track the issues on the GitHub repository

Security

See CONTRIBUTING for more information.

License

This project is licensed under the Apache-2.0 License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].