FHIR Protocol&Study profiles or resources. Where can i find them in the repo? - hl7-fhir

I am not finding the drafts for Protocol and Study profiles or resources. I had found them in the past, but i dont remember where. We want to make a prototype for trials and continuity of care with patients at home.
I appreciate any link .
Thanks in advance
Regards

The very latest version is here: http://hl7-fhir.github.io/. This is the continuous integration build based on the version control. As for now, neither the Protocol nor Study resources have been added to the version control, though they have been proposed in concept.

Related

Opendaylight eman functionality link

I am looking into eman functionality. Can anyone please suggest me link to some tutorials or example which would help me understand this feature.
As outlined in Why eman project is dropped from opendaylight oxygen release., the eman project is no longer actively maintained so you're most likely on your own although you could try the eman-dev list. Other than that there's the project page https://wiki.opendaylight.org/view/EMAN:Main and/or whatever online docs were provided in releases prior to Oxygen.

How to look like Sonar Online Dashboard?

I see a big difference in the look & feel between the online dashboard (https://sonarqube.com/projects or https://sonarqube.com/governance?id=MASTER_PROJECT) and the one that we see by default on our local installation of sonar (v5.6.3).
I'm wondering about whether the online look & feel can in someway be easily applied to a local installation. It's just a matter of css/js or behind we have also a completely different HTML structure?
Any information about this will be much appreciated.
I think I've found the answer to my question. The nice-looking online demo is based on an Enterprise Grade deployment of sonar with the governance plugin.
https://www.sonarsource.com/why-us/products/plugins/governance.html
https://www.sonarsource.com/solutions/deployments/enterprise-grade/
Can't you update your install to the latest version? There have been UI changes in both version 6.0 and 6.1
http://www.sonarqube.org/sonarqube-6-0-in-screenshots/
http://www.sonarqube.org/sonarqube-6-1-in-screenshots/

How to publish a Maven project

I am developing a Java framework/API to solve a problem at a client. The code/idea is my property (not the client's). I think it might be useful for others, so I would like to publish it as a open source project.
By publishing I mean bringing it out in the open - making it available as a Maven project.
I can think of conforming to Maven structure, proper documentation/example usage available on a web site, and unit tests, maybe some code coverage threshold.
But does it have to be run by some committee? Do I have to present it to somebody? What steps do I need to take to eventually have it available as a Maven dependency?
There's no committee or approval process that I know of. All you have to do is put your code into a public Github repo. This is how open source software works.
Per Kapep's excellent suggestion below, you have to choose a license as well. Apache, Creative Commons, Gnu, MIT - these are a few of your choices. Know what they mean before you decide.
Your problem begins on that day - you'll have to make others aware of it and see if it's adopted by others. If it's good, you'll have the nice problems of dealing with a user base and having others change your code. If not, it'll languish in the repo.

How to contribute to spring?

I have gone through the process (code fork, JIRA account, etc.) to contribute to spring-related projects from GitHub.
But I am not sure how to assign a JIRA issue to myself because I don't see any such option on the JIRA instance.
Can someone please guide me as I would like to start contributing?
Contributing to a spring-related issue is quite easy. For the spring framework there is a contributing page on the github repository.
Other spring-related projects have a similar setup so check the project you are interested in for more information.
As for assigning issues, it is reserved to the team as every pull request (patch) is first reviewed before being applied. If you are willing to work on an issue, just say so by adding a comment and we'll assist you.

Sonar - reporting on most actively edited files?

I'd like to create a report in Sonar for the most actively edited files. I've looked around but can't find a plugin to do this. Any suggestions would be appreciated.
If relevant, my team uses AccuRev for SCM, and Sonar v2.14
Thanks in advance
Unfortunately, there's currently no plugin that meets your need (at least none that I'm aware of).
I could have suggested you to develop your own plugin based on the metrics generated by the SCM Activity Plugin, but Accurev is not supported so you would have to start from scratch :-/

Resources