Commit Graph

795 Commits

Author SHA1 Message Date
Grahame Grieve fd6fe88528 update VSACImporter to get value sets from VSAC directly 2020-09-04 16:21:12 +10:00
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
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 2867e20a42 Fix AllergyIntolerance conversions & tests 2020-09-01 09:42:52 +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
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 82f96965fd adding tests 2020-08-31 17:27:49 +03: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
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 1eda0aa128 upgrade UCUM definition 2020-08-27 12:31:38 +10: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 da91f17011 updates to PHINVads and VSAC value set importing 2020-08-26 10:34:36 +10:00
Itay Goren 75e684dbc1 add to version converter 10 30 2020-08-24 18:40:49 +03:00
Itay Goren 073a12f24e add medication request convert from dstu2 to stu 2020-08-24 15:36:30 +03:00
Grahame Grieve 86b9db4aec update PHINVads importer for URL and version issues 2020-08-24 17:13:56 +10:00
Grahame Grieve fe7efcf5a2 Fix bugs in PHINVads importer 2020-08-22 08:09:50 +10:00
markiantorno 9f23ff6ea9 Updating version to: 5.1.6-SNAPSHOT and incrementing test cases dependency. 2020-08-20 12:41:28 +00:00
markiantorno 6c156f7001 Release: v5.1.5
Validator:
* No changes

Other code changes:
* Update R5 code to new release R4.5.0
***NO_CI***
2020-08-20 12:22:59 +00:00
Grahame Grieve 9a51722ee0 Add PhinVads Importer 2020-08-20 20:37:30 +10:00
Grahame Grieve 5fc297b3b5 Upgrade R5 to latest version 2020-08-20 20:37:10 +10:00
markiantorno be5ba84652 Updating version to: 5.1.5-SNAPSHOT and incrementing test cases dependency. 2020-08-18 22:50:45 +00:00
markiantorno 8ce263a127 Release: v5.1.4
Validator:
* No changes

Other code changes:
* Remove old comparison code
* Don't lazy load simplifier packages
* Add links in version comparisons
* fix NPE in SimpleWorkerContext

***NO_CI***
2020-08-18 22:35:42 +00:00
markiantorno 57e3ae0f15 Updating version to: 5.1.4-SNAPSHOT and incrementing test cases dependency. 2020-08-17 14:28:29 +00:00
markiantorno a27fa4ce18 Release: v5.1.3
Validator:
* add support for -bundle parameter to allow validating just one resource (/type) in a bundle
* improved reporting of errors and warnings for unknown code systems on required bindings
* pass dependencies to the server for imported value sets etc
* use server side caching for more efficient use of bandwidth
* Fix NPE loading packages from simplifier or old packages (and don't lazy load packages passed to command line)

Other code changes:
* further work on comparing CapabilityStatements (nearly, but not quite, finished)
* More work on timeouts in terminology client
* Fix for parsing error in R3/R4 sparse arrays for primitives types
* Improve terminology client logging
* don't reload a package if already loaded
* rendering: fix NPEs rendering patient summary, and render expressions for quantities
***NO_CI***
2020-08-17 14:07:49 +00:00
markiantorno f6b4df237f fixing versioning 2020-08-17 09:04:08 -04:00
markiantorno 127bbc9e38 Release: v5.1.2
***NO_CI***
2020-08-16 02:26:50 +00:00
markiantorno c09becfba2 Updating version to: 5.1.3-SNAPSHOT and incrementing test cases dependency. 2020-08-15 23:06:25 +00:00
markiantorno cb1abcad25 Release: v5.1.2
Validator:
* add support for -bundle parameter to allow validating just one resource (/type) in a bundle
* improved reporting of errors and warnings for unknown code systems on required bindings
* pass dependencies to the server for imported value sets etc
* use server side caching for more efficient use of bandwidth
* Fix NPE loading packages from simplifier or old packages (and don't lazy load packages passed to command line)

Other code changes:
* further work on comparing CapabilityStatements (nearly, but not quite, finished)
* More work on timeouts in terminology client
* Fix for parsing error in R3/R4 sparse arrays for primitives types
* Improve terminology client logging
* don't reload a package if already loaded
* rendering: fix NPEs rendering patient summary, and render expressions for quantities
***NO_CI***
2020-08-15 22:49:38 +00:00
markiantorno be26988adf fixing versions and test dependencies 2020-08-15 18:37:03 -04:00
markiantorno 7f5c5e36dd Release: v5.1.1
Validator:
* add support for -bundle parameter to allow validating just one resource (/type) in a bundle
* improved reporting of errors and warnings for unknown code systems on required bindings
* pass dependencies to the server for imported value sets etc
* use server side caching for more efficient use of bandwidth
* Fix NPE loading packages from simplifier or old packages (and don't lazy load packages passed to command line)

Other code changes:
* further work on comparing CapabilityStatements (nearly, but not quite, finished)
* More work on timeouts in terminology client
* Fix for parsing error in R3/R4 sparse arrays for primitives types
* Improve terminology client logging
* don't reload a package if already loaded
* rendering: fix NPEs rendering patient summary, and render expressions for quantities
***NO_CI***
2020-08-15 21:41:16 +00:00
Grahame Grieve 7771c7f231 Significant improvement to performance rendering value sets, and only use server side caching if the server declares it supports it 2020-08-14 08:09:02 +10:00
markiantorno eed1d730c4 Updating version to: 5.1.2-SNAPSHOT and incrementing test cases dependency. 2020-08-13 15:23:03 +00:00
markiantorno beeaf26b6d Release: v5.1.1
Validator:
* add support for -bundle parameter to allow validating just one resource (/type) in a bundle
* improved reporting of errors and warnings for unknown code systems on required bindings
* pass dependencies to the server for imported value sets etc
* use server side caching for more efficient use of bandwidth
* Fix NPE loading packages from simplifier or old packages (and don't lazy load packages passed to command line)

Other code changes:
* further work on comparing CapabilityStatements (nearly, but not quite, finished)
* More work on timeouts in terminology client
* Fix for parsing error in R3/R4 sparse arrays for primitives types
* Improve terminology client logging
* don't reload a package if already loaded
* rendering: fix NPEs rendering patient summary, and render expressions for quantities
***NO_CI***
2020-08-13 15:03:45 +00:00
jamesagnew 09d0ae4caa Bump version to 5.1.1-SNAPSHOT for next development cycle 2020-08-12 05:33:18 -04:00
jamesagnew 98ba0506c2 Version bump to 5.1.0 2020-08-11 17:41:20 -04:00
markiantorno 1af6268fa8 Updating version to: 5.0.23-SNAPSHOT and incrementing test cases dependency. 2020-08-07 03:51:36 +00:00
markiantorno 5c4c5ce1c8 Release: v5.0.22
Validator:
* no changes

Other code:
* Continue to work on connection timeout issues
* Fix bug in DiagnosticReportRenderer (wrong element accessed)
* change type of resource parameter to ResourceRender.build
***NO_CI***
2020-08-07 03:33:21 +00:00
markiantorno ac2ae655d5 Final pipeline versioning fix 2020-08-06 15:12:20 -04:00
markiantorno 37134e5252 Updating version to: 1.1.30-SNAPSHOT and incrementing test cases dependency. 2020-08-06 19:06:12 +00:00
markiantorno 340250cf74 Release: v5.0.21
* Release pipelines fix for incrementing external dependencies
***NO_CI***
2020-08-06 18:49:05 +00:00
markiantorno 91c1ed7e31 Fixing build pipelines issue 2020-08-06 13:56:27 -04:00
markiantorno 49695b2801 Updating version to: null.object.1-SNAPSHOT and incrementing test cases dependency. 2020-08-06 16:23:24 +00:00
markiantorno 97c974ca38 Release: v5.0.20
Validator:
* Fix for problem with expansion code checking and incomplete value sets

General Code changes:
* Work on connection problems to terminology server
* Fix for problem loading Measures from packages
* Work on i18n for Rendering
* fix case bug renderung bundles and parameters
* start working on i18n for Rendering
***NO_CI***
2020-08-06 15:40:30 +00:00
markiantorno f54e56e74c Updating version to: 5.0.20-SNAPSHOT 2020-08-05 23:31:54 +00:00
markiantorno f6071cb0df Release: v5.0.19
Validator:
* Improved handling of terminology timeout issues

Other code changes:
* fix questionnaire rendering to create valid resources
***NO_CI***
2020-08-05 22:50:40 +00:00
markiantorno ea322996f3 Updating version to: 5.0.19-SNAPSHOT 2020-08-03 21:14:01 +00:00
markiantorno 18cf563e78 Release: v5.0.18
Validator Fixes:
* better validation of external references. Note: this is a potentially significant change: things that were called ok before may not be now, and things that were not ok before may become so, depending on the interplay between this and auto-load, further work may be needed here
* Support better validation of version specific profiles in meta.profile. This may also find new errors that were not previously being found
* Support auto-determination of the version of FHIR to use when using the java validator
* auto-load packages from the package server when references to profiles etc are encountered
* look for references inside other parameters in Parameters resource
* no validation for CanonicalResource.url (further work needed)

Other Code changes:
* Rendering: add rendering for Parameters resources
* Rendering: refactor of resource resolution code to support Parameters
* General clean up of rendering consistency & implement additional details when rendering (including patient summary)
* Rendering: major overhaul of DiagnosticReport rendering
* Fix NPE bug in value set comparison

***NO_CI***
2020-08-03 20:51:09 +00:00
markiantorno 82125235a0 Updating version to: 5.0.18-SNAPSHOT 2020-07-30 04:47:14 +00:00
markiantorno a375f58c82 Release: v5.0.17
* Batch validation of codes in value sets
* Fix path problem doing comparisons
* Don't produce 2 columns for status for deprecated codes
* Fix errors in StructureDefinition validation
***NO_CI***
2020-07-30 04:18:42 +00:00
Grahame Grieve ea52c4206f Batch validation of codes in value sets 2020-07-30 11:57:11 +10:00
markiantorno a154f454b4 Updating version to: 5.0.17-SNAPSHOT 2020-07-28 05:15:29 +00:00
markiantorno 5dcef3e530 Release: v5.0.16
* fix evaluation of codes in code systems that are labelled content = fragment
* fix url for cqfmeasures project
* change from error to warning for code system fragments

***NO_CI***
2020-07-28 04:51:08 +00:00
markiantorno 2fc1d481e4 Updating version to: 5.0.16-SNAPSHOT 2020-07-27 15:40:41 +00:00
markiantorno c55982c47b Release: v5.0.15
* Version comparison support
* Fix for problem validating search parameter derivation
* Added lazy resource loading - improve loading times and memory requirements in advance of the challenge of loading UTG for most use cases
* Fixed bug where canonical resource has no URL
***NO_CI***
2020-07-27 15:14:44 +00:00
Grahame Grieve bf0f81f51b
version comparison support (#284)
* add package url fixer

* fix problems doing CCDA snapshots

* Fix for http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation

* improve error message

* fix package id in generated version specific tests

* remove spurious debug statement

* rework package loaders for automatic loading of package dependencies

* fix spelling mistake

* add automatic loading of package dependencies by the context

* significant work on tests to support version comparison

* fix minor loading issue

* compile fix

* utils support

* fixes for version comparison

* rework error handling when expanding valuesets + add error check on value set imports

* fix loading bug

* improve error message
2020-07-27 09:04:31 -04:00
Grahame Grieve 6421226011 more improvements around lazy loading 2020-07-21 17:14:08 +10:00
markiantorno 3eed00d2f7 some changes 2020-07-20 13:16:16 -04:00
Grahame Grieve c53db20879 Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core 2020-07-20 22:58:16 +10:00
Grahame Grieve 52267118c6 implement lazy loading - improve loading times and memory requirements in advance of the challenge of loading UTG for most use cases 2020-07-20 22:57:15 +10:00
markiantorno b877474fc8 Updating version to: 5.0.15-SNAPSHOT 2020-07-17 22:21:01 +00:00
markiantorno 675c2751aa Release: v5.0.14
* Fix for temp directory creation test on Windows machines
* Deployment fix
***NO_CI***
2020-07-17 21:55:26 +00:00
markiantorno e14de3b339 Updating version to: 5.0.14-SNAPSHOT 2020-07-17 05:55:20 +00:00
markiantorno fb886a7217 Release: v5.0.13
Validator:
* Add support for conformsTo in invariants on elements
* Fix bug in assumeValidRestReferences doing bundle validation
* Add -show-times parameter
* Handle weird ege case for fixedReference

Code:
* add support for row opacity in rendered tables
* fix cross version convertor for DataRequirements
* fix rendering of multiple type profiles
* add code for converting resource names between versions
* add FHIRPath engine to i18n framework
* fix bundle rendering
* change HTML parser to parse doctype declaration, and move html validation to the validator
* snapshot generator - fix bug where slices get cardinaliyt min=1 by default
***NO_CI***
2020-07-17 05:45:51 +00:00
Grahame Grieve 9e2a13ab8b fix name function 2020-07-15 11:39:44 +10:00
Grahame Grieve d84b0b6802 improve code for resource name mapping 2020-07-15 11:33:14 +10:00
Grahame Grieve 5c7ce85b85 Handle changing resource names when converting DataRequirements 2020-07-15 10:41:00 +10:00
markiantorno facb2ca0a8 Updating version to: 5.0.13-SNAPSHOT 2020-07-07 02:37:39 +00:00
markiantorno b770fb8a2c Release: v5.0.12
* Fix bug in snapshot generation - not handling case where content is sliced, base slicing detail is provided, and max slices = 1
* More work on validating existing snapshots

***NO_CI***
2020-07-07 02:27:57 +00:00
markiantorno ab8bbb5491 Updating version to: 5.0.12-SNAPSHOT 2020-07-04 00:25:03 +00:00
markiantorno 9d5cb114a2 Release: v5.0.11
* Added text/cql.identifier media type to Measure validation
* Fix bug in QuestionnaireResponse rendering
* Validate based on ImplementationGuide.global
* add validation parameter -crumb-trails
* improve validation of StructureDefinitions

***NO_CI***
2020-07-04 00:15:32 +00:00
markiantorno 97f6758969 Updating version to: 5.0.11-SNAPSHOT 2020-07-01 00:52:38 +00:00
markiantorno 9602898b73 Release: v5.0.10
* Added text/cql.identifier media type to Measure validation
***NO_CI***
2020-07-01 00:43:41 +00:00
markiantorno 7f7e83f6f8 Updating version to: 5.0.10-SNAPSHOT 2020-06-27 00:25:51 +00:00
markiantorno 4ca25bdb52 Release: v5.0.9
* Two significant bug fixes for the validator (thanks Mark Burnett from Babylon Health for finding them):
  * The validator was not enforcing type restrictions when some profiles restricted elements with choices to a single type
  * The validator was only creating warnings not errors for required bindings on some Quantities
  * + Fix handling of infrastructural terminology failings on Codings - treat them as warnings not errors
* Add extra validation for value sets (check concept codes are valid)
* Add extra code to check derivation consisteny for SearchParameter resources
* More Improvements to Questionnaire Rendering

***NO_CI***
2020-06-27 00:17:13 +00:00
Grahame Grieve e1e994704d More stability on tests + fix questionnaire renderer problem + add SearchParameter derivation validation 2020-06-25 11:24:03 +10:00
markiantorno 344d778a87 Updating version to: 5.0.9-SNAPSHOT
***NO_CI***
2020-06-19 22:15:34 +00:00
markiantorno 87f1c42b89 Release: v5.0.8
***NO_CI***
2020-06-19 22:06:03 +00:00
jamesagnew b828e3b27f One more 30-40 converter tweak 2020-06-17 22:20:47 -04:00
jamesagnew 5db8a431aa Converter fixes for 30-40 2020-06-17 20:29:26 -04:00
markiantorno 49c35b1de2 Updating version to: 5.0.8-SNAPSHOT
***NO_CI***
2020-06-13 13:12:37 +00:00
markiantorno b2ecaa2bfa Release: v5.0.7
* Override extension methods in BackboneElement to look in modifierExtensions as well as extensions
* First draft of Profile Comparison tools (org.hl7.fhir.r5.comparison)
* Improved error messages when snapshot generation fails when slicing something that doesn't repeat
* Improvements for CDA round-tripping (XML esacping issues, xsi:type related issues, namespacing issues)
* Fix bug rendering DiagnosticReports with multiple categories
* adjust check on Attachment to only be an warning (when no meaningful content exists)
* add security check mode to Validator
***NO_CI***
2020-06-13 12:51:27 +00:00
jamesagnew ff684e5380 A bit of converter cleanup 2020-06-12 12:44:28 -04:00
jamesagnew 48373bc442 Merge branch 'master' into ja_20200609_converter_issues 2020-06-09 05:39:54 -04:00
jamesagnew 2f85c2fd75 Converter STU3-R4 improvements 2020-06-09 05:38:42 -04:00
Grahame Grieve 94467b270a standardise terminology client across versions 2020-06-07 08:42:14 +10:00
Grahame Grieve fcc18a0e39
Merge pull request #214 from hapifhir/ja_20200524_npm_rework
Refactor package support to remove filesystem dependency
2020-06-04 16:04:02 +10:00
Grahame Grieve 47c7dfd5e5 work around loading issue for R2B 2020-06-03 09:31:53 +10:00
jamesagnew 6534a5358b Merge branch 'master' into ja_20200524_npm_rework 2020-06-02 18:02:51 -04:00
Grahame Grieve a0245ca926 Release new version 5.0.6 2020-06-01 17:40:06 +10:00
jamesagnew 17411a3659 Merge branch 'master' into ja_20200524_npm_rework 2020-05-30 12:07:17 -04:00
Grahame Grieve 05ac3ebc98 Release new version 5.0.5 2020-05-30 09:55:30 +10:00
Grahame Grieve 998d1e0afc Release new version 5.0.4 2020-05-27 11:06:30 +10:00
Grahame Grieve ccb6b067b3 Release new version 5.0.3 2020-05-26 06:15:36 +10:00
jamesagnew 444b612805 Start reworking NPM manager 2020-05-24 15:02:37 -04:00
Grahame Grieve 50ea83322f Release new version 5.0.2 2020-05-22 08:58:45 +10:00
jamesagnew 2e5d9ff77c Version bump to 5.0.1 2020-05-12 19:27:30 -04:00
jamesagnew 60502b3c77 Prepare for 5.0.0 release 2020-05-12 11:33:54 -04:00
Grahame Grieve 463a557402 Release new version 4.2.30 2020-05-12 11:54:28 +10:00
Grahame Grieve edea997312 Clean up license 2020-05-12 08:55:27 +10:00
Grahame Grieve 1f5663bfdf update R4 code (issue #70) 2020-05-12 08:42:55 +10:00
Grahame Grieve daa58aea8f Release new version 4.2.29 2020-05-11 17:25:24 +10:00
Grahame Grieve b43497897b upgrade to v4.4.0, with attendant fixes 2020-05-11 17:09:14 +10:00
Grahame Grieve 5f74bea327 move tests & do new release 2020-05-10 09:18:54 +10:00
Grahame Grieve 2af8d94081 new release 2020-05-08 12:00:51 +10:00
Grahame Grieve c5c0a8db92 Release new version 4.2.26 2020-05-06 11:16:19 +10:00
Grahame Grieve 868fbb5f95 Release new version 4.2.25 2020-05-02 10:53:58 +10:00
Grahame Grieve b214e99930 Release new version 4.2.24 2020-05-02 06:57:31 +10:00
Rob Hausam 3a6d03fb7e ConceptMap updates for 'source-is-narrower-than-target' (formerly 'broader') and 'source-is-broader-than-target' (formerly 'narrower') relationships 2020-04-30 22:54:47 -05:00
Grahame Grieve f8ca02d697 Release new version 4.2.23 2020-05-01 11:15:25 +10:00
Grahame Grieve c003f1fca4 Add provenance support for version conversion. + add Provenance rendering 2020-05-01 11:14:29 +10:00
markiantorno 89f98bb960 I cast you out unclean spirit. 2020-04-29 16:55:40 -04:00
Grahame Grieve 6110b56396 Release new version 4.2.22 2020-04-29 20:37:31 +10:00
Grahame Grieve 608149e494 Release new version 4.2.21 2020-04-29 14:57:18 +10:00
Grahame Grieve 6edcd20b66 Add tests for converting AuditEvent 2020-04-29 14:48:18 +10:00
Grahame Grieve 6f3362918d Release new version 4.2.20 2020-04-28 13:27:23 +10:00
Grahame Grieve 602e684bc6 Release new version 4.2.19 2020-04-23 21:07:04 +10:00
Grahame Grieve 175d5fa0b7 Release new version 4.2.18 2020-04-21 13:58:17 +10:00
markiantorno 8093524f4b Null value check for primitive type conversions. 2020-04-20 15:13:42 -04:00
markiantorno bd17bc716b wip 2020-04-20 13:37:29 -04:00
Grahame Grieve 8a9bcbf6e6 reorganise to test cross-version extensions 2020-04-17 22:27:02 +10:00
Grahame Grieve 4bd0d60e5c Release new version 4.2.17 2020-04-12 08:25:18 +10:00
Grahame Grieve d97e408d3c Release new version 4.2.16 2020-04-11 20:50:39 +10:00
Grahame Grieve dd78fa7f07 quality improvements on package conversion 2020-04-09 19:38:28 +10:00
Grahame Grieve e0aee671ec Release new version 4.2.15 2020-04-09 11:45:26 +10:00
Grahame Grieve 01de20c310 Release new version 4.2.15 2020-04-09 10:50:54 +10:00
Grahame Grieve f1594bc133 beef up the Context interface to support package related tracking, and use that to manage UTG resource contention 2020-04-09 10:26:39 +10:00
Grahame Grieve 5865f8da3e Release new version 4.2.14 2020-04-06 10:12:24 +10:00
Grahame Grieve aef4404405 Release new version 4.2.13 2020-04-02 11:07:25 +11:00
Grahame Grieve 9e59ce2323 Release new version 4.2.12 2020-03-31 11:21:06 +11:00
Grahame Grieve 092a694a3f Release new version 4.2.11 2020-03-28 06:52:41 +11:00
Grahame Grieve 6baf62eca2 Release new version 4.2.12 2020-03-28 06:50:41 +11:00
Grahame Grieve 9e87161ec5 update ICD11Generator 2020-03-20 05:15:00 +11:00
jamesagnew 97ddf60066 Version bump 2020-03-17 07:55:15 -04:00
Grahame Grieve 849b65417a Release new version 4.2.9 2020-03-17 14:58:36 +11:00
Grahame Grieve c46d4dd779 fix bugs around XML version + add ICD-11 generator 2020-03-17 11:10:50 +11:00
Grahame Grieve 5f3f84cf22 Release new version 4.2.8 2020-03-13 16:47:14 +11:00
Grahame Grieve 32c8ba1c4d add R5Loader for publisher 2020-03-13 16:45:09 +11:00
Grahame Grieve 742f444b53 Release new version 4.2.7 2020-03-13 13:07:01 +11:00
Grahame Grieve ea4db2962e Fix issue concerting ConceptMap r4 <-> r5 2020-03-13 12:46:48 +11:00
patrick-werner 86711ac16f readding all the i18n work 2020-03-12 23:26:05 +01:00
Grahame Grieve b76e8d2b27 Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core + fix conflicts + fix error message for document date missing 2020-03-12 12:11:41 +11:00
patrick-werner e481ade2b3 Merge remote-tracking branch 'origin/master' into fixConverterEnums 2020-03-08 08:37:03 +01:00
patrick-werner 63e97e6fa9 fixed convertors calling Enumeration with deprecated constructor 2020-03-07 14:26:10 +01:00
Grahame Grieve d8262c056c Release new version 4.2.6 2020-03-05 16:54:07 +11:00
Lloyd McKenzie 30c325a8a4 Added support for converting MedicinalProduct between R4 and R5 2020-03-04 19:57:30 -07:00
Grahame Grieve 5d971f35e9 Release new version 4.2.5 2020-03-03 21:30:01 +11:00
Grahame Grieve 4ab61c9c8c Release new version 4.2.4 2020-02-28 14:27:52 +11:00
Grahame Grieve f1dc0e5754 Release new version 4.2.3 2020-02-25 09:25:56 +11:00
Grahame Grieve be38cc8e58 updates for version conversion routines 2020-02-24 12:18:14 +11:00
Grahame Grieve 4e3e21219e Release new version 4.2.2 2020-02-22 08:06:58 +11:00
markiantorno 932ea223e3 removed parser files 2020-02-20 13:08:20 -05:00
markiantorno 8afbf0b8f1 Updated main convertor files with new enumeration structure and wrappers. Tests Pass. 2020-02-20 12:20:10 -05:00
markiantorno 0d3e20a9c8 enumeration conversions for other no main version convertor files 2020-02-19 16:01:41 -05:00
markiantorno e49aec08cb added enum conversions to 10_30 files 2020-02-19 13:19:58 -05:00
Grahame Grieve cb028e70d3 fix convertors for ConceptMap and remove debugging statement 2020-02-19 09:11:56 +11:00
Grahame Grieve 2a51df3ddf fix rendering of COnceptMap Equivalence when R5 renderer is rendering ConceptMaps converted from old versions 2020-02-18 17:59:21 +11:00
Grahame Grieve 322eb1ebe6
Merge pull request #132 from hapifhir/main_convertor_files
Updated accessors in main convertor files.
2020-02-17 22:29:47 +11:00
Grahame Grieve 44b23901a8 core upgrade 2020-02-17 22:27:41 +11:00
jamesagnew cbf86bb26c Fix ordering issue in converter 2020-02-16 20:56:25 -05:00
jamesagnew c27baa29bc FIx version bump - should be 4.2.1-SNAPSHOT 2020-02-16 20:43:13 -05:00
jamesagnew d87a1e61d9 Version bump to 4.3.x 2020-02-16 19:20:42 -05:00
markiantorno 07c77acb75 reparsing other converter files to deal with class cast exceptions 2020-02-14 10:21:43 -05:00
Grahame Grieve 5c8f398bad fix problem in PlanDefinition conversion between 4 and 5 2020-02-14 10:06:55 +11:00
markiantorno a4a6f852bd Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core into main_convertor_files 2020-02-13 10:53:24 -05:00
Grahame Grieve 17eb1c41f7 Release new version 4.1.63 2020-02-13 21:23:40 +11:00
Grahame Grieve 42853db493 fix version conversion for OperationDefinition 2020-02-13 21:20:01 +11:00
Grahame Grieve bc1f87e29f Release new version 4.1.62 2020-02-13 12:26:15 +11:00
markiantorno 10231d60b1 committing so I can cherry pick some older changes 2020-02-12 17:32:30 -05:00
markiantorno dacaf3f6d7 Updated accessors in main convertor files. 2020-02-12 17:00:43 -05:00
Grahame Grieve 9b562f3489 more bug fixes in R3/R5 conversions 2020-02-12 18:02:36 +11:00
Grahame Grieve 9dc8b910c3 fix problem with conversion of ElementDefinition between R3 and R5 2020-02-12 17:36:37 +11:00
Grahame Grieve 422a6b09c5
Merge pull request #131 from hapifhir/element_access3
Structure definition error fixed.
2020-02-12 09:10:48 +11:00
markiantorno dc0559c3e7 Fixing class cast exceptions. However build is still failing. 2020-02-11 15:30:37 -05:00
markiantorno 9feec949f3 CapabilityStatement30_50 fix 2020-02-10 18:07:16 -05:00
markiantorno 1ab62c9316 StructureMap30_50 fix 2020-02-10 17:51:50 -05:00
markiantorno 4b6cff4429 CodeSystem30_50 fix 2020-02-10 17:35:29 -05:00
markiantorno 505a56a525 SearchParameter30_50 2020-02-10 17:18:27 -05:00
markiantorno a15b436891 CapabilityStatement30_50 fix 2020-02-10 17:01:34 -05:00
markiantorno 3ec55be629 ImplementationGuide30_50 fixes. 2020-02-10 16:44:19 -05:00
markiantorno dd8d5965de wip 2020-02-10 16:29:18 -05:00
markiantorno 76a93db9cb continuing fixes within convertor 2020-02-10 16:14:41 -05:00
markiantorno 4044c899ba Error in CapabilityStatement30_50 2020-02-10 15:49:41 -05:00
markiantorno 44c9fd596e Structure definition error fixed. 2020-02-10 15:26:40 -05:00
Grahame Grieve a3059d6f47
Merge pull request #130 from hapifhir/element_access2
element_access 2, this is where I fix all the errors
2020-02-11 07:08:07 +11:00
markiantorno eb09015abb element_access 2, this is where I fix all the errors 2020-02-10 15:01:19 -05:00
Grahame Grieve c8ec61602a
Merge pull request #129 from hapifhir/element_access
Element access
2020-02-11 06:01:55 +11:00
markiantorno b10aa49f16 Cleanup of parsing files. 2020-02-10 11:28:19 -05:00
markiantorno 8fd62a3614 conv30_50 updated 2020-02-10 10:31:56 -05:00
markiantorno 69b615b915 convo30_40 updated 2020-02-07 15:51:24 -05:00
markiantorno 10eb8b98e4 convo14_50 upadted. 2020-02-07 14:24:23 -05:00
markiantorno 70252e8be4 convo14_40 updated 2020-02-07 12:28:43 -05:00
markiantorno ecb9d1b9e6 conv14_30 updated 2020-02-07 11:10:56 -05:00
markiantorno d30c923745 convo10_50 folder updated 2020-02-07 10:07:01 -05:00
Grahame Grieve b6ba504320 Release new version 4.1.61 2020-02-07 10:55:06 +11:00
markiantorno 68979fee95 conv10_40 files cleaned up 2020-02-06 17:24:52 -05:00
markiantorno 5054c83e90 convo10_30 updated and verified 2020-02-06 15:42:28 -05:00
markiantorno 4c3e49de9d Fixed double if statement 2020-02-05 15:49:35 -05:00
markiantorno 147164d66d Changing filenames to reflect version 2020-02-05 13:28:43 -05:00
markiantorno 3a6ab2f545 Specimen convertor written differently than other convertors, making difficult to parse. 2020-02-03 11:44:07 -05:00
Grahame Grieve 2732ef3dd5 Release new version 2020-02-02 23:12:05 +11:00
Grahame Grieve b112b82951 Release new version 2020-02-02 06:13:54 +11:00
Grahame Grieve ca29fdf182 Release new version 2020-01-31 08:23:17 +11:00
Grahame Grieve 1831d19541 Release new version 2020-01-30 11:09:52 +11:00
Grahame Grieve 9ba52134f8
Merge pull request #128 from hapifhir/wrap_all_conversion_accessors
Wrap all conversion accessors
2020-01-30 06:57:15 +11:00
Grahame Grieve 6242a70b68 Release new version 2020-01-29 19:33:18 +11:00
Grahame Grieve e286d5b7bb Release new version 2020-01-29 13:40:22 +11:00
markiantorno 810f5eabca Removed parser. 2020-01-28 17:07:53 -05:00
markiantorno 92415bad8b Wrapped all accessors in convertor files in has___() condition. 2020-01-28 17:05:29 -05:00
markiantorno edc933fed9 Forgot to remove the parser file. 2020-01-27 11:07:08 -05:00
markiantorno 3132dbfc7f Refactored main version convertor files
- All convertors now have static access, previously 10_30, 10_40, 10_50
  needed to be instantiated
- All code specific to resource types has been moved into it's own file.
  Ex. Patient dstu3 -> r5 is located in conv30_50/Patient30_50.java
2020-01-27 10:29:42 -05:00
Grahame Grieve dfd3ff067d Release new version 2020-01-27 21:15:09 +11:00
Grahame Grieve ee6e0d90de Release new version 2020-01-24 17:20:23 +11:00
Grahame Grieve ce28b6d1eb fix issue with converting Communication between R4 and R5 2020-01-24 17:18:34 +11:00
Grahame Grieve 2b1021adbd Release new version 2020-01-22 10:56:12 +11:00
Grahame Grieve 1d3d05682c fixes for warnings in IGs 2020-01-22 10:55:47 +11:00
Grahame Grieve 8c7eab4066
Merge pull request #126 from lmckenzi/igpub-validation-fixes
Keep new IGPublisher stuff from raising errors when down-converted to…
2020-01-22 06:30:16 +11:00
Lloyd McKenzie 01c34f6dd3 Keep new IGPublisher stuff from raising errors when down-converted to R4. Also changed Spreadsheet extension so it doesn't raise errors when used. 2020-01-20 18:41:06 -07:00
Grahame Grieve 32240f41c7 Release new version 2020-01-21 12:27:12 +11:00
Grahame Grieve 21768851f9 fix import error for old extension context path 2020-01-21 11:35:13 +11:00
Grahame Grieve 240e412cf6 Release new version 2020-01-20 21:56:07 +11:00
Grahame Grieve 53c35ced6b Release new version 2020-01-19 16:55:34 +11:00
Grahame Grieve fa3c8305bf fix conversion of contexts invariant for resources 2020-01-19 16:52:22 +11:00
Grahame Grieve 06b413f028 Release new version 2020-01-17 21:45:56 +11:00
Grahame Grieve d84758f54d Release new version 2020-01-17 10:54:24 +11:00
Grahame Grieve 98df625435 Release new version 2020-01-15 17:55:48 +11:00
Grahame Grieve 9f1697dad1 Release new version 2020-01-15 08:08:07 +11:00
Grahame Grieve 5332a8ad60 Release new version 2020-01-14 14:31:06 +11:00
Grahame Grieve bd1d677ab8 Release new version 2020-01-14 10:44:15 +11:00
Grahame Grieve 1d3d21d4bc fix problem converting opdef params to R5 2020-01-13 12:59:56 +11:00
Grahame Grieve aabe8b43eb Release new version 2020-01-11 06:39:42 +11:00
Grahame Grieve 8b5d451556 Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core 2020-01-11 06:32:37 +11:00
Grahame Grieve bf063db86a
Merge pull request #118 from lmckenzi/MessageEventConversion
Message event conversion
2020-01-11 06:32:15 +11:00
Grahame Grieve ef085a847e fix how CodeableConcept is validated, and add Tx interaction logging by validator 2020-01-11 06:22:16 +11:00
Lloyd McKenzie 91880e7a09 Updated CommunicationRequest converter to handle type changes for payload content 2020-01-04 19:30:15 -07:00
Grahame Grieve bdab9a78b3 Release new version 2019-12-31 14:32:16 +11:00
Grahame Grieve 094b73af04 4.2.0 release 2019-12-31 14:31:28 +11:00
Grahame Grieve a8b5e86bb3 Release new version 2019-12-30 21:16:00 +11:00
Grahame Grieve 5340926ead Release new version 2019-12-30 10:27:02 +11:00
Grahame Grieve 5e27541288 rebuild R5 generated code for changes to abstract types. 2019-12-30 10:24:14 +11:00
Lloyd McKenzie 00e2822292 Fixed bug 2019-12-27 00:29:12 -06:00
Lloyd McKenzie 2bb872fee2 Added conversion support for Conformance.messaging.event 2019-12-26 23:33:52 -06:00
Lloyd McKenzie d551ecca87 Fixed problem with packageId extension not converting. Also don't treat non-expanded value-sets as bad-subset errors 2019-12-23 22:53:56 -07:00
Grahame Grieve ec42fe7bfc Release new version 2019-12-22 08:16:35 +11:00
Grahame Grieve 0fbbd1ff02 re-org R5 source core preparatory to regenerating 2019-12-22 08:05:58 +11:00
Grahame Grieve 9ae93ee689 Release new version 2019-12-21 09:25:36 +11:00
Grahame Grieve 44893b89b9 be specific about which resource types to cache up from core package 2019-12-21 09:13:18 +11:00
Grahame Grieve 219e4acbbd fix so UTG can ignore FHIR core terminology resources 2019-12-21 09:12:23 +11:00
Grahame Grieve 3f25f96aca refix version 2019-12-20 16:44:46 +11:00
Grahame Grieve 74daa21ddb Release new version 2019-12-20 09:04:08 +11:00
Grahame Grieve 2472a75212 Release new version 2019-12-20 08:02:13 +11:00
Grahame Grieve 9345017494 Release new version 2019-12-19 22:40:26 +11:00
Grahame Grieve 47a1382966 Release new version 2019-12-19 21:50:25 +11:00
Grahame Grieve a732d84037 Release new version 2019-12-19 17:36:36 +11:00
Grahame Grieve ed84384205 fix conversion error with postiveInt / unsignedInt in R4 <-> R5 conversion code. 2019-12-19 17:35:13 +11:00
Grahame Grieve c8c2bb7b75 Release new version 2019-12-19 12:59:17 +11:00
Grahame Grieve 9d822536c3 Release new version 2019-12-19 11:03:44 +11:00
Grahame Grieve 96a4bc7aac add filtering extensions to copyElement for v1.4 2019-12-19 10:46:55 +11:00
Grahame Grieve 89dfaec1de Release new version 2019-12-18 11:42:16 +11:00
Grahame Grieve 23fdcf304d Release new version 2019-12-17 13:48:08 +11:00
Grahame Grieve 6948ef61eb Release new version 2019-12-17 10:00:19 +11:00
Grahame Grieve 54f8ca7600 Release new version 2019-12-16 23:40:13 +11:00
Grahame Grieve 930ab92929 try fixing issue with ContactPoint.rank 2019-12-16 23:34:28 +11:00
Grahame Grieve 2a867d66ee Release new version 2019-12-16 07:27:35 +11:00
Grahame Grieve f6c3bac038 Release new version 2019-12-14 08:07:38 +11:00
Grahame Grieve 674432a8ad Release new version 2019-12-13 11:29:49 +11:00
Grahame Grieve 64d4e7598d Release new version 2019-12-11 21:47:16 +11:00
Grahame Grieve 1848c4ca3e fix issue converting value set binding R3 <-> R5 2019-12-11 14:50:17 +11:00
Grahame Grieve 27ecd52d97 Release new version 2019-12-10 11:46:36 +11:00
Grahame Grieve 89592da490 Release new version 2019-12-09 17:46:58 +11:00
Grahame Grieve 234cca0471 Release new version 2019-12-09 17:45:28 +11:00
Grahame Grieve adc7e377d9 Release new version 2019-12-07 06:56:51 +11:00
Grahame Grieve 0cbb586dd1 add support for integer64 2019-12-07 06:54:16 +11:00
Grahame Grieve 89195efad3 Release new version 2019-12-06 08:56:17 +11:00
Grahame Grieve 5cfa89fdfc Release new version 2019-12-06 07:46:00 +11:00
Grahame Grieve f718764d6e Release new version 2019-12-05 17:51:20 +11:00
Grahame Grieve 7f061c6032 Release new version 2019-12-05 16:59:49 +11:00
Grahame Grieve e213c1e433 Release new version 2019-12-05 11:44:41 +11:00
Grahame Grieve d94e0d402d Release new version 2019-12-05 07:46:29 +11:00
Grahame Grieve 9a44f5247c Release new version 2019-12-05 04:15:02 +11:00
Grahame Grieve b6bc2115a0 Release new version 2019-12-04 11:11:31 +11:00
Grahame Grieve 662f18e09f Release new version 2019-12-04 06:00:32 +11:00
Grahame Grieve e08c1aad96 Release new version 2019-12-03 12:34:47 +11:00
Grahame Grieve fe9dc1919b Release new version 2019-11-29 18:14:33 +11:00
Grahame Grieve 54844ef75b fix error converting CapabilityStatement 2019-11-29 13:24:35 +11:00
Grahame Grieve fea455fbe4 Release new version 2019-11-26 18:57:28 +11:00
Grahame Grieve 60703efdd4 updates for packages changes 2019-11-26 18:56:52 +11:00
Grahame Grieve 45df4708d7 Release new version 2019-11-21 18:18:15 +11:00
Grahame Grieve 0243c92ec6 Release new version 2019-11-20 22:00:24 +11:00
Grahame Grieve d98c496712 Release new version 2019-11-19 19:52:37 +11:00
Grahame Grieve bcaebda3f3 Release new version 2019-11-19 06:37:46 +11:00
Grahame Grieve 9b04cff812 Release new version 2019-11-17 19:08:29 +11:00
Grahame Grieve 1b2de2fade Release new version 2019-11-14 07:57:24 +11:00
jamesagnew 2653e86790 Version bump to begin 4.2.0 cycle 2019-11-12 16:20:19 -05:00
jamesagnew 15c4118d34 Version bump to 4.1.0 2019-11-12 16:08:47 -05:00
Grahame Grieve b3e95bd19f Release new version 2019-11-12 00:17:35 +11:00
Grahame Grieve 9b8ae8a9c8 Release new version 2019-11-11 14:21:35 +11:00
Grahame Grieve 13da3db00d Release new version 2019-11-11 06:30:22 +11:00
Grahame Grieve d520d35426 Release new version 2019-11-09 07:54:36 +11:00
Grahame Grieve a0ece162e7 Release new version 2019-11-05 14:55:08 +11:00
Grahame Grieve be76704609 add saving packages 2019-11-05 14:53:48 +11:00
Grahame Grieve d582e41c03 Release new version 2019-11-01 21:19:20 +11:00
Grahame Grieve a4137f0715 Release new version 2019-11-01 11:22:36 +11:00
Grahame Grieve bdd3ee8b99 Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core 2019-11-01 11:21:41 +11:00
Grahame Grieve 52187af17a Fix for R3 and R4 technical corrections and getting IGs publishing and passing (and fix version markers) 2019-11-01 11:21:06 +11:00
Grahame Grieve 5d32ab8043
Merge pull request #97 from c-schuler/master
Fixed/Finished Measure Conversion Logic in 30_50 Convertor
2019-11-01 00:10:42 +13:00
Grahame Grieve 888356999e Update to support new packages, new NPM specification 2019-10-31 21:54:10 +11:00
Grahame Grieve 1a789dae9b Release new version 2019-10-29 00:49:15 +11:00
Grahame Grieve 9da16f9b2a Release new version 2019-10-28 18:08:16 +11:00
jamesagnew e6e1ba404f FIx ID issue in 10-50 converter 2019-10-27 19:13:46 -04:00
Chris Schuler e94b099a4b Removed unnecessary import used for testing 2019-10-22 15:19:18 -06:00
Chris Schuler e0622d191b Merge branch 'master' of https://github.com/c-schuler/org.hl7.fhir.core 2019-10-22 15:15:22 -06:00
Chris Schuler abf1d5f673 Finished measure conversion logic for 30_50 convertor 2019-10-22 15:14:41 -06:00
Grahame Grieve f9b52109cf Release new version 2019-10-18 22:28:27 +11:00
Grahame Grieve a8bae3f544 Release new version 2019-10-18 08:20:28 +11:00
Grahame Grieve 4e7c91cbcd Regenerate R5 code base 2019-10-18 07:56:04 +11:00
Grahame Grieve 35fbcfd131 Release new version 2019-10-16 08:50:38 +11:00
Grahame Grieve 593b86591c fix for problem handling acceptUnknown publishing IGs 2019-10-16 00:12:51 +11:00
Grahame Grieve 13d029898f Release new version 2019-10-02 14:52:54 +10:00
Grahame Grieve 67f698de91 Release new version 2019-09-27 08:51:31 +10:00
Grahame Grieve 47429311cf Release new version 2019-09-24 07:27:10 +10:00
Grahame Grieve e9f3a143ed Release new version 2019-09-20 04:42:19 +10:00
Grahame Grieve ca9d5963d5 Release new version 2019-09-19 10:39:08 +10:00
Grahame Grieve 6d913f0423 Release new version 2019-09-18 22:23:28 +10:00
Grahame Grieve f4a2867735
Merge pull request #82 from rhausam/conceptmap-updates-rh
Core updates required for ConceptMap changes.
2019-09-18 22:17:19 +10:00
Rob Hausam fca62746dc Fix NPE. 2019-09-18 07:39:59 -04:00
Rob Hausam a9f4ec8253 Core updates required for ConceptMap changes. 2019-09-17 22:57:14 -04:00
Grahame Grieve 5b2279b2ea Release new version 2019-09-17 00:10:22 +10:00
James Agnew a684fffcf3 Merge branch 'master' of github.com:hapifhir/org.hl7.fhir.core 2019-09-15 08:30:21 -04:00
Grahame Grieve ffb64f9ed9 Release new version 2019-09-15 20:45:38 +10:00
Grahame Grieve bf07cecfab improve handling of extensions on coded values in version conversions 2019-09-15 09:58:43 +10:00
James Agnew 87d223239e Merge branch 'ja_20190914_remove_eclipse_files' into Eclipse_fix_from_james 2019-09-14 10:50:04 -04:00
James Agnew 9e42e4da00 Remove all eclipse files 2019-09-14 09:49:45 -04:00
Grahame Grieve 8360c015f9 Release new version 2019-09-14 23:33:01 +10:00
Grahame Grieve 5fb54f8889 Release new version 2019-09-13 00:27:02 +10:00
Grahame Grieve 461a8c5092 Release new version 2019-09-12 18:31:58 +10:00
Grahame Grieve 6494bcad71 Release new version 2019-09-11 22:22:37 +10:00
Grahame Grieve 791b9e55e3 Release new version 2019-09-11 15:41:04 +10:00
jamesagnew bdf60fa2ef Bump to 4.0.11 2019-09-09 15:43:58 -04:00
Grahame Grieve fc862d97e8 Release new version 2019-09-09 15:09:32 +10:00