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
Grahame Grieve
7d2df18fb9
Better memory tracking for validator
2021-04-21 17:40:42 +10:00
Grahame Grieve
a10fdb13e3
validation optimisation
2021-04-12 11:22:43 +10:00
Grahame Grieve
50642db412
Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core
2021-04-02 06:24:53 +11:00
Grahame Grieve
11f66836ed
fix for R2B validation of resource ids, and problems validating codes
2021-04-02 06:24:43 +11:00
Mark Iantorno
5c9cd6830a
wip ( #471 )
2021-04-01 12:50:09 -04:00
Grahame Grieve
032b81a38e
fix issue with validating fixed values for primitive elements
2021-03-29 17:26:12 +11:00
Grahame Grieve
4e4885dc7d
Fix null pointer exception in validator validating language codes
2021-03-29 13:35:51 +11:00
Grahame Grieve
58055aeaa6
Merge pull request #452 from health-validator/fix-crash-folder-in-scope
...
Fix validator crash when a nested folder is present in -ig <path>
2021-03-29 08:56:32 +10:00
Mark Iantorno
1712d66c08
commenting out code causing IG publishing errors for extension.url ( #465 )
2021-03-19 18:49:06 -04:00
markiantorno
76112af3c7
setting session ID on all response bodies
2021-03-11 15:31:35 -05:00
markiantorno
d275e304fa
JsonProperty label change for validation session id
2021-03-11 14:46:36 -05:00
Vadim Peretokin
776811813e
fix crash when folder is present in ig folder
2021-03-07 11:58:18 +01:00
Mark Iantorno
dfc59882ca
the validator front end needs these changes ( #450 )
2021-03-04 20:38:01 -05:00
Grahame Grieve
14dc86e3a2
Fix bug in profile validation
2021-03-04 07:27:11 +11:00
Grahame Grieve
cd7a8d39e7
* Improve terminology validation error messages
...
* add additional validation on profiles around types (for logical models)
2021-03-03 13:30:58 +11:00
Mark Iantorno
b700d82eab
Validation sessions ( #443 )
...
* Sessions are working,
* adding javadocs to cache
* These changes were already added, the merge re-added them to the RELEASE_NOTES by mistake.
* cleaning code a little
2021-02-23 14:44:13 -05: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
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
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
Jonathan Percival
4b416ee5f4
Use FHIRPathEngine where possible
2021-01-27 10:30:45 -07:00
Oliver Egger
5b5bf912e0
configure fhirpath with resolve bundle func
2021-01-14 15:15:42 +01:00
Grahame Grieve
3ba81328cc
* More rules around URL validation, instead of just marking them as errors
...
* Don't report errors for extensible bindings when profiles apply required bindings
* fix rendering issue with profile references
* only use c:\temp if it's writeable
2020-12-24 13:21:30 +11:00
Grahame Grieve
c4db541d7e
fix up validation for R2B issues (value set references, profiled types)
2020-12-18 22:45:39 +11:00
Grahame Grieve
d837214c66
fix up validation of value set for code system and expansions
2020-12-18 22:44:54 +11:00
Grahame Grieve
f5c54d0d6d
fix terminology warning problem
2020-12-15 16:11:32 +11:00
Grahame Grieve
5b52a75d3b
Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core
2020-12-15 07:50:45 +11:00
Mark Iantorno
3d3bda30ec
Code changes to assist with validator updates in HAPI ( #400 )
...
* just some cleanup and simple changes
* changed folder name the map is currently structured, not in the past
2020-12-10 10:56:56 -05:00
Grahame Grieve
e2a8581a3b
improve error message for FHIRPath errors when slicing
2020-12-10 13:50:20 +11:00
Grahame Grieve
d432cff826
Fix output message when there's nothing to validate
2020-12-09 10:06:37 +11:00
Grahame Grieve
1532a038c9
Validate that binding references are present, and are for value sets
2020-12-09 10:06:20 +11:00
Grahame Grieve
e7904c8355
fix merge problem
2020-12-05 08:47:25 +11:00
Grahame Grieve
3f9c87ab63
validation fixes ( #397 )
...
* Fix validation issues for StructureDefinitions
* Don't try to validate URLs outside HL7 space
* Fix document rendering
* fix failing tests
2020-12-04 16:13:53 -05:00
Grahame Grieve
7de14f172e
Fix validation issues for StructureDefinitions ( #396 )
2020-12-04 16:11:52 -05:00
Grahame Grieve
7d95b27c1f
fix validation of profiles and target profiles in all versions (before R3 different rules)
2020-12-03 16:57:53 +11:00
Grahame Grieve
f3aab0760e
fix error messages on unknown URLs
2020-12-03 12:57:15 +11:00
Grahame Grieve
532aba2485
cache xversion extension manager, and use it in any place accessing extension definitions
2020-12-03 12:52:43 +11:00
Grahame Grieve
87e8f5a36a
Add new validation to check these words in R3+: "Except for transactions and batches, each entry in a Bundle must have a fullUrl which is the identity of the resource in the entry"
2020-12-01 14:52:41 +11:00
Mark Iantorno
9913168321
Pay no attention to the man behind the curtain ( #388 )
...
* added back in help file, and removed network logging
* avoid checking ssl certs for build server
* fixing help file loading from cli jar
2020-11-28 09:47:19 -05:00
Grahame Grieve
d4087590bf
hopefully final prep for 5.2.2 ( #387 )
...
* Add on the fly retrieval of profiles in the validator, and fix bug where validator reported 'not done yet' for invalid contained references.
* fix loading issue for content references in versions before R3
* fix content resolution issue for versions from before 3
* Fix for bundle renderer trying to render resources from the wrong version
* Fix for wrong reference to Any in cross version extensions
* fix test case reference
* fix mistake generating snapshots around element ids
* fix tests
2020-11-27 09:20:49 -05:00
Grahame Grieve
c51b73feb4
Add support for instance-name and instance-description extensions
2020-11-26 08:55:49 +11:00
Grahame Grieve
40b644adf1
Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core
2020-11-26 06:50:35 +11:00
Mark Iantorno
7e5a670846
Http client update ( #378 )
...
* wip
* tests all pass with log outputs identical to original...is it better now? I don't know.
* proxy works, adding a test and docs next
* more cleanup and test fixes
* left in testing file
* didn't need that code anymore
2020-11-24 09:20:43 -05:00
Grahame Grieve
b7d3f36f86
fix package loading issues
2020-11-18 21:05:16 +11:00
Grahame Grieve
7bcec95e9f
restructure validator test cases file
2020-11-18 21:03:58 +11:00
Grahame Grieve
8c0523f3fa
Fix bug in unknown URL handling that could cause significant delays in validation (>1min / unknown URL)
2020-11-13 14:36:10 +11:00
Grahame Grieve
ef3e34ae01
* add styling when adding markdown to table
...
* don't apply warning about reference content when it's used as a pattern
2020-11-11 10:12:48 +11:00
Mark Iantorno
7a668bff52
I totally missed this on the code review, and it is entirely my fault. ( #369 )
2020-10-29 12:05:07 -04:00
Grahame Grieve
c5255a0f80
Gg v5118 ( #368 )
...
* fix issue validating # references
* Mark it has an error if a JSON Array is empty
* Don't make wrong error reports for profiling resources in bundles
* * Render binding description in profile tables if it doesn't contain paragraphs
* fix bug with wrong value for contentReference in derived profiles (profiles do not and cannot change the value)
* fix bug with wrong value for contentReference in derived profiles (profiles do not and cannot change the value) (missed testing change)
* * fix bug not recognising some content as xml or json
* improved markdown support in table generator
* * fix bug checking unfixed values for HumanName patterns
* fix bug checking patterns (missed in some circumstances)
* fix bug checking type of resources in bundles
* improve messages around cardinality errors in profiles
* add parameter -html-output for enhanced presentation of slicing information (issue #283 )
2020-10-29 09:17:24 -04:00
Mark Iantorno
e1ecd06282
Validator 2 ( #366 )
...
* changes to accomodate front end gui for validator wrapper
* removing debug code
2020-10-19 16:39:22 -04:00
Mark Iantorno
36fa3a97af
Validator cleanup ( #365 )
...
* cleaning up validator class
* wip
* I left my debug code in
2020-10-16 10:44:01 -04:00
Grahame Grieve
1569532a1c
Validate Profile on type in profile - must be for the right type
2020-10-14 13:21:50 +11:00
Grahame Grieve
96e44048ce
turn off snapshot consistency checking by default + add ability to provide package in line in tests
2020-10-14 13:18:58 +11:00
Grahame Grieve
920c3193d0
enforce constraints in slicer as well as in slice + Handle -tx n/a better
2020-10-14 13:16:59 +11:00
Grahame Grieve
d20582ca9d
revise error message when can't connect to the terminology server
2020-10-08 20:59:39 +11:00
Grahame Grieve
e89da42514
* fix error setting up mapping log
...
* fix rendering of definitions in CodeSystems
* fix error rendering bundles in bundles
2020-10-01 12:39:10 +10:00
Grahame Grieve
77d33e8afa
Fix comment parsing and add focus to FHIRPath function extensions
2020-10-01 11:04:34 +10:00
Grahame Grieve
5be73ff9c5
rename org.hl7.fhir.utilities.cache to org.hl7.fhir.utilities.npm
2020-09-30 09:24:26 +10:00
Grahame Grieve
bcb2d8e148
fix questionnaire mode support for validator
2020-09-30 09:23:54 +10:00
Grahame Grieve
1bdf49c7a3
Fix bugs loading content to validate from hapi servers
2020-09-25 15:00:43 +10:00
Grahame Grieve
28e7a19125
Change warnings about invalid codes to hints in retired value sets
2020-09-25 15:00:10 +10:00
Grahame Grieve
73d5a845bf
Add new validation for must-support on types / profiles / targets + improve extension validation
2020-09-25 03:25:59 +10:00
Grahame Grieve
697b23e855
Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core
2020-09-17 16:48:45 +10:00
Grahame Grieve
9e066e637a
Merge pull request #340 from ahdis/oe_ig_dependencies_allowwildcardforpatch
...
add patch wildcard for ig dependencies
2020-09-17 16:48:19 +10:00
Grahame Grieve
fa778fbf03
Fix handling resources in bundles when type is profiled
2020-09-17 15:45:47 +10:00
Grahame Grieve
48dca881f3
fix bug in path names for CDA
2020-09-15 10:25:23 +10:00
Grahame Grieve
9fc8b35797
Fix issue with discriminating by address and human name
2020-09-14 18:10:31 +10:00
Mark Iantorno
78b61c4555
Tests should all run now ( #343 )
2020-09-09 12:33:38 -04:00
Grahame Grieve
a47ac539a5
Fix bug loading implied packages with no version
2020-09-09 11:51:09 +10:00
Grahame Grieve
2bb46f2046
Add failing test to test build
2020-09-09 07:04:08 +10:00
Oliver Egger
6b1ae88e24
add patch wildcard for ig depencies
2020-09-08 09:27:32 +02:00
Grahame Grieve
4dd89160dd
Add validation for html block elements inside paragraphs
2020-09-08 12:45:13 +10:00