onfhir | HL7 FHIR Based Secure Data Repository

 by   srdc Scala Version: v3.2 License: GPL-3.0

kandi X-RAY | onfhir Summary

kandi X-RAY | onfhir Summary

onfhir is a Scala library typically used in Programming Style applications. onfhir has no bugs, it has no vulnerabilities, it has a Strong Copyleft License and it has low support. You can download it from GitHub.

onFHIR is a FHIR compliant secure health data repository that you can use as a central data service for your FHIR compliant healthcare applications. You can use it as a standalone server, or you can extend it with your further custom FHIR Operations to build your own application layer in addition to having standard FHIR repository capabilities. onFHIR.io is using FHIR Infrastructure Resource definitions (CapabilityStatement, StructureDefinition, SearchParameter, etc.) to tailor the FHIR server to your specific FHIR capabilities you required; resource profiles, search parameters, FHIR interactions you wanted to support. It is implemented with Scala, based on Akka and MongoDB. Stable versions are released in Maven Central and snapshot versions in Sonatype Snapshot Repository.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              onfhir has a low active ecosystem.
              It has 31 star(s) with 13 fork(s). There are 11 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 13 open issues and 28 have been closed. On average issues are closed in 24 days. There are 1 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of onfhir is v3.2

            kandi-Quality Quality

              onfhir has no bugs reported.

            kandi-Security Security

              onfhir has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              onfhir is licensed under the GPL-3.0 License. This license is Strong Copyleft.
              Strong Copyleft licenses enforce sharing, and you can use them when creating open source projects.

            kandi-Reuse Reuse

              onfhir releases are available to install and integrate.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of onfhir
            Get all kandi verified functions for this library.

            onfhir Key Features

            No Key Features are available at this moment for onfhir.

            onfhir Examples and Code Snippets

            onFHIR FHIR Repository,Build & Run,Extensibility
            Scaladot img1Lines of Code : 19dot img1License : Strong Copyleft (GPL-3.0)
            copy iconCopy
            object Boot extends App {
              //Initialize onfhir for R4
              var onfhir = Onfhir.apply(new FhirR4Configurator())
              //Start it
              onfhir.start
            }
            
            object Boot extends App {
              //Initialize onfhir for R4
              var onfhir = 
                 Onfhir.apply(
                    fhirConfigur  
            onFHIR FHIR Repository,Build & Run
            Scaladot img2Lines of Code : 5dot img2License : Strong Copyleft (GPL-3.0)
            copy iconCopy
            $ mvn package
            
            $ mvn package -DskipTests=true
            
            $ java -jar target/onfhir-server-standalone.jar
            
            $ java -Dconfig.file={path-to-application.conf} -jar target/onfhir-server-standalone.jar
            $ java -Dserver.port=9999 -Dserver.host=172.17.0.1 -jar target/on  
            onFHIR FHIR Repository,Build & Run,Docker
            Scaladot img3Lines of Code : 4dot img3License : Strong Copyleft (GPL-3.0)
            copy iconCopy
            $ cd docker
            $ cp ../onfhir-server-r4/target/onfhir-server-standalone.jar ./sample-setup/.
            $ docker-compose -f docker-compose.yml -p onfhir up -d
            
            $ curl http://127.0.0.1:8080/fhir/metadata
              

            Community Discussions

            QUESTION

            Has the FHIR v5.0 specification been released?
            Asked 2020-Nov-09 at 19:23

            I am trying to find the FHIR 5.0 specifications and saw that some people seem to be using the FHIR v5.0 server already. According to the official FHIR blog, the specification was supposed to be released in the 3rd quarter of this year (of course COVID could have slowed this down). Could someone point me in the right direction please?

            ...

            ANSWER

            Answered 2020-Nov-09 at 19:23

            5.0 is in development and is scheduled to start balloting in May 2021. It's not likely to publish as a final 'official' release until Q2 2022. However, there's a "continuous integration build" that shows what the current proposed content for R5 is hosted here: http://build.fhir.org. As well, we produce snapshots of the draft R5 release for connectathons and other purposes so that there's a semi-stable release people can write code against when testing for connectathon.

            The current timeline has indeed been impacted by COVID, but it's also been impacted by the appetite of the community for a new release and the ever increasing amount of work involved in producing a new release.

            Source https://stackoverflow.com/questions/64757032

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install onfhir

            You need to run the below command to build fhir-repository. This will compile your code, execute unit tests and create a single standalone jar with all the dependencies:.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/srdc/onfhir.git

          • CLI

            gh repo clone srdc/onfhir

          • sshUrl

            git@github.com:srdc/onfhir.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link