Grahame Grieve
b5723bab50
Merge branch 'master' into issue-555
2021-08-24 06:00:27 +10:00
Lloyd McKenzie
4e96d087c9
Added documentation
2021-08-21 10:10:32 -06:00
markiantorno
9a66c87a05
Updating version to: 5.4.11-SNAPSHOT and incrementing test cases dependency.
2021-08-19 02:59:51 +00:00
Louis Rolland
a90d8cb169
fix : #555 Add release note
2021-08-18 10:54:17 +02:00
Mark Iantorno
58c0e216e8
Conversion library overhaul ( #568 )
...
* wip
* adding pathing to 40_50 conversion
* wip
* 30_50 and 40_50 updated to factory
* 30_40 factory
* 14_50
* 14_40
* 14_30, 10_50
* 10_40
* 10_30
* forcing non-null on VersionConvertors
* *trying* to clean up advisor code, switching from jetbrains NotNull to javax Nonnull annotation
* all calls within convertor classes should use INSTANCE access, not factory to maintain thread safety
* adding README for conversion library
* spacing
* threaded test removal
* release notes
* Update RELEASE_NOTES.md
Co-authored-by: Tadgh <tadgh@cs.toronto.edu>
* Update RELEASE_NOTES.md
Co-authored-by: Tadgh <tadgh@cs.toronto.edu>
* Update org.hl7.fhir.convertors/CONVERTORS.md
Co-authored-by: Tadgh <tadgh@cs.toronto.edu>
* Update org.hl7.fhir.convertors/CONVERTORS.md
Co-authored-by: Tadgh <tadgh@cs.toronto.edu>
* Update org.hl7.fhir.convertors/CONVERTORS.md
Co-authored-by: Tadgh <tadgh@cs.toronto.edu>
Co-authored-by: Tadgh <tadgh@cs.toronto.edu>
2021-08-06 19:28:24 -04:00
markiantorno
99fcac64ac
Updating version to: 5.4.10-SNAPSHOT and incrementing test cases dependency.
2021-07-15 16:29:01 +00:00
Mark Iantorno
4742b54355
https://github.com/HL7/fhir-ig-publisher/issues/295 ( #560 )
2021-07-15 09:34:33 -04:00
Mark Iantorno
aab5bd4a0f
Convertor refactor ii ( #556 )
...
* 10_30
* 10_40
* 10_50
* 14_30
* 14_40
* 14_50
* 30_40
* 40_50
* cleaningup
2021-07-07 22:41:14 -04:00
markiantorno
c53cc54b96
Updating version to: 5.4.9-SNAPSHOT and incrementing test cases dependency.
2021-07-06 19:01:20 +00:00
Lloyd McKenzie
8d29632703
Fixed issue where validator fails to detect invariant issue when ther… ( #554 )
...
* Fixed issue where validator fails to detect invariant issue when there are multiple profiles that use the same invariant on the same element. Also addressed issue revealed by the fix where the context resource wasn't being set properly when checking certain invariants (identified by one of the existing test cases).
* Moved notes from code into commit notes (this one) and added Release notes
Changed call to checkInvariants within checkChildByDefinition such that onlyNonInherited is now false because inherited invariants can be overridden and it's important to check both. Note that this means that onlyNonInherited doesn't seem to be used any more. @grahamegrieve - consider whether it should be removed.
2021-07-06 13:42:35 -04:00
markiantorno
1d7e8bf63d
Updating version to: 5.4.8-SNAPSHOT and incrementing test cases dependency.
2021-07-05 17:01:20 +00:00
markiantorno
f310668d7e
adding release notes
2021-07-05 11:45:04 -04:00
markiantorno
887365e778
Updating version to: 5.4.7-SNAPSHOT and incrementing test cases dependency.
2021-06-24 19:44:46 +00:00
Grahame Grieve
fcb0c9a267
more release notes
2021-06-25 04:35:41 +10:00
Grahame Grieve
e324188b70
release notes
2021-06-24 21:49:17 +10:00
markiantorno
e68b5857b1
Updating version to: 5.4.6-SNAPSHOT and incrementing test cases dependency.
2021-06-17 22:28:48 +00:00
Grahame Grieve
c4604029ff
Fix validation bug on Canonical references
2021-06-18 07:08:12 +10:00
markiantorno
dd49561bd7
Updating version to: 5.4.5-SNAPSHOT and incrementing test cases dependency.
2021-06-17 09:06:05 +00:00
Grahame Grieve
40c68d6e4a
Merge branch 'master' into gg-20210617-cda
2021-06-17 16:56:47 +10:00
Grahame Grieve
a77ae61616
release notes
2021-06-17 16:55:56 +10:00
Grahame Grieve
ff25ab2eef
Merge branch 'master' into bugfix-condition-convert-abatement
2021-06-16 14:23:11 +10:00
Grahame Grieve
45801c1918
improve questionnaire rendering
2021-06-16 12:15:03 +10:00
Itay Goren
2d44b34b76
add to release notes
2021-06-14 09:52:10 +03:00
markiantorno
e5d2cf0f9c
Updating version to: 5.4.4-SNAPSHOT and incrementing test cases dependency.
2021-06-05 01:16:45 +00:00
Grahame Grieve
2dd66507a1
set up release
2021-06-05 09:19:32 +10:00
Grahame Grieve
a371f5fe3e
Add -allow-example-urls option to the validator
2021-06-02 17:45:50 +10:00
Grahame Grieve
e1f29ff29d
Clean up SID code and Validation of cardinality on address-line elements containing pattern elements fixed
2021-06-02 06:22:11 +10:00
Grahame Grieve
8b48ef9197
Merge branch 'master' into fix_conv_30_50
2021-05-31 08:46:48 +10:00
Mark Iantorno
5db9b65c21
Test pr ( #511 )
...
* adding maven exec command to let me run tests on validator jar so people stop breaking it
* adding release notest to test PR pipeline
2021-05-21 18:47:22 -04:00
markiantorno
d91a4bbb03
Updating version to: 5.4.3-SNAPSHOT and incrementing test cases dependency.
2021-05-21 18:14:31 +00:00
markiantorno
e9915e5178
release notes
2021-05-21 13:22:56 -04:00
markiantorno
5648f7a925
Updating version to: 5.4.2-SNAPSHOT and incrementing test cases dependency.
2021-05-19 18:42:31 +00:00
Mark Iantorno
278838bd62
Update RELEASE_NOTES.md
2021-05-19 13:51:52 -04:00
tyfni
56738f7acf
add copying of aggregation mode for conversion from 50 to 30
2021-05-18 13:39:36 +02:00
markiantorno
f082ed15ee
Updating version to: 5.3.15-SNAPSHOT and incrementing test cases dependency.
2021-05-14 15:05:25 +00:00
Grahame Grieve
7f5b47d9d3
Merge branch 'master' into gg_202105_04
2021-05-14 12:26:13 +10:00
Grahame Grieve
278916ba97
Fix displays for some codes in ConceptMap.relationship when rendering + Add Publication Version to rendering context for future use.
2021-05-14 12:24:57 +10:00
Mark Iantorno
1af9edc6f1
Update RELEASE_NOTES.md
2021-05-13 19:05:44 -04:00
markiantorno
baf81057a8
Updating version to: 5.3.13-SNAPSHOT and incrementing test cases dependency.
2021-05-13 19:12:04 +00:00
Mark Iantorno
9a82457b36
Adding version option to ignore bundle entry in conversion advisors ( #492 )
2021-05-07 14:50:40 -04:00
Grahame Grieve
154ac5c3ca
Merge branch 'master' into gg-202105-bugfixes-2
2021-05-07 18:30:26 +10:00
Grahame Grieve
4e173f4715
* Validator: Load code systems from known packages on the fly
...
* Validator: better handle invalid v3 dates
* Renderer: Render OperationDefinition.InputProfile and OutputProfile
* Important: Allow more valid schemas for Utilities.isAbsoluteUrl
* Validator: remove notes about extensible bindings if profile extensible binding is valid
2021-05-07 18:29:21 +10:00
Mark Iantorno
05cd371796
Convertor advisor 1 ( #490 )
...
* RELEASE THE ~~KRAKEN~~ KOTLIN
* doing some cleanup before going into more details
* renaming folder
* commit merge issues
* release notes
2021-05-06 09:18:11 -04:00
Grahame Grieve
c56b7b67c8
Merge branch 'master' into gg-202105-version-conversion-1
2021-05-05 14:10:12 +10:00
Grahame Grieve
b13b4932f9
XMLParser allows passing a schema location
2021-05-05 12:17:02 +10:00
Grahame Grieve
6da83fa41e
Do not flag internal references as suspicious
2021-05-05 10:17:08 +10:00
Grahame Grieve
9ae04aed03
Fix compartment definitions of ListResource.source and subject for R3 and R4
2021-05-05 08:51:36 +10:00
Mark Iantorno
f14ef6d83f
Issue 484 ( #485 )
...
* added Integer argument constructor for IntegerType class.
* Updating release notes
2021-05-04 11:21:57 -04:00
Grahame Grieve
53ea22cae7
release notes
2021-05-04 09:45:57 +10:00
markiantorno
fb6f420df0
Updating version to: 5.3.12-SNAPSHOT and incrementing test cases dependency.
2021-04-22 05:47:40 +00:00