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
26bcee1675
Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core into az-fix-extensions-on-pattern
2021-05-23 22:12:14 +02:00
markiantorno
d91a4bbb03
Updating version to: 5.4.3-SNAPSHOT and incrementing test cases dependency.
2021-05-21 18:14:31 +00:00
markiantorno
552ef55ada
Release: v5.4.2
...
* Rolling back HAPI dependency so we can build and publish
***NO_CI***
2021-05-21 17:42:50 +00: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
markiantorno
5648f7a925
Updating version to: 5.4.2-SNAPSHOT and incrementing test cases dependency.
2021-05-19 18:42:31 +00:00
markiantorno
52169f00ba
Release: v5.4.1
...
* update so I can push a new validator
***NO_CI***
2021-05-19 18:15:50 +00:00
markiantorno
cfd52b75f3
MAGIC II
2021-05-19 12:51:51 -04:00
markiantorno
41f2fe7626
MAGIC BUILD FIXING WIZARDY
2021-05-19 11:03:57 -04: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
jamesagnew
9b829d9714
Version bump to 5.4.0 for release
2021-05-18 16:55:09 -04:00
markiantorno
f082ed15ee
Updating version to: 5.3.15-SNAPSHOT and incrementing test cases dependency.
2021-05-14 15:05:25 +00:00
markiantorno
d17a8da923
Release: v5.3.14
...
Validator:
* Added parameter -want-invariants-in-messages
* fix issue with dependencies on IGs that have uppercase in package IDs
Other Code Changes
* Fix displays for some codes in ConceptMap.relationship when rendering
* Add Publication Version to rendering context for future use.
***NO_CI***
2021-05-14 14:32:48 +00:00
markiantorno
857e504315
upping version for release
2021-05-14 09:37:04 -04: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
24152a2f92
resolve conflicts
2021-05-14 06:12:25 +10:00
markiantorno
baf81057a8
Updating version to: 5.3.13-SNAPSHOT and incrementing test cases dependency.
2021-05-13 19:12:04 +00:00
markiantorno
a20d84bf2b
Release: v5.3.12
...
* Update core R5 code to v4.6.0 (breaking changes to questionnaire, concept map, and other resources that are less important to core)
* Fix compartment definitions of ListResource.source and subject for R3 and R4
* Snapshot generator: fix problem checking types on logical models
* Do not flag internal references as suspicious
* XMLParser allows passing a schema location
* XMLParser allows passing a schema location
* Issue 484 https://github.com/hapifhir/org.hl7.fhir.core/issues/484
* Adding Kotlin to the build process
* random cleaning up in convertors
* Adding version option to ignore bundle entry in conversion advisors
* 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
***NO_CI***
2021-05-13 18:41:58 +00: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
dependabot[bot]
f329c4ac3f
Bump jackson-databind in /org.hl7.fhir.validation ( #442 )
...
Bumps [jackson-databind](https://github.com/FasterXML/jackson ) from 2.10.3 to 2.10.5.1.
- [Release notes](https://github.com/FasterXML/jackson/releases )
- [Commits](https://github.com/FasterXML/jackson/commits )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-05 18:50:02 -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
markiantorno
fb6f420df0
Updating version to: 5.3.12-SNAPSHOT and incrementing test cases dependency.
2021-04-22 05:47:40 +00:00
markiantorno
33fffe28ff
Release: v5.3.11
...
Terminology: Ensure that CVX uses tx.fhir.org, not UTG definitions which are wrong
Validator: Fix problems with Bundle validation for ids in collections and add additional search related validation
Validator: Remove check on ElementDefinition.id for R2B
***NO_CI***
2021-04-22 05:15:09 +00: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
markiantorno
ba29b1907c
Updating version to: 5.3.11-SNAPSHOT and incrementing test cases dependency.
2021-04-21 17:20:12 +00:00
markiantorno
3eb3788597
Release: v5.3.10
...
* Breaking Change: Fix issue where primitive elements with required bindings must have a value, but this wasn't be checked
* Fix bug with value set imports not working
* Fix bug with base definitions not working properly for logical models
* Better memory tracking for validator
* Get code generator compiling
***NO_CI***
2021-04-21 16:47:39 +00: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
markiantorno
ba18e1c11a
Updating version to: 5.3.10-SNAPSHOT and incrementing test cases dependency.
2021-04-12 20:34:20 +00:00
markiantorno
265e2cebfe
Release: v5.3.9
...
* fix R2B for checking resource IDs
* Properly check code validity when an expansion is provided, but the code system is unknown
* fix problem with R2B StructureDefinition transform
* Improve validator performance
* Add support for forthcoming release
***NO_CI***
2021-04-12 19:29:28 +00: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
markiantorno
1b20105d01
Updating version to: 5.3.9-SNAPSHOT and incrementing test cases dependency.
2021-04-01 18:56:04 +00:00
markiantorno
2821883888
Release: v5.3.8
...
* adding fix for R4 when target profile is a reference, and that reference returns an empty list of target profiles
***NO_CI***
2021-04-01 18:25:42 +00:00
Mark Iantorno
5c9cd6830a
wip ( #471 )
2021-04-01 12:50:09 -04:00