3758 Commits

Author SHA1 Message Date
Grahame Grieve
a0e26d0995 tx cache changes 2022-04-12 11:39:57 +10:00
Grahame Grieve
06cf1fde21 Fix for DeviceUse renaming 2022-04-12 11:39:47 +10:00
Grahame Grieve
b9902833c5 Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir 2022-04-12 09:12:35 +10:00
Grahame Grieve
d73881df55 Add Get canonical URL names 2022-04-12 09:11:39 +10:00
Grahame Grieve
c3281340a0 Add Additional Bindings rendering 2022-04-12 09:11:18 +10:00
Grahame Grieve
4927d23273 Add integrityt check utils for R4B integrity 2022-04-12 09:10:23 +10:00
Grahame Grieve
9385557e04
Merge pull request #783 from gabriel0316/allowOtherDesignations
Allow other designations
2022-04-12 09:08:52 +10:00
Grahame Grieve
fcbc13cb9c
Merge pull request #784 from gabriel0316/displayDesignations
Display all designations
2022-04-12 09:08:16 +10:00
Grahame Grieve
1cf6aeb5d0
Merge pull request #785 from dotasek/dotasek-igloader-version-parse
Allow Validator CLI to load igs using specific versions
2022-04-12 08:52:16 +10:00
Grahame Grieve
c9d379cf18
Merge pull request #786 from hapifhir/dotasek-base64binary-40_50-output-stream
Fix Base64BinaryType instantiation
2022-04-12 08:44:59 +10:00
dotasek
2eae5ade6b Remove c:\temp\test.xml 2022-04-11 16:18:42 -04:00
dotasek
a8da416ee3 Fix xml test + add unit tests 2022-04-11 14:57:10 -04:00
dotasek
2181cb14d5 Change tests to xml + fix breaking test 2022-04-11 14:10:53 -04:00
dotasek
8a48e657f3 Tests for Base64Binary 40_50 conversions and streaming 2022-04-08 14:37:42 -04:00
dotasek
47f37ffd50 Add two more tests. 2022-04-08 11:12:17 -04:00
dotasek
ccf6513113 Add fhir verison to IG specification in man doc 2022-04-08 11:08:11 -04:00
dotasek
f0757d1a10 Fix sentence fragment in questionnaire man doc 2022-04-08 11:04:16 -04:00
Gabriel
2fb5c67e32 Display all designations
With this commit all designations (incl. languages) will be displayed
in the Logical Definition and the Expansion of a ValueSet.
2022-04-08 13:39:09 +02:00
dotasek
293aa12bd8 Limit help.txt to 80 char width to make output more consistent 2022-04-07 18:13:36 -04:00
dotasek
cb1d20afeb Add distinct FHIR version per IG parameter + tests 2022-04-07 17:30:50 -04:00
dotasek
489218da82 WIP test loading IGs with explicit fhir version for each IG 2022-04-06 16:32:51 -04:00
Grahame Grieve
7e9b148837 Don't validate Bundle.entry.fullUrl as a reference 2022-04-07 00:20:43 +10:00
Grahame Grieve
cdef76bc6d Fix bug where expansions have empty onbjects 2022-04-07 00:20:11 +10:00
Gabriel
51cd908f20 Allow other designations
With returning the url it is possible to allow other
designation.use than only the two specified
SNOMED codes.
2022-04-06 16:09:09 +02:00
Grahame Grieve
76411218ac
Merge pull request #782 from hapifhir/gg-202204-various
various fixes
2022-04-06 09:28:09 +10:00
Grahame Grieve
404b4d4f79 fix r4b snapshot generation 2022-04-05 16:26:33 +10:00
Grahame Grieve
03bb7d4f5e
Merge pull request #781 from gabriel0316/fixCodeSystemLink
Enable linking to fragment CodeSystems
2022-04-05 15:55:45 +10:00
Grahame Grieve
8a05e4b2b2 various fixes
* Handle reslicing within the same profile
* Fix up wrong handling of context on exists() in FHIRPath
* Add hints to profiles around behavior of pattern on repeating elements
* Ignore all tooling extensions when validating
2022-04-05 15:52:33 +10:00
Gabriel
c6fcf165e9 Enable linking to fragment CodeSystems 2022-04-04 15:47:29 +02:00
dotasek
880039c78b
Reorganize TestingUtilities to use expected/actual convention from JUnit (#780)
* Make testing utilities conform to JUnit expected-actual convention

* Refactor to CompareUtilities

* Add tests for CompareUtilities

* RELEASE_NOTES

Co-authored-by: dotasek <david.otasek@smilecdr.com>
2022-04-04 09:44:04 -04:00
markiantorno
87fed0cfc8 Updating version to: 5.6.41-SNAPSHOT and incrementing test cases dependency. 2022-03-30 23:21:31 +00:00
markiantorno
f80a28816c Release: v5.6.40
## Validator Changes

* Add further clarification to Value set imports warning message

## Other code changes

* Consistent use of string values for primitive type conversions
* Fix problem with generated NPM Packages
* Fix URls when processing markdown while generating snapshots
* Default output to console, with additional output available via -debug option in CLI.
* Bump jackson-databind version to fix security vulnerability.
***NO_CI***
5.6.40
2022-03-30 23:05:39 +00:00
Grahame Grieve
73d10799eb fix conflicts 2022-03-31 09:39:18 +11:00
Grahame Grieve
e909eb10bf release notes 2022-03-31 09:37:29 +11:00
Grahame Grieve
7c8f5a3d8b
Merge pull request #779 from hapifhir/gg-202203-urls
Gg 202203 urls
2022-03-31 09:34:47 +11:00
Grahame Grieve
d2ebb37e9b Fix problem with generated NPM packages 2022-03-31 07:17:00 +11:00
Grahame Grieve
90e34f89ff Add clarification to error message about value set interpretation 2022-03-31 07:16:11 +11:00
Grahame Grieve
610a7067a1 fix URLs processing in markdown 2022-03-31 07:12:44 +11:00
dotasek
00ffaffbaa
Update RELEASE_NOTES.md
***NO_CI***
2022-03-29 20:33:01 -04:00
dotasek
c7c70eebbf
Merge pull request #778 from hapifhir/dependabot/maven/org.hl7.fhir.validation/com.fasterxml.jackson.core-jackson-databind-2.12.6.1
Bump jackson-databind from 2.10.5.1 to 2.12.6.1 in /org.hl7.fhir.validation
2022-03-29 20:30:59 -04:00
dependabot[bot]
d429f48677
Bump jackson-databind in /org.hl7.fhir.validation
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.10.5.1 to 2.12.6.1.
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-29 23:08:31 +00:00
dotasek
0b5f1dd351
Merge pull request #777 from hapifhir/dotasek-add-terminology-to-testingutilities
Add hl7.terminology to shared worker contexts in tests
2022-03-29 19:07:59 -04:00
dotasek
2686a53549 Bump test cases version 2022-03-29 18:19:48 -04:00
dotasek
759ba33bdd Remove v3-NullFlavor from invalid urls 2022-03-29 16:35:26 -04:00
dotasek
57b554c6b6
Merge pull request #774 from hapifhir/dotasek-fix-baseworkercontext-null-debug-log
Fix null exception for debug messages in BaseWorkerContext
2022-03-29 16:34:16 -04:00
dotasek
927bdffd2e Add hl7.terminology to shared worker contexts in tests 2022-03-29 10:23:54 -04:00
Grahame Grieve
4237554d2c Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir 2022-03-29 11:17:14 +11:00
Grahame Grieve
4735d99114 stability fixes 2022-03-29 11:17:01 +11:00
dotasek
86b714bb7b Pass -debug param to default logger + add logger to context builders 2022-03-25 13:38:24 -04:00
dotasek
35f5b96eb7 Use SystemOutLoggingService for logging 2022-03-24 17:33:27 -04:00