Grahame Grieve
342d75b2df
Gg 202109 misc snapshot ( #610 )
...
* NPE fixes
* Smart Health Cards support in validator
* Fix bug generating spreadsheets due to sheet name length limitations
* Implement descendent-of filter
* more NPE fixes
* add Element.removeChild
* fix issue generation snapshot and content reference, and work around old erroneous binding description in R4
* improve SHC validation error
* fix for NPE generating ConceptMap spreadsheet
* fix crash in IG publisher rendering illegal content
* Improve slicing error messages
* more improving error message resolving slicing
* add missing code + track prohibited / required elements (improve rendering of IGs)
* fix for broken links in R4B IGs
2021-09-29 10:29:10 -04:00
Grahame Grieve
9a8394bc2a
handle network failures better in IG publisher
2021-09-10 06:50:10 +10:00
Grahame Grieve
a56978bdd0
remove invalid warning
2021-09-04 05:58:20 +10:00
Grahame Grieve
1e3f5cdabc
fix logical model type testing
2021-09-02 07:35:47 +10:00
Grahame Grieve
11e60c3825
* fix NPE bug logging terminology server calls
...
* fix NPE bug validating logical models
* fix problem with Type Name when validating against Logical Models
2021-09-02 06:27:06 +10:00
Grahame Grieve
6c6052fa31
merge
2021-09-01 10:12:36 +10:00
Grahame Grieve
7d7280078f
Hack fix for wrong R3 invariant, Improved Terminology Performance Tracking
2021-09-01 09:59:23 +10:00
Grahame Grieve
2845078c9e
Spreadsheet generation by validator
2021-09-01 09:53:18 +10:00
Grahame Grieve
2250b01fdd
improvements to tx client logging functionality and terminology performance tracking
2021-09-01 09:52:50 +10:00
Grahame Grieve
f22855e82a
change interface for evaluating constants in FHIRPath (allow collections)
2021-09-01 09:46:51 +10:00
Grahame Grieve
4d1f75920d
validation for resource and element id ( #590 )
...
* revise validation of resource and element id
* wip
Co-authored-by: markiantorno <markiantorno@gmail.com>
2021-08-27 11:28:47 -04:00
Grahame Grieve
3cb384a297
revise validation of resource and element id
2021-08-27 09:59:17 +10:00
Mark Iantorno
88efa6f863
Issue 513 ( #587 )
...
* wip
* wip
* sdjkhfakjsdhllkjsdhfsdkh
* wip
2021-08-25 14:45:21 -04:00
Mark Iantorno
be25055574
https://github.com/hapifhir/org.hl7.fhir.core/issues/564 ( #572 )
...
* https://github.com/hapifhir/org.hl7.fhir.core/issues/564
* updating help text as per Grahame's feedback.
* wip
2021-08-25 14:06:34 -04:00
Tadgh
5ca6d19c69
Replace proprietary notnull with javax.annotation.Nonnull ( #584 )
...
* Replace proprietary notnull with javax.annotation.Nonnull
* wip
Co-authored-by: markiantorno <markiantorno@gmail.com>
2021-08-25 08:39:44 -04:00
Lloyd McKenzie
4e96d087c9
Added documentation
2021-08-21 10:10:32 -06:00
Lloyd McKenzie
59902b6b9a
Expose showMessagesFromReferences on the CLI as it provides much more useful information when validating Bundles.
2021-08-20 13:57:03 -06: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
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
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
Grahame Grieve
4dd5b370e3
add properties mode as a known extension until it's defined properly
2021-06-25 17:36:45 +10:00
Grahame Grieve
b0c1f2b129
fix bug validating profiles on bundle.entry.resource
2021-06-24 21:48:27 +10:00
Grahame Grieve
309dbba9b6
update pubpack to v0.0.9
2021-06-24 21:47:50 +10:00
Grahame Grieve
3a319a5d57
Fix pathing issues in the validator
2021-06-23 20:35:38 +10:00
Grahame Grieve
1aaf086c55
Fix wrong profile error message + NPE prevention
2021-06-21 15:32:06 +10:00
Grahame Grieve
c4604029ff
Fix validation bug on Canonical references
2021-06-18 07:08:12 +10:00
Grahame Grieve
d67cecc83f
* CDA: Fix erroneous type validation on CDA templates
...
* CDA: Suppress erroneous "Expansion" text appearing in view
* CDA: Don't delete binding information in snapshot for CDA bindable data types
* Rendering: add support for CodeableReference
* Rendering: Support binding mode and XML element information
2021-06-17 16:55:15 +10:00
Grahame Grieve
8088cedb66
add the -verbose parameter, and add additional verbose messages
2021-06-15 08:51:47 +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
Mark Iantorno
375c8cb46d
fixes for eclipse ( #524 )
...
rip
2021-06-01 07:53:40 -04:00
Grahame Grieve
aeb87c8c12
Merge pull request #504 from pieter-edelman-nictiz/502
...
Fix for a bug where the line number was reported as column number when validating constraints
2021-05-31 08:44:17 +10:00
Grahame Grieve
afe5c09f26
Merge pull request #508 from alexzautke/az-fix-extensions-on-pattern
...
Allow extensions in checkFixedValue if a pattern instead of a fixedValue is defined on the element
2021-05-31 08:39:18 +10:00
Grahame Grieve
c5009f377c
Merge pull request #519 from hapifhir/conversion_update_II
...
Conversion update ii
2021-05-31 07:56:17 +10:00
markiantorno
30e45f54ed
wip
2021-05-25 13:36:07 -04:00
Alexander Zautke
22af0cba90
Allow extensions in checkFixedValue if a pattern instead of a fixedValue is defined on the element
2021-05-20 17:23:34 +02:00
Pieter Edelman
396e562d89
Fix for a bug where the line number was reported as column number when validating constraints
2021-05-19 16:52:53 +02:00
Grahame Grieve
cf859c9ed1
add new parameter for whether to include FHIRPath in invariant error messages
2021-05-14 12:21:28 +10:00
Grahame Grieve
3cb51f88c8
fix overrun error reading invalid xhtml + fix loading problem on validation test
2021-05-13 22:51:01 +10: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
6da83fa41e
Do not flag internal references as suspicious
2021-05-05 10:17:08 +10:00
Grahame Grieve
c6f392b7e0
#466 : fix problem checking types on logical models
2021-05-05 09:54:22 +10:00
Grahame Grieve
6a7435787f
tidy up and document version conversion advisors
2021-05-05 08:28:03 +10:00
Grahame Grieve
11a727b40f
update R5 to 4.6.0
2021-05-04 09:03:13 +10:00
Grahame Grieve
1c320586e5
Ensure that CVX uses tx.fhir.org, not UTG definitions which are wrong + Fix problems with Bundle validation for ids in collections and add additional search related validation + Remove check on ElementDefinition.id for R2B
2021-04-22 13:27:32 +10:00
Mark Iantorno
b6abeef327
Fix for https://github.com/hapifhir/hapi-fhir/issues/2540 ( #481 )
...
woooooo
2021-04-21 11:26:53 -04:00
Grahame Grieve
7b60c1b85d
Fix issue where primitive elements with required bindings must have a value, but this wasn't be checked
2021-04-21 17:41:22 +10:00