We proposed the FMSA (FHIR-based Microservice Architecture), a new open-source software architecture designed for medical informatics systems. And we developed this architecture to address the current lack of standardized microservice solutions in healthcare information systems.

- If using the HTTP to expose FMSA, copying the
docker-compose-http.yml
to thedocker-compose.yml
file. - Complete the
docker compose
environment building. - Complete the
api_gateway
development and features including login, register, OAuth2 and rate time limit. - Complete the
PA
implementation guide about scenario 1.
- Running the
docker compose up --build
to run the FMSA.
- Before running the
docker stack deploy
command, it should ensure the local Docker image has been built. - If they're not deployed, it should run the
docker compose build
command firstly. - If presenting
Error response from daemon: This node is not a swarm manager.
message, it should run thedocker swarm init
. - If the FMSA is running via the
docker compose up
command, it should use thedocker compose down
. - Running
docker stack deploy -c docker-compose-stack-deploy.yml fmsa
command to deploy the Docker stack.
The docker-compose-stack-deploy.yml is only for testing Docker Stack deployment
- The worker server is deployed in the PureVoltage (KVM-based VPS)
- CPU: 4 cores
- RAM: 16GB
- HDD: QEMU HARDDISK 200GB
- The FMSA is deployed in the ColoCrossing (A dedicated server)
- CPU: Intel(R) Xeon(R) CPU E3-1271 v3
- RAM: 16GB
- HDD: Samsung SSD 850 EVO 1TB
- HAPI FHIR server installation and usage
-
https://confluence.hl7.org/display/FHIR/Open+Source+Implementations
-
https://confluence.hl7.org/display/FHIR/SMART+on+FHIR+server+implementations
-
https://medblocks.com/blog/terminologies-in-fhir#how-to-set-up-snomed-ct-on-hapi-fhir--8
-
https://medblocks.com/blog/how-to-enable-fhir-profile-validation-with-hapi-fhir-jpa-server
-
https://hapifhir.io/hapi-fhir/docs/v/7.6.0/tools/hapi_fhir_cli.html
- microservice scalability
- Docker container hardware metrics
- https://gcore.com/learning/sysdig-what-it-is-and-how-to-use-it
- https://gcore.com/learning/troubleshooting-containers-with-sysdig-inspect
- KeyCloak admin API
- https://medium.com/@imsanthiyag/44beb9011f7d
- https://www.stefaanlippens.net/keycloak-programmatically-create-clients-and-users.html
- Tested versions are
21.0.2
,22.0.5
and23.0.7
.
- Tested versions are
- https://stackoverflow.com/questions/75776236/keycloak-session-and-token-timeouts
- Upload file with FastAPI
- Docker stack deployment approach
- FHIR server hostname setting (Tomcat issue)
The character [_] is never valid in a domain name
- https://blog.csdn.net/janet1100/article/details/121639158
- https://silcoet.ntunhs.edu.tw/FHIRSampleCode/Manual/HAPI%20FHIR%20Server_Linux.pdf
- FHIR server upload-terminology issues