{"id":19664259,"url":"https://github.com/beda-software/fhir-emr","last_synced_at":"2025-04-05T07:05:17.344Z","repository":{"id":41458644,"uuid":"438770740","full_name":"beda-software/fhir-emr","owner":"beda-software","description":"EMR based on FHIR","archived":false,"fork":false,"pushed_at":"2025-03-12T23:18:10.000Z","size":6918,"stargazers_count":83,"open_issues_count":123,"forks_count":39,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-03-13T07:03:13.320Z","etag":null,"topics":["emr","fhir"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/beda-software.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-12-15T20:56:27.000Z","updated_at":"2025-03-12T23:12:08.000Z","dependencies_parsed_at":"2024-01-18T15:12:58.243Z","dependency_job_id":"cdcfb5df-0899-42ed-b4f5-c598eacc9b08","html_url":"https://github.com/beda-software/fhir-emr","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beda-software%2Ffhir-emr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beda-software%2Ffhir-emr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beda-software%2Ffhir-emr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beda-software%2Ffhir-emr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/beda-software","download_url":"https://codeload.github.com/beda-software/fhir-emr/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247299832,"owners_count":20916190,"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":["emr","fhir"],"created_at":"2024-11-11T16:17:06.089Z","updated_at":"2025-04-05T07:05:17.327Z","avatar_url":"https://github.com/beda-software.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Beda EMR\n\n[![beda-emr-logo](https://user-images.githubusercontent.com/6428960/222070888-a97e2d97-7eb0-4cb3-8310-5fdb7b56aa10.svg)](https://beda.software/emr)\n\nClean and powerful frontend for Electronic Medical Records.\n\nOpen-source. Customizable. Leverages HL7 [FHIR](https://hl7.org/fhir/R4/) standard as a data model and [SDC IG](http://hl7.org/fhir/uv/sdc/2019May/index.html) for form management.\n\n__Project Status__: _development_\n\n__Promo web page__: [beda.software/emr](https://beda.software/emr)\n\n__Design__: [Figma](https://www.figma.com/file/2bxMDfG3lRPEZpRwDC4gTB/SaaS-EMR-System)\n\n__Documentation__: https://docs.emr.beda.software/\n\n__EMR Template__: https://github.com/beda-software/emr-template/\n\n## Benefits\n\n-   Fully FHIR compatible:\n    -   all app data are stored as FHIR resources\n    -   any app data are available via FHIR API\n-   Extremely flexible:\n    -   use extensions and profiles to adjust FHIR data model\n-   Fast to build forms and CRUD\n    -   all forms in the app are just Questionnaire resources\n-   Build the app with no-code\n    -   app provides UI Questionnaire builder for creating Questionnaires\n\n## Features\n\n- Appointment and Encounters (visits management, scheduling)\n- Electronic Medical Records\n  - based on Questionnaire and QuestionnaireResponse resources\n  - Questionnaire population, initial and calculated expressions\n  - extraction FHIR data from QuestionnaireResponse on save\n- EMR Questionnaire form builder\n- HealthcareService management\n- Invoice management\n- Medication management\n  - Warehouse management\n  - Prescriptions management\n- Patient medical information\n- Patients management\n- Practitioners management\n- Role-based functionality (Admin, Receptionist, Practitioner, Patient)\n- Telemedicine\n- Treatment notes\n\n### Demo\n\n[emr.beda.software](https://emr.beda.software/)\n\n## For medical practitioners and organizations\n\n-   If you want to use this information system, please, contact us https://beda.software/\n\n## For collaborators\n\n-   Any collaboration is welcomed: https://beda.software/\n\n## License\nThe EMR source code is licensed by [MIT License](https://github.com/beda-software/fhir-sdc/blob/master/LICENSE).  \n\n## FHIR Backend\nBeda EMR is a frontend. It is a user interface that requires a FHIR server to store medical data.  \nFor both development and production environments, we recommend using Aidbox FHIR Server.  \nIt is a primary backend platform for Beda EMR.\nYou can get a free Aidbox trial license to run the application locally.  \nYou need to purchase Aidbox license for any production installation or installation that manages PHI data.  \n[Here](https://docs.aidbox.app/getting-started/editions-and-pricing) you can find more information about Aidbox licensing.  \nObviously, you can try any other FHIR server. All core features just need FHIR API.  \nHowever, you have to adjust some parts of the application that are not covered in the FHIR specification and where we use Aidbox API.  \n\n## Installation\n\nPlease see the installation section of the documentation: https://docs.emr.beda.software/Welcome/getting-started/#installation\n\n## Project History\n\nStarted as part of [https://github.com/HealthSamurai/xmas-hackathon-2021](https://github.com/HealthSamurai/xmas-hackathon-2021/issues/13) FHIR EMR evolved into something bigger.\n\n-------------\nMade with ❤️ by Beda Software\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeda-software%2Ffhir-emr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeda-software%2Ffhir-emr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeda-software%2Ffhir-emr/lists"}