Categorygithub.com/null-none/fhirgo
repositorypackage
0.0.0-20241123115110-c0d9f29e63e2
Repository: https://github.com/null-none/fhirgo.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

FHIR GO - Golang Implementation of FHIR Resources

This package represents the FHIR data structure implemented in pure golang.

docker system prune -a
docker volume prune
docker stop $(docker ps -a -q)
docker rm $(docker ps -a -q)
docker rmi $(docker images -a -q)
docker-compose up