2539 Commits

Author SHA1 Message Date
dotasek
053d29df46 Try removing oldest sessions instead of maintaining max size 2024-06-25 13:33:15 -04:00
Grahame Grieve
852f2e139d
Merge pull request #1654 from ahdis/oe_valcli_fhirpath_1650
cli fhirpath #1650
2024-06-25 23:14:38 +10:00
Grahame Grieve
9208f4848f
Merge pull request #1657 from hapifhir/2024-06-gg-vs-fixes
2024 06 gg vs fixes
2024-06-25 23:13:44 +10:00
Grahame Grieve
88e900110f Merge remote-tracking branch 'origin/master' into 2024-06-gg-rewrite-rendering 2024-06-25 19:53:04 +10:00
Grahame Grieve
df82203b3d rework rendering library from ground up 2024-06-25 19:40:57 +10:00
dotasek
9b437438ca
Use assertj instead of hamcrest (#1662)
* Use assertj instead of hamcrest

* Trim README
2024-06-20 10:20:45 -04:00
dotasek
15e9ba30f0 Change to explicitly 'expiring' the oldest session. 2024-06-18 17:30:12 -04:00
dotasek
3a7507c832 Fix test on MaxSize 2024-06-18 16:05:50 -04:00
dotasek
4fa581d242 WIP add a decorator to limit cache size 2024-06-18 15:24:58 -04:00
Grahame Grieve
a9213273b1 Suppress spurious message when code system is unknown 2024-06-18 19:45:09 +10:00
dotasek
563d6fe27a Gentle refactor + track session number 2024-06-17 11:26:25 -04:00
dotasek
fbf2d01069 Merge remote-tracking branch 'origin/master' into do-20240122-base-engine 2024-06-17 11:25:12 -04:00
Grahame Grieve
e91d8152b2 All compiles for the first time 2024-06-17 22:53:29 +10:00
Grahame Grieve
b1a3141214 more WIP on rendering refactor 2024-06-17 22:40:52 +10:00
oliveregger
74a2018670 cli fhirpath #1650 2024-06-15 08:25:56 +02:00
Grahame Grieve
e731c0c059 Add IG dependency validator 2024-06-13 12:14:03 +10:00
Grahame Grieve
6a29b4feb8 Add support for local packages during testing 2024-06-13 07:37:08 +10:00
Grahame Grieve
dfa6a197e0 set up testing with local packages 2024-06-13 07:36:53 +10:00
dotasek
b24fb10f54 Merge remote-tracking branch 'origin/master' into do-20240122-base-engine 2024-06-07 16:00:17 -04:00
markiantorno
03ea625a7c Updating version to: 6.3.12-SNAPSHOT and incrementing test cases dependency. 2024-06-07 03:25:47 +00:00
markiantorno
6ba8b38fc5 Release: v6.3.11
## Validator Changes

* Find value sets on tx server if not tx.fhir.org
* Do not send Content-Type header with GET requests for tx servers
* Fix npe validating code system
* Support discriminator by position
* Don't check type characteristics for unknown types

## WHO I18n Project

* Fix typos in phrases, and fix up handling of apostrophes in messages without parameters
* Test and fix for single quote escapes in I18n
* Create and test transifex configuration

## Rendering Changes

* Fix contact rendering to work properly
* Fix issue resolving contained resource rendering DiagnosticReports etc
* Handle case where Contact.value has extensions instead of a string value
* Render Parameterised types
* Fix bug with LOINC Code row showing wrongly in Profile Details view
* Partial implementation of type parameters
* Fixed rendering of actor-specific obligations, added elementIds to obligation narrative rendering
* Corrected ObligationsRenderer to handle multiple actors and multiple codes.  Also got obligations with elements to render properly (which means knowing whether you're on a table page or definitions page, what tab you're on, and whether the element for the obligation is in-scope for that tab (so you know whether to hyperlink or not).  Had to make links on the tables point to definitions because table anchors are not unique.

## Other code changes

* split out Base.canHavePrimitiveValue() from Base.hasPrimitiveValue()
* Refactor how observation profiles are registered in order to generalise management of extra profiles
  * Use validation policy to implement Observation profile rules
  * Rework validation policy management in standalone validator
* Try deploying javadoc with SNAPSHOT
* Add utility to unpack the spec.internals file
* v2 in FHIR tests
* Fix bug loading language pack NPMs
***NO_CI***
2024-06-07 02:33:16 +00:00
dotasek
93037baa9b Go back to SNAPSHOT
***NO_CI***
2024-06-06 21:58:57 -04:00
markiantorno
d36d030076 Release: v6.3.11
## Validator Changes

* Find value sets on tx server if not tx.fhir.org
* Do not send Content-Type header with GET requests for tx servers
* Fix npe validating code system
* Support discriminator by position
* Don't check type characteristics for unknown types

## WHO I18n Project

* Fix typos in phrases, and fix up handling of apostrophes in messages without parameters
* Test and fix for single quote escapes in I18n
* Create and test transifex configuration

## Rendering Changes

* Fix contact rendering to work properly
* Fix issue resolving contained resource rendering DiagnosticReports etc
* Handle case where Contact.value has extensions instead of a string value
* Render Parameterised types
* Fix bug with LOINC Code row showing wrongly in Profile Details view
* Partial implementation of type parameters
* Fixed rendering of actor-specific obligations, added elementIds to obligation narrative rendering
* Corrected ObligationsRenderer to handle multiple actors and multiple codes.  Also got obligations with elements to render properly (which means knowing whether you're on a table page or definitions page, what tab you're on, and whether the element for the obligation is in-scope for that tab (so you know whether to hyperlink or not).  Had to make links on the tables point to definitions because table anchors are not unique.

## Other code changes

* split out Base.canHavePrimitiveValue() from Base.hasPrimitiveValue()
* Refactor how observation profiles are registered in order to generalise management of extra profiles
  * Use validation policy to implement Observation profile rules
  * Rework validation policy management in standalone validator
* Try deploying javadoc with SNAPSHOT
* Add utility to unpack the spec.internals file
* v2 in FHIR tests
* Fix bug loading language pack NPMs
***NO_CI***
2024-06-06 22:46:44 +00:00
Grahame Grieve
3265d10280 fix test cases 2024-06-06 20:35:31 +10:00
Grahame Grieve
0250f3ce34 Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core 2024-06-06 19:40:33 +10:00
Grahame Grieve
d556db6dad
Merge pull request #1632 from hapifhir/Fix_hintAboutNonMustSupport
Fix handling of hintAboutNonMustSupport to actually be useful.  Speci…
2024-06-06 09:38:16 +10:00
Grahame Grieve
34c4b9600a
Merge pull request #1642 from hapifhir/do-20240530-log-validation-session-counts
Log validation session counts
2024-06-06 09:11:04 +10:00
Grahame Grieve
537f758d82 rework validation policy management in standalone validator 2024-06-06 08:28:34 +10:00
dotasek
c2d0207733 Merge remote-tracking branch 'origin/master' into do-20240122-base-engine 2024-06-05 15:29:06 -04:00
dotasek
ff4e237bd5 Catch null 2024-06-05 15:29:00 -04:00
Grahame Grieve
2f38cb544c Refactor how observation profiles are registered in order to generalise management of extra profiles 2024-06-01 22:54:17 +10:00
Grahame Grieve
04e95f4e05 Partial implementation of type parameters 2024-06-01 22:51:55 +10:00
Grahame Grieve
df711c0762 try again 2024-05-31 09:59:00 +10:00
dotasek
a2cf7897f0 Log session cache size 2024-05-30 14:48:03 -04:00
dotasek
6d696d456a WIP on do-20240122-base-engine 2024-05-30 14:47:06 -04:00
dotasek
22ccbbfdfb Merge remote-tracking branch 'origin/master' into do-20240122-base-engine 2024-05-30 13:37:04 -04:00
dotasek
40cccaad5b Make baseEngines concurrent, just in case 2024-05-30 13:36:59 -04:00
dotasek
2e7694a91a Remove FIXME 2024-05-28 16:21:05 -04:00
dotasek
b534ded480 Merge branch 'master' into do-20240122-base-engine 2024-05-27 15:30:14 -04:00
Grahame Grieve
ae250c4053 fix npe validating code system 2024-05-27 23:55:58 +10:00
Grahame Grieve
d279468008 Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core 2024-05-27 23:00:42 +10:00
Grahame Grieve
b766cffdb1 v2 tests, support discriminator by position, and don't check type characteristics for unknown types 2024-05-26 07:56:16 -05:00
markiantorno
a32e28e4e3 Updating version to: 6.3.11-SNAPSHOT and incrementing test cases dependency. 2024-05-25 23:37:56 +00:00
markiantorno
d8781b8b76 Release: v6.3.10
## Validator Changes

* Fix issue validating codes with + in them
* Fix (well, hack) R4 vital signs issue with component units

## WHO I18n Project

* QA on i18n constants - remove spurious entries, add anything missing
* Remove test case for i18n coverage
* Generate properties translation files without blank entries
* Add transifex configuration
* Fix up .po file generation so that POEdit is supported, and remove duplicate constants (#1592)
* Most strings translated to Dutch, unchecked.
* Add utility to infer locale from region code

## Other code changes

* Remove Accept-Charset header
* Fix typos around CODESYSTEM_CONTENT_COMPLETE
***NO_CI***
2024-05-25 22:53:24 +00:00
Grahame Grieve
a8ba174383 update cache 2024-05-25 15:12:18 -05:00
Grahame Grieve
853b4fd9ca stable baseline 2024-05-25 04:25:47 -05:00
Grahame Grieve
34c8c262bc more i18n development 2024-05-25 03:57:56 -05:00
Lloyd McKenzie
addc88bd20 Fix handling of hintAboutNonMustSupport to actually be useful. Specifically:
- don't yell about missing mustSupport if differential element is setting max to 0, is just declaring slicing, or has a fixed or pattern value
- make clear *what* element doesn't have a mustSupport element in a profile that should
2024-05-22 11:34:43 -05:00
markiantorno
0d0687f1f1 Updating version to: 6.3.10-SNAPSHOT and incrementing test cases dependency. 2024-05-22 05:52:30 +00:00
markiantorno
c47f248fa4 Release: v6.3.9
## Validator Changes

* remove "LOINC 2711-0 Oxygen saturation in Venous blood" from the list in the validator that checks whether an observation is a vital sign

## WHO I18n Project

* fix value set summary line display
* update the source of truth translation files

## Other code changes

* Handle more than one expectation extensions in CapabilityStatement
* Fix NPEs in Liquid renderer
***NO_CI***
2024-05-22 05:02:20 +00:00