Site enhancements for release

This commit is contained in:
James Agnew 2018-05-28 08:53:08 -04:00
parent d74023925b
commit a7eac969d9
5 changed files with 76 additions and 76 deletions

View File

@ -79,7 +79,7 @@ import static org.apache.commons.lang3.StringUtils.*;
/**
* The SearchBuilder is responsible for actually forming the SQL query that handles
* searchs for resources
* searches for resources
*/
public class SearchBuilder implements ISearchBuilder {

View File

@ -31,6 +31,11 @@
database in order to reindex all data in a background job:
<![CDATA[<br/>]]>
<![CDATA[<code>update HFJ_RESOURCE set SP_INDEX_STATUS = null;</code>]]>
<![CDATA[<br/>]]>
Note that if you do this reindex now, you will not have any downtime while
you upgrade to HAPI FHIR 3.5.0. If you need to perform the reindex at the
time that you upgrade to HAPI FHIR 3.5.0 some indexes may not be
available.
</action>
<action type="add">
R4 structures have been updated to the latest definitions

View File

@ -7,77 +7,9 @@
<faq id="getting_help">
<question>Where can I ask questions or get help?</question>
<answer>
<p>
We ask that any questions about how to use HAPI FHIR be directed to
the <a href="https://groups.google.com/d/forum/hapi-fhir">HAPI FHIR Google Group</a>.
This group is a great resource, with lots of helpful people who can assist. The
HAPI FHIR developers are regular contributors to this group.
</p>
<p>
Please do not email us at our personal email addressees with questions about how to use HAPI!
We are much more likely to respond if you post your question in the group, since there are
a fixed number of hours in the day and we prefer to help in a place that benefits
everyone. Also, please do not post a question on the <a href="https://github.com/jamesagnew/hapi-fhir/issues">GitHub Issue Tracker</a>
unless you are sure it is actually a bug. If you're not sure whether you have a question or a bug,
please post your question on the Google Group.
</p>
<p>
If you have questions which are about FHIR itself (e.g. which resource should
I use for a specific purpose, how to I model my data, etc.)
there are two great resources that can help you:
<ul>
<li>
The <a href="https://chat.fhir.org/">chat.fhir.org</a> server offers a live chat that is
very popular with people using FHIR. That community extends far beyond just HAPI users, so
there is a large pool of people who might have answers to your questions.
</li>
<li>
You might want
to also consider posting on <a href="http://stackoverflow.com/questions/tagged/hl7_fhir">Stackoverflow</a>,
as there are a number of FHIR experts who aren't HAPI/Java users who monitor
that site.
</li>
</ul>
</p>
</answer>
</faq>
<faq id="reporting_bugs">
<question>How do I report a bug?</question>
<answer>
<p>
We welcome bug reports, and do our best to address them quickly. Please do
keep in mind though that HAPI FHIR is a volunteer-run project, so we can't
always act immediately on every issue.
</p>
<p>
Before reporting a bug, please make sure what you have is actually a bug.
If you are unsure how to do something with HAPI, you are more likely to
get a helpful response on our Google Group (please see the
<a href="#getting_help">"Where can I ask questions or get help"</a> above).
</p>
<p>
When reporting a bug, please be as descriptive as possible. It is important
to include details such as:
</p>
<ul>
<li>What you are trying to accomplish</li>
<li>What version of HAPI you are using (and if you are running a customized version, please mention that too)</li>
<li>What platform you are using (Windows/OSX/Linux Platform, OS Version, etc)</li>
<li>What version of Java you are using</li>
</ul>
<p>
Please also include any samples or other useful files that might help in
diagnosing the issue. This could include resources you are using
for testing, build/server logs, etc. If you are concerned about privacy
you may also email <a href="mailto:jamesagnew@gmail.com">James</a> with
these artifacts but please also file a bug and reference the ticket number.
</p>
<p>
Finally, if you are able to include a unit test, or even better a
GitHub Pull Request we will be appreciative. Actually, one more thing:
If you disciver that your bug was actually not a bug, please make sure
to put an update in the ticket and close it.
</p>
<p>
Please see [this page](https://github.com/jamesagnew/hapi-fhir/wiki/Getting-Help) in the HAPI FHIR Wiki for information on getting help.
</p>
</answer>
</faq>
</part>

View File

@ -135,14 +135,15 @@
</menu>
<menu name="Get Help" inherit="top">
<item name="How to Ask for Help (read this first!)" href="https://github.com/jamesagnew/hapi-fhir/wiki/Getting-Help" />
<item name="Google Group (Ask Questions)" href="https://groups.google.com/d/forum/hapi-fhir" />
<item name="Issue Tracker (Report Bugs/Request Features)" href="https://github.com/jamesagnew/hapi-fhir/issues" />
<item name="Frequently Asked Questions (FAQ)" href="./hapi-fhir-faq.html" />
<item name="FHIR.org Chat (Live Chat with FHIR Implementors)" href="https://chat.fhir.org/" />
<item name="Frequently Asked Questions (FAQ)" href="./hapi-fhir-faq.html" />
</menu>
<menu name="Test Server">
<item name="Public Test Server" href="http://fhirtest.uhn.ca"/>
<item name="Public Test Server" href="http://hapi.fhir.org"/>
<!--
<item name="Vagrant Private Test Server" href="./doc_vagrant.html"/>
-->

View File

@ -69,6 +69,68 @@
</section>
<section name="Announcements">
<p>
<b>May 29, 2018 - HAPI FHIR 3.4.0 Released</b> -
The next release of HAPI has now been uploaded to the Maven repos and
GitHub's releases section.
</p>
<p>
This release brings logs of fixes and some significant enhancements.See the
<a href="http://hapifhir.io/changes-report.html">changelog</a> for a full list
of changes. Notable changes include:
</p>
<ul>
<li>
HAPI FHIR now supports and requires JDK 8. Support for JDK 7 and below had
officially been dropped.
</li>
<li>
The R4 draft structures have been updated to the latest versions.
</li>
<li>
Support for LOINC has been significantly improved thanks to a collaboration
between the HAPI FHIR project and the Regenstrief Institute. The HAPI FHIR
terminology service now imports LOINC parts, ValueSets, ConceptMaps, and all
related artifacts.
</li>
<li>
Support for the ConceptMap <![CDATA[<code>$translate</code>]]> method has been
implemented, meaning that the terminology service now covers validation as well
as translation use cases. Further enhancements are planned. A utility has also
been added to the HAPI FHIR CLI for importing and exporting ConceptMaps as
CSV files for external editing.
</li>
<li>
Several index table enhancements have been made to the JPA server schema, in
anticipation of future changes that will improve performance and decrease index
sizes. These enhancements consist of new columns that have been added and will be
populated in HAPI FHIR 3.4.0 but will not actually be used until HAPI FHIR 3.5.0.
Please see the changelog for an upgrade script that should be run.
</li>
<li>
The HAPI FHIR CLI is now available for OSX users using Homebrew.
</li>
<li>
The validation framework has been further harmonized so that DSTU2 resources
will now also share the harmonized DSTU3/R4 validation codebase. This
has resulted in a significanty more accurate validator
for DSTU2 resources.
</li>
<li>
A number of other enhancements have also been made, as well as several significant
bugfixes.
</li>
</ul>
<p>
Thanks to everyone who contributed to this release!
</p>
<p>
- <a href="https://github.com/jamesagnew/">James Agnew</a>
</p>
<br/><br/>
<p>
<b>Mar 29, 2018 - HAPI FHIR 3.3.0 Released</b> -
The next release of HAPI has now been uploaded to the Maven repos and
@ -123,8 +185,9 @@
<p>
- <a href="https://github.com/jamesagnew/">James Agnew</a>
</p>
<br/><br/>
<!--
<p>
<b>Jan 13, 2018 - HAPI FHIR 3.2.0 Released</b> -
The next release of HAPI has now been uploaded to the Maven repos and
@ -168,7 +231,6 @@
- <a href="https://github.com/jamesagnew/">James Agnew</a>
</p>
<!--
<br/><br/>
<p>
<b>November 23, 2017 - HAPI FHIR 3.1.0 Released</b> -