Commit Graph

2145 Commits

Author SHA1 Message Date
Grahame Grieve c3b21733fd Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core 2020-09-02 08:09:50 +10:00
Grahame Grieve 8c43803183 Fix up conversion for date problems 2020-09-02 08:09:36 +10:00
Mark Iantorno 6cf6367b30
i am unable to write readable code (#332) 2020-09-01 17:45:33 -04:00
Mark Iantorno 3a30f0e780
changing validator cli return obj to include more information on error location (#329)
Co-authored-by: Grahame Grieve <grahameg@gmail.com>
2020-09-01 16:02:28 -04:00
markiantorno aae995b72c Updating version to: 5.1.8-SNAPSHOT and incrementing test cases dependency. 2020-09-01 01:33:46 +00:00
markiantorno d3e92cf79a Release: v5.1.7
Validator:
* Better validation of bad references (and fix NPE)
* Rework output to be more informative and cleaner
* Fix bugs in validation of nested bundles
* Fix bug loading package with no specified version
* fix bugs loading discovered packages on the fly
* Validator now supports logical models in XML wkith no namespaces

Other code changes:
* Add version conversion for AllergyIntolerance (1.2 <-> 3.0 & 1.2 <-> 4.0)
* Add version conversion for MedicationRequest
* Fix rendering of documents
* fix for not rendering null values in patterns for must-support view

***NO_CI***
2020-09-01 01:16:21 +00:00
Grahame Grieve cb73cbe7c7
Merge pull request #331 from hapifhir/gg-v517b
Prepare for new release
2020-09-01 10:43:41 +10:00
Grahame Grieve 39f13c5d65 release notes 2020-09-01 09:54:39 +10:00
Grahame Grieve 89b0e0a32b Fix NPE in validator and add more validation for bad references 2020-09-01 09:43:21 +10:00
Grahame Grieve 2867e20a42 Fix AllergyIntolerance conversions & tests 2020-09-01 09:42:52 +10:00
Grahame Grieve 1a681b3b2d Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core 2020-09-01 08:11:55 +10:00
Grahame Grieve 90074b6849
Merge pull request #321 from ahdis/oe_logicalmodel_nonamespace
handling xml without namespace in logical models
2020-09-01 08:11:29 +10:00
Grahame Grieve 5b2429081a
Merge pull request #324 from ahdis/oe_sectionmultipleauthors
validation of bundles: allow multiple authors in section
2020-09-01 08:07:15 +10:00
Grahame Grieve 2a6e148089
Merge pull request #325 from ItayGoren/converting-medication-request
Converting medication request
2020-09-01 08:03:55 +10:00
Mark Iantorno b459b6e1ec Updating test case dependency to v1.1.35
***NO_CI***
2020-08-31 21:56:01 +00:00
Grahame Grieve 8e8f72d636
Merge pull request #330 from ItayGoren/converting-allergy
Converting allergy intolerance
2020-09-01 07:38:53 +10:00
Itay Goren b93cb71032 add tests for allergy intolerance conversion 2020-08-31 23:32:38 +03:00
Itay Goren c2427096ca fix test error + add files conventions 2020-08-31 22:58:47 +03:00
Itay Goren 05994163dd started writing AllergyIntolerance conversion 2020-08-31 22:23:23 +03:00
Itay Goren 84e55aa825 fix pr comments 2020-08-31 22:16:26 +03:00
Itay Goren 0c1c61b275 fixing pr comments 2020-08-31 22:06:01 +03:00
Grahame Grieve aa9524ed93
various validation fixes (#327)
* Fix must support rendering of pattern values

* Add time tracking for progress reporting

* Add parent tracking for Validation support of nested bundles

* fix rendering of Documents

* rework validation output + fix up package loading in validator
2020-08-31 14:53:34 -04:00
Itay Goren 82f96965fd adding tests 2020-08-31 17:27:49 +03:00
Grahame Grieve ef2ad7ce21 rework validation output + fix up package loading in validator 2020-08-31 13:24:20 +10:00
Grahame Grieve 3fad39620b fix rendering of Documents 2020-08-31 13:23:31 +10:00
Grahame Grieve c7e8ffff09 Add parent tracking for Validation support of nested bundles 2020-08-31 13:22:42 +10:00
Grahame Grieve 42a7dad39a Add time tracking for progress reporting 2020-08-31 13:21:28 +10:00
Grahame Grieve 5f730916d4 Fix must support rendering of pattern values 2020-08-31 13:19:15 +10:00
Itay Goren 046540624d add missing import 2020-08-29 23:02:19 +03:00
Itay Goren 169d030e2e finish adding MedicationRequest10_40 2020-08-29 22:31:28 +03:00
Itay Goren aedc2205c8 Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core into converting-medication-request 2020-08-29 22:19:14 +03:00
Itay Goren 3f54167fba Add MedicationRequest10_40 2020-08-29 22:16:52 +03:00
Itay Goren e156be4e49 add "OnBehalfOf" for medication request when converting STU3 do R4 2020-08-29 20:56:47 +03:00
Oliver Egger d7bb306cdc allow multiple authors in section 2020-08-28 16:43:17 +02:00
markiantorno bb953fc7fc Updating version to: 5.1.7-SNAPSHOT and incrementing test cases dependency. 2020-08-27 08:09:56 +00:00
markiantorno 7349ad1f0e Release: v5.1.6
Validator:
* improve error messages for wrong code system URLs

Other code changes:
* fix rendering for must-support to not render empty values in patterns
* control over validation of aggregation modes
* fix NPE in code system comparison
* Fix verious issues
* Upgrade UCUM dependency
* fix support for multi-line comments in structure maps
* add conversion for R2 MedicationOrder -> R3 MedicationRequest
* Upgrade dependency on CQFramework
* improvements to OID to URL conversion
* Fix issue with round-tripping resources with primitives with no value
***NO_CI***
2020-08-27 07:53:37 +00:00
Grahame Grieve 2a7eebefd6 Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core 2020-08-27 17:13:45 +10:00
Grahame Grieve a1b7257bb1 Add release notes 2020-08-27 17:12:52 +10:00
Mark Iantorno 5775aadceb Updating test case dependency to v1.1.34
***NO_CI***
2020-08-27 07:09:55 +00:00
Grahame Grieve 8510e6ece3
Merge pull request #320 from hapifhir/gg-v516b
Gg v516b
2020-08-27 16:41:53 +10:00
Grahame Grieve 2e5dd95ede fix rendering for must-support to not render empty values in patterns 2020-08-27 16:22:51 +10:00
Grahame Grieve 9578933704 control over aggregation validation 2020-08-27 16:22:21 +10:00
Grahame Grieve de5310c13a remove spurious log outputs 2020-08-27 12:36:50 +10:00
Grahame Grieve e669103aa7 upgrade to pass new reconciled tests 2020-08-27 12:36:10 +10:00
Grahame Grieve 765f24a233 fix bug in code system comparison 2020-08-27 12:33:13 +10:00
Grahame Grieve 1eda0aa128 upgrade UCUM definition 2020-08-27 12:31:38 +10:00
markiantorno dcf3f5f218 Upping UCUM dependency, fixing old junit dependencies 2020-08-26 17:26:39 -04:00
Oliver Egger 23cce5b0a7 handle xml default namespace for logical model 2020-08-26 16:53:50 +02:00
Grahame Grieve 78926f207d
Merge pull request #315 from ItayGoren/converting-medication-order
add medication request convert from dstu2 to stu
2020-08-26 12:52:14 +10:00
Grahame Grieve f52297ae26
Merge pull request #318 from ahdis/oe_structuremaps
structure maps: line comments and fhir path expression
2020-08-26 12:51:10 +10:00