2552 Commits

Author SHA1 Message Date
markiantorno
86b0af4895 Release: v5.3.1
* add test for Observation conversion from 10 to 40
* add procedures conversion form dstu2 to r4
* add medication conversion from dstu2 to r4
***NO_CI***
5.3.1
2021-02-17 19:23:40 +00:00
markiantorno
ac7b94058a fixing error with jupiter versions not aligning between core and HAPI 2021-02-17 08:44:35 -05:00
jamesagnew
4d8b564504 Version bump to 5.3.1-SNAPSHOT 2021-02-17 07:31:19 -05:00
jamesagnew
c1fca83a94 Version bump to 5.3.0 v5.3.0 2021-02-17 06:59:11 -05:00
palanm
c8fa589baa Added the copying of "extension" fiels 2021-02-16 17:27:53 -08:00
Mark Iantorno
c422ddc388
Refactoring validator engine (#436)
* Initial commit, tests passing

* continuing breaking up massive classes
2021-02-15 16:48:40 -05:00
Mark Iantorno
ab5d8ee118
Updating documentation to include instructions for dependencies
@ItayGoren
2021-02-13 10:00:38 -05:00
Lloyd McKenzie
d0df12b85f Revert to current content on HAPI 2021-02-08 08:40:11 -07:00
Lloyd McKenzie
b91b68d1a2 Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core
# Conflicts:
#	org.hl7.fhir.convertors/pom.xml
#	org.hl7.fhir.dstu2/pom.xml
#	org.hl7.fhir.dstu2016may/pom.xml
#	org.hl7.fhir.dstu3/pom.xml
#	org.hl7.fhir.r4/pom.xml
#	org.hl7.fhir.r5/pom.xml
#	org.hl7.fhir.r5/src/main/java/org/hl7/fhir/r5/conformance/ProfileUtilities.java
#	org.hl7.fhir.report/pom.xml
#	org.hl7.fhir.utilities/pom.xml
#	org.hl7.fhir.utilities/src/main/resources/Messages.properties
#	org.hl7.fhir.validation.cli/pom.xml
#	org.hl7.fhir.validation/pom.xml
#	org.hl7.fhir.validation/src/main/java/org/hl7/fhir/validation/instance/InstanceValidator.java
#	pom.xml
2021-02-08 08:22:58 -07:00
Grahame Grieve
82edacbde4
Merge pull request #434 from hapifhir/gg-2021-feb-1
Gg 2021 feb 1
2021-02-08 13:28:31 +11:00
Grahame Grieve
ef3b8c1f0a Fix bug validating mime types without terminology serverBase (warning, not error)
Performance improvements in JSON metadata based parser
Add first round of supplement validation
improve error message on profile validation fail
fix NPE validating some slices
fix bug validating canonicals as part of choice data types
Adds special support for http://hl7.org/fhirpath/System.* types
fix bug matching slices in contained resources that have references to #
2021-02-08 09:40:25 +11:00
Grahame Grieve
2413ec1dbb #431 - fix doco about questionnaire 2021-02-08 09:35:52 +11:00
Grahame Grieve
8fac290ebe #426 - fix serialization of NULL enumerations 2021-02-08 09:33:36 +11:00
Grahame Grieve
c95b07f0f1 #426 - fix serialization of NULL enumerations 2021-02-08 09:32:06 +11:00
Grahame Grieve
584aac2ffb
Merge pull request #432 from ItayGoren/observastion-tests
adding test for observation conversion 10_40
2021-02-08 06:56:59 +11:00
Grahame Grieve
5b8aec8a06
Merge pull request #410 from rajavpr/UnknownHostException
Fix for UnknownHostException
2021-02-08 06:56:23 +11:00
Grahame Grieve
b7309cbfbc Merge branch 'ahdis-val_fhirpath_resolveinbundle' 2021-02-08 06:54:11 +11:00
Grahame Grieve
ff02c5b71a Merge branch 'val_fhirpath_resolveinbundle' of https://github.com/ahdis/org.hl7.fhir.core into ahdis-val_fhirpath_resolveinbundle
# Conflicts:
#	org.hl7.fhir.validation/src/main/java/org/hl7/fhir/validation/ValidationEngine.java
2021-02-08 06:53:38 +11:00
Grahame Grieve
da563a6637
Merge pull request #411 from ahdis/oe_fhir-28413
[FHIR-28413]: noNamespace instead of default for Logical Models not having a namespace
2021-02-08 06:46:30 +11:00
ItayGoren
ad8fbb87df
Merge branch 'master' into observastion-tests 2021-02-04 16:33:23 +02:00
Itay Goren
9d84343fee adding test for observation conversion 10_40 2021-02-04 16:32:54 +02:00
Grahame Grieve
7ee25f33b3
Merge pull request #427 from DBCG/master
Memory and Performance enhancements
2021-02-03 15:27:31 +11:00
ItayGoren
5b3f4fa85c
converting procedures from dstu2 to r4 (#429)
* converting procedures from dstu2 to r4

* Update VersionConvertor_10_40.java

* Update VersionConvertor_10_40.java

* Update VersionConvertor_10_40.java

* Update Procedure10_40Test.java

* add description to the release notes

Co-authored-by: Mark Iantorno <markiantorno@gmail.com>
2021-02-01 11:16:15 -05:00
ItayGoren
42d148a80e
add medication conversion from dstu2 to r4 (#430)
* add medication conversion from dstu2 to r4

* fixed test

* add description to the release notes
2021-02-01 09:43:51 -05:00
Jonathan Percival
4b416ee5f4 Use FHIRPathEngine where possible 2021-01-27 10:30:45 -07:00
markiantorno
82546c5764 Updating version to: 5.2.21-SNAPSHOT and incrementing test cases dependency. 2021-01-25 15:02:01 +00:00
markiantorno
af05868a82 Release: v5.2.20
* Added OkHttp dependency to cli
***NO_CI***
5.2.20
2021-01-25 14:28:05 +00:00
Mark Iantorno
b7f8f8babf
Update RELEASE_NOTES.md 2021-01-25 09:13:22 -05:00
Patrick Werner
ad5b78bd6c
Pw fix okhttp dependency exception (#425)
* fixes missing depencency:
 Terminology server http://tx.fhir.orgException in thread "main" java.lang.NoClassDefFoundError: okhttp3/Request$Builder

* added optional tag to not break downstream projects (hapi)

* added dependency to cli as well
2021-01-25 08:07:42 -05:00
Mark Iantorno
315b62169b
Update README.md 2021-01-24 12:05:17 -05:00
markiantorno
de30f3d212 Updating version to: 5.2.20-SNAPSHOT and incrementing test cases dependency. 2021-01-24 16:59:11 +00:00
markiantorno
5c4a309538 Release: v5.2.19
* added OkHttp dependency to validator to fix issue
***NO_CI***
5.2.19
2021-01-24 16:26:27 +00:00
Mark Iantorno
0458bd8015
Update RELEASE_NOTES.md 2021-01-24 11:08:58 -05:00
Patrick Werner
50fe3d2b88
fixes missing depencency: okhttp3/Request$Builder (#422)
* fixes missing depencency:
 Terminology server http://tx.fhir.orgException in thread "main" java.lang.NoClassDefFoundError: okhttp3/Request$Builder

* added optional tag to not break downstream projects (hapi)
2021-01-24 10:44:17 -05:00
markiantorno
d13b5dce94 Updating version to: 5.2.19-SNAPSHOT and incrementing test cases dependency. 2021-01-21 23:50:48 +00:00
markiantorno
fb6f25c24e Release: v5.2.18
* This is a test to see if triggering a change on a branch will still allow me to deploy to Sonatype
* This is a second test message
***NO_CI***
5.2.18
2021-01-21 22:05:34 +00:00
Mark Iantorno
75a938f24f
marking okhttp dependency as optional in r5 (#421) 2021-01-21 14:13:51 -05:00
markiantorno
c687316b38 Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core 2021-01-21 10:36:09 -05:00
Mark Iantorno
dee0fb573a Excluding cli and report module from deployment 2021-01-21 10:10:46 -05:00
markiantorno
cc7b3bb865 test message for deploy 2021-01-21 09:57:29 -05:00
Mark Iantorno
fa86f4459b
test commit 1 (#419) 2021-01-20 16:46:09 -05:00
markiantorno
b7b979dc1e upping version 2021-01-20 16:14:00 -05:00
Grahame Grieve
ecc59f26a6
Merge pull request #418 from hapifhir/gg-r4b-work
Gg r4b work
2021-01-21 07:13:43 +11:00
Grahame Grieve
30dc81f95a more readme 2021-01-21 06:37:56 +11:00
Grahame Grieve
01b4f4fa93 update tests dependency 2021-01-20 20:06:25 +11:00
Grahame Grieve
05d9d223f1 fix readme 2021-01-20 20:05:30 +11:00
Grahame Grieve
6b9ba75bff Add Mark to read me 2021-01-20 18:20:39 +11:00
Grahame Grieve
ccf82b8ee3 Add parseAndClose to close streams automatically + minor fixes to support R4B 2021-01-20 16:54:31 +11:00
Grahame Grieve
00410604d7 Improve validator error messages for bad json & turtle formats 2021-01-20 16:53:14 +11:00
markiantorno
8a69438532 Updating version to: 5.2.17-SNAPSHOT and incrementing test cases dependency. 2021-01-14 22:38:02 +00:00