{"id":13707033,"url":"https://github.com/fhirbase/fhirbase","last_synced_at":"2025-10-29T23:54:41.205Z","repository":{"id":38311140,"uuid":"142864047","full_name":"fhirbase/fhirbase","owner":"fhirbase","description":"Your persistence layer for FHIR data","archived":false,"fork":false,"pushed_at":"2023-02-25T04:42:59.000Z","size":16645,"stargazers_count":324,"open_issues_count":26,"forks_count":88,"subscribers_count":20,"default_branch":"master","last_synced_at":"2025-05-05T23:37:44.189Z","etag":null,"topics":["cli","fhir","golang-application","healthcare-application","postgresql"],"latest_commit_sha":null,"homepage":"https://health-samurai.io/fhirbase","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fhirbase.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"MIT-LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2018-07-30T11:02:41.000Z","updated_at":"2025-04-24T08:50:20.000Z","dependencies_parsed_at":"2022-08-10T03:50:54.929Z","dependency_job_id":"2a04cc54-1680-40fb-839f-f0833b4a2e45","html_url":"https://github.com/fhirbase/fhirbase","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/fhirbase/fhirbase","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fhirbase%2Ffhirbase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fhirbase%2Ffhirbase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fhirbase%2Ffhirbase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fhirbase%2Ffhirbase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fhirbase","download_url":"https://codeload.github.com/fhirbase/fhirbase/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fhirbase%2Ffhirbase/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281719940,"owners_count":26549881,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-29T02:00:06.901Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","fhir","golang-application","healthcare-application","postgresql"],"created_at":"2024-08-02T22:01:16.165Z","updated_at":"2025-10-29T23:54:41.166Z","avatar_url":"https://github.com/fhirbase.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"# Fhirbase\n\n**[Download the Latest Release](https://github.com/fhirbase/fhirbase/releases/)**\u0026nbsp;\u0026nbsp;\u0026nbsp;•\u0026nbsp;\u0026nbsp;\u0026nbsp;**[Try Online](https://fbdemo.aidbox.app/)**\u0026nbsp;\u0026nbsp;\u0026nbsp;•\u0026nbsp;\u0026nbsp;\u0026nbsp;[Documentation](https://aidbox.gitbook.io/fhirbase/)\u0026nbsp;\u0026nbsp;\u0026nbsp;•\u0026nbsp;\u0026nbsp;\u0026nbsp;[Chat](https://chat.fhir.org/#narrow/stream/16-fhirbase)\u0026nbsp;\u0026nbsp;\u0026nbsp;•\u0026nbsp;\u0026nbsp;\u0026nbsp;[Google Group](https://groups.google.com/forum/#!forum/fhirbase)\n\n[![Build Status](https://travis-ci.org/fhirbase/fhirbase.svg?branch=master)](https://travis-ci.org/fhirbase/fhirbase)\n\nFhirbase is a command-line utility which enables you to easily import\n[FHIR data](https://www.hl7.org/fhir/) into a PostgreSQL database and\nwork with it in a relational way. Also Fhirbase provides set of stored\nprocedures to perform [CRUD\noperations](https://en.wikipedia.org/wiki/Create,_read,_update_and_delete)\nand maintain [Resources\nHistory](https://www.hl7.org/fhir/http.html#history).\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://cdn.rawgit.com/fhirbase/fhirbase/a6aff815/demo/asciicast.svg\" /\u003e\n\u003c/p\u003e\n\n## Status\n\nSorry guys, this project is frozen untill new hero will support it.\nMost of ideas from fhirbase is moved and developed in [Aidbox FHIR Platform](https://www.health-samurai.io/aidbox)\n\n## Getting Started\n\nPlease proceed to the [Getting\nStarted](https://fhirbase.aidbox.app/getting-started) tutorial\nfor PostgreSQL and Fhirbase installation instructions.\n\n## Usage Statistics\n\nPlease note that Fhirbase collects anonymous usage statistics. It does\nnot send any FHIR data, only events happened (database initialized,\nresources imported and error happened). You can check the [source code\nfor stats\nsender](https://github.com/fhirbase/fhirbase/blob/master/stats.go)\nyourself.\n\nYou can turn off usage statistics sending with `--nostats` global\nflag.\n\n## Development\n\nTo participate in Fhirbase development you'll need to install Golang\nand [Dep package\nmanager](https://golang.github.io/dep/docs/installation.html).\n\nFhirbase is Makefile-based project, so building it is as simple as\ninvoking `make` command.\n\nNB you can put Fhirbase source code outside of `GOPATH` env variable\nbecause Makefile sets `GOPATH` value to `fhirbase-root/.gopath`.\n\nTo enable hot reload of demo's static assets set `DEV` env variable\nlike this:\n\n```\nDEV=1 fhirbase web\n```\n\n## License\n\nCopyright © 2018 [Health Samurai](https://www.health-samurai.io/) team.\n\nFhirbase is released under the terms of the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffhirbase%2Ffhirbase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffhirbase%2Ffhirbase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffhirbase%2Ffhirbase/lists"}