{"id":28395259,"url":"https://github.com/databiosphere/fhir","last_synced_at":"2025-07-27T07:35:22.624Z","repository":{"id":52165074,"uuid":"296412518","full_name":"DataBiosphere/FHIR","owner":"DataBiosphere","description":"Broad FHIR is a FHIR Server that powers applications for Genomics research.","archived":false,"fork":false,"pushed_at":"2022-04-06T02:00:43.000Z","size":2736,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-01T06:52:42.039Z","etag":null,"topics":["fhir"],"latest_commit_sha":null,"homepage":"https://www.broadinstitute.org/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DataBiosphere.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-09-17T18:39:07.000Z","updated_at":"2022-07-28T22:06:14.000Z","dependencies_parsed_at":"2022-09-22T05:34:09.592Z","dependency_job_id":null,"html_url":"https://github.com/DataBiosphere/FHIR","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/DataBiosphere/FHIR","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DataBiosphere%2FFHIR","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DataBiosphere%2FFHIR/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DataBiosphere%2FFHIR/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DataBiosphere%2FFHIR/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DataBiosphere","download_url":"https://codeload.github.com/DataBiosphere/FHIR/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DataBiosphere%2FFHIR/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262172346,"owners_count":23269988,"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","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":["fhir"],"created_at":"2025-05-31T19:39:39.920Z","updated_at":"2025-06-27T01:31:12.223Z","avatar_url":"https://github.com/DataBiosphere.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🔥 Broad FHIR\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/DataBiosphere/FHIR/workflows/FHIR%20-%20Tests/badge.svg\" alt=\"FHIR - Tests\"\u003e\n    \u003cimg src=\"https://github.com/DataBiosphere/FHIR/workflows/FHIR%20-%20Tests/badge.svg\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/DataBiosphere/FHIR/workflows/TCGA%20-%20Tests/badge.svg\" alt=\"TCGA - Tests\"\u003e\n    \u003cimg src=\"https://github.com/DataBiosphere/FHIR/workflows/TCGA%20-%20Tests/badge.svg\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/DataBiosphere/FHIR/workflows/ANVIL%20-%20Tests/badge.svg\" alt=\"ANVIL - Tests\"\u003e\n    \u003cimg src=\"https://github.com/DataBiosphere/FHIR/workflows/ANVIL%20-%20Tests/badge.svg\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/DataBiosphere/FHIR/workflows/ANVIL%20-%20Tests/badge.svg\" alt=\"Viewer - Tests\"\u003e\n    \u003cimg src=\"https://github.com/DataBiosphere/FHIR/workflows/Viewer%20-%20Tests/badge.svg\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003e FHIR is an interoperability standard intended to facilitate the exchange of healthcare information between healthcare providers, patients, caregivers, payers, researchers, and any one else involved in the healthcare ecosystem. It consists of 2 main parts – a content model in the form of ‘resources’, and a specification for the exchange of these resources in the form of real-time RESTful interfaces as well as messaging and Documents\n\n## Getting started\n\nClone\n\n```\ngit clone https://github.com/DataBiosphere/FHIR\n```\n\nInstall\nYou must run these separately in these directories: `anvil-api`, `fhir`, `tcga`, `viewer`\n\n```\nnpm i\n```\n\nRun the tests\n\n```\nnpm run test\n```\n\nConfigure your projects. This project uses [dotenv](https://github.com/motdotla/dotenv) extensively to make configuration easy. See [Configuration](./docs/CONFIGURATION.md)\n\n```\ntouch .env\ntouch fhir/.env\ntouch tcga/.env\ntouch viewer/.env\n```\n\nRun Docker Compose\n\n```\ndocker-compose up --build\n```\n\n## SMART App\n\nBroad FHIR comes with it's own [SMART on FHIR](http://www.hl7.org/fhir/smart-app-launch/) application. You can run it locally or host it statically\n\n```\ncd viewer\nnpm i\nnpm start\n```\n\n![Viewer](./docs/images/viewer.png)\n\n## Documentation\n\nRead our docs pages for information on deployment, tech stack, design decisions, and more\n\n[Docs](./docs/INDEX.md)\n\n## Auth endpoints\n\n### Authorize\n\nhttps://accounts.google.com/o/oauth2/v2/auth\n\n### Token\n\nhttps://oauth2.googleapis.com/token\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatabiosphere%2Ffhir","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdatabiosphere%2Ffhir","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatabiosphere%2Ffhir/lists"}