Giter Site home page Giter Site logo

patient's Introduction

Patient Microservice

Summary

This is a microservice that performs CRUD operations on Patient resources that are stored in a Mongo database.

Endpoints

  1. GET patient/{id}
  2. GET patient/
  3. POST patient/
  4. PUT patient/{id}
  5. PATCH patient/{id}
  6. DELETE patient/{id}

Technologies and tools

  1. Spring-boot
  2. Lombok
  3. Mongo
  4. Mongo Express
  5. Docker

Patterns

  1. Microservices
  2. Containerization with Docker
  3. Test driven development with JUnit
  4. Dependency Injection with Spring
  5. Service discovery with Consul
  6. Mongo Replication (TODO)
  7. Mongo Sharding (TODO)

Useful commands

  1. mvn test
  2. mvn compile
  3. mvn package
  4. mvn test -Dtest=PatientCrudControllerIntegrationT ests#createAndPatchPatient
  5. docker-compose up --build
  6. java -jar target/patient_microservice.jar

Standards

  1. Fast Health Interoperability Resources (HL7 FHIR Standard): the patient resource is based on the patient definition specified in the FHIR v4.

Sources

  1. Healthcare Data Analytics (Chapman & Hall/CRC Data Mining and Knowledge Discovery Series)
  2. Spring Documentation
  3. HL7 FHIR
  4. Project Lombok
  5. Kasun Indrasiri, Prabath Siriwardena - Microservices for the Enterprise_ Designing, Developing, and Deploying (2018, Apress)

Author

Georvic Alejandro Tur Rojas

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.