Site updates
This commit is contained in:
parent
901c5c29cf
commit
818c40498c
|
@ -146,7 +146,6 @@ public class FhirValidator {
|
|||
/**
|
||||
* Should the validator validate the resource against the base schematron (the schematron provided with the FHIR distribution itself)
|
||||
*
|
||||
* @return
|
||||
* @return Returns a referens to <code>this<code> for method chaining
|
||||
*/
|
||||
public synchronized FhirValidator setValidateAgainstStandardSchematron(boolean theValidateAgainstStandardSchematron) {
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -163,7 +163,7 @@
|
|||
<!-- This property is used in some of the site documentation where the
|
||||
version is shown, so that we can deploy the site even if the project is on
|
||||
a snapshot version. -->
|
||||
<hapi_stable_version>1.0</hapi_stable_version>
|
||||
<hapi_stable_version>1.1</hapi_stable_version>
|
||||
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
|
||||
|
@ -640,7 +640,7 @@
|
|||
</execution>
|
||||
<execution>
|
||||
<id>addAnalytics</id>
|
||||
<phase>post-site</phase>
|
||||
<phase>site</phase>
|
||||
<configuration>
|
||||
<target>
|
||||
<echo>Adding Google analytics in target/site for <body></echo>
|
||||
|
|
|
@ -142,9 +142,7 @@
|
|||
to try and harmonize the two libraries.
|
||||
</p>
|
||||
<p>
|
||||
HAPI FHIR 1.1 begins the availability of a harmonized library. Note that
|
||||
this version has not yet been formally released, but is currently available in
|
||||
"snapshot" development builds.
|
||||
HAPI FHIR 1.1 begins the availability of a harmonized library.
|
||||
</p>
|
||||
<p>
|
||||
<b>For HAPI FHIR users:</b> This integration will bring the ability to use powerful features
|
||||
|
@ -223,6 +221,12 @@
|
|||
<code>IResource</code>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Please post any problems you might encounter trying to upgrade on the
|
||||
<a href="https://groups.google.com/d/forum/hapi-fhir">Google Group</a>. Chances are
|
||||
if it's happening to you, it's happening to others. We're happy to help.
|
||||
</p>
|
||||
|
||||
</section>
|
||||
|
||||
</body>
|
||||
|
|
|
@ -7,8 +7,38 @@
|
|||
|
||||
<body>
|
||||
|
||||
<section name="Downloading HAPI FHIR">
|
||||
<section name="FHIR Versions">
|
||||
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<td>HAPI Structure Library</td>
|
||||
<td>HAPI Version</td>
|
||||
<td>FHIR Specification Version</td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>hapi-fhir-structures-dstu</td>
|
||||
<td>1.1</td>
|
||||
<td><a href="http://www.hl7.org/fhir/DSTU1/index.html">DSTU1 0.0.82</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>hapi-fhir-structures-dstu2</td>
|
||||
<td>1.1</td>
|
||||
<td><a href="http://www.hl7.org/fhir/2015May/index.html">DSTU2 0.5.0</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>hapi-fhir-structures-hl7org-dstu2</td>
|
||||
<td>1.1</td>
|
||||
<td><a href="http://hl7-fhir.github.io/">DSTU2 Latest Dev</a> (SVN 5843)</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</section>
|
||||
|
||||
<section name="Downloading HAPI FHIR">
|
||||
<p>
|
||||
If you are developing applications in Java, the easiest way to use HAPI is
|
||||
to use a build system which handles dependency management automatically. The
|
||||
|
|
Loading…
Reference in New Issue