Skip to content

amundlrohne/dcs-medication-sharing

Repository files navigation

MedShare: Medication sharing service

Built With

Go

React

JavaScript

MongoDB

Docker

Kubernetes

Terraform

FHIR

About

An easy to use cloud native platform for consent-based sharing medication records across borders using the FHIR standard.

Project figure

API Reference

Healthcare Provider Service

POST /healthcare-provider
GET /healthcare-provider/name/:name
GET /healthcare-provider/:id
GET /healthcare-provider/all
POST /healthcare-provider/verify
GET /healthcare-provider/current
GET /healthcare-provider/getID/:token
DELETE /healthcare-provider/

Medication Records Service

POST /medication-record
GET /medication-record
POST /medication-record/new
DELETE /medication-record

Consent Service

POST /consent/
GET /consent/from/:from_public_key
GET /consent/to/:to_public_key
GET /consent/

Standardization Service

GET /standardization/valid/:drugName
GET /standardization/drugNames/all
GET /standardization/:drugName