Commit Graph

3695 Commits

Author SHA1 Message Date
Grahame Grieve 19255b503a Merge remote-tracking branch 'origin/master' 2024-12-02 22:49:08 +03:00
Grahame Grieve 27a94538d9 Add support for liquid on csv files 2024-12-02 22:49:02 +03:00
dotasek bdef6f995c Test for new method instead of unused old one 2024-12-02 11:00:59 -05:00
dotasek 001af48777 Fix test mocks 2024-12-02 10:56:22 -05:00
Grahame Grieve 833051e995 Jens code generation changes 2024-12-02 09:07:08 +03:00
Grahame Grieve 3538428d98 new release of pubpack 2024-12-02 06:51:31 +03:00
Grahame Grieve 0ba7d8434c Add support for using Liquid on plain JSON directly and add support for markdownify filter 2024-12-02 06:51:16 +03:00
Grahame Grieve 1cdb7ea695 questionnaire rendering improvements 2024-12-02 06:50:31 +03:00
Grahame Grieve 7d54780cad hide API-Key from appearing on the tx log 2024-12-02 06:49:22 +03:00
Grahame Grieve cff693eb10 Add supplements for used systems as well as for value set systems when validating on server 2024-12-02 06:49:00 +03:00
Grahame Grieve caf5003215 Do not use metadata from data type profiles on elements when generating snapshots 2024-12-02 06:48:02 +03:00
Grahame Grieve 3adbd00209 Fix presentation issues and union and intersection links in previous version comparison 2024-12-02 06:47:12 +03:00
Grahame Grieve 69b96d8d3e generate enum add routine 2024-11-29 11:42:50 +00:00
Grahame Grieve 17b22424f6 fix missing port from server when doing tx-registry redirections 2024-11-27 04:44:19 +00:00
Grahame Grieve 4be38a5e0c more compile fixes 2024-11-26 12:12:36 +00:00
Grahame Grieve c2e197a65d Fix filter comparison logic when comparing valuesets 2024-11-26 11:49:00 +00:00
Grahame Grieve 58581d5d95 Fix outstanding profile code generation issues 2024-11-26 11:48:29 +00:00
Grahame Grieve f41adb90d4 Handle secondary terminology server errors properly 2024-11-25 14:58:02 +11:00
Grahame Grieve b51951717d
Merge pull request #1704 from mrunibe/fml-performance
FML transform performance tuning
2024-11-25 08:45:41 +11:00
Grahame Grieve 20131f8b6a
Merge pull request #1818 from hapifhir/ShowDeprecationInSnapshotAndKey
Show deprecation in snapshot and key
2024-11-23 07:18:41 +11:00
hl7-devops 35c43456b1 Updating version to: 6.4.5-SNAPSHOT and incrementing test cases dependency. 2024-11-22 14:50:01 +00:00
dotasek ec044b8004
Add gson annotations for fields and getter/setters (#1824) 2024-11-22 09:12:57 -05:00
Grahame Grieve aa128248f6 fix NPE rendering reference 2024-11-22 22:50:59 +11:00
Grahame Grieve 44189e9bde fix NPE processing issue from template 2024-11-22 22:50:42 +11:00
Grahame Grieve 4544c8762a fix issue with FHIRPath engine throwing exception for an invalid path 2024-11-22 16:10:50 +11:00
Grahame Grieve 8a34a90cee Merge remote-tracking branch 'origin/master' 2024-11-22 14:10:17 +11:00
Grahame Grieve b022c3b525 Add FeatureDefinition renderer 2024-11-22 14:10:11 +11:00
hl7-devops 7195a6ff10 Release: v6.4.4
## Validator Changes

* fix pattern discriminator validation rule

## Other code changes

* no changes
***NO_CI***
2024-11-21 23:36:21 +00:00
Grahame Grieve ce0f4a2700 Merge remote-tracking branch 'origin/master' 2024-11-22 09:24:13 +11:00
Grahame Grieve ffbbc498f7 Fix issue with pattern test :-( 2024-11-22 09:24:04 +11:00
hl7-devops 48821e4202 Updating version to: 6.4.4-SNAPSHOT and incrementing test cases dependency. 2024-11-21 17:03:30 +00:00
hl7-devops 22cfc6c28e Release: v6.4.3
## Validator Changes

* fix value set validation on import validation to find external value sets
* Fix terminology tester for change to language header
* Adjust wording of R5 slicing check
* Sort entries in error message about profiles to make the order reproducible

## Security Issues

* Automate testing for XMLUtils factory methods

## Other code changes

* update language files and add french
* make HTA messages translatable
* new release - pubpack
* NPE fixes
* suppress Json resourceType property in some logical models
* Fix missing isModifierReason on modifier extensions
* fix bug converting NamingSystem.url between versions
* Fix IG dependsOn.reason conversion
* fix code generation for enums
* Whitespace formatting and support for complex extensions
***NO_CI***
2024-11-21 16:34:08 +00:00
Grahame Grieve 284c0e5335 NPE fixes 2024-11-21 20:36:18 +11:00
Grahame Grieve 4f99754e75 suppress Json resourceType property in some logical models 2024-11-21 20:35:57 +11:00
Grahame Grieve fc8152c717 Fix missing isModifierReason on modifier extensions 2024-11-21 20:34:13 +11:00
Grahame Grieve a7d0b645dc fix code generation for enums 2024-11-20 12:14:52 +11:00
Grahame Grieve 2d59c27418
Merge pull request #1817 from jkiddo/patch-6
Update PECodeGenerator.java
2024-11-20 11:12:47 +11:00
Jens Kristian Villadsen 4ee6bb4552 Fix for R5 2024-11-19 19:25:00 +01:00
Lloyd McKenzie 02bd9a5305 Dropped the removeStatusExtensions subroutine. Most of the extensions it was trying to remove weren't allowed to exist in the provided context, and those that were were not appropriate to remove. (For example, it doesn't make sense to show that an element is deprecated in the differential, but not the snapshot.)
Needed for HL7/fhir-ig-publisher#567
2024-11-19 10:51:03 -07:00
hl7-devops ba678453b8 Updating version to: 6.4.3-SNAPSHOT and incrementing test cases dependency. 2024-11-19 17:42:15 +00:00
hl7-devops 5d60270e5f Release: v6.4.2
## Validator Changes

* Suppress error in v6.1.0 of THO
* Fix NPE for Ontoserver tests?
* make HL7 WG validation rule publication dependent
* Fix for illegal names in profiles when code generating
* Handle search syntax in value set filter

## Other code changes

* Apply noTerminologyTests inside terminology resource validation
* Add support for validator session for internal cache management
* Support ViewDefinition as a custom resource
* refactor UserData names to use constants and expose user data through ResourceWrapper
* Add GEM path to fhir-settings.json for Jekyll on some systems
***NO_CI***
2024-11-19 17:15:08 +00:00
Grahame Grieve ed00484879
Merge pull request #1816 from hapifhir/2024-11-gg-npe-fixes
2024 11 gg npe fixes
2024-11-19 14:53:07 +11:00
Grahame Grieve 711eae48e0
Merge pull request #1795 from brianpos/BP-fhirpath-tostring
fhirpath `tostring` implementation fix
2024-11-19 13:19:55 +11:00
Grahame Grieve a0b87c7947 apply noTerminologyTests inside terminology resources 2024-11-19 12:46:48 +11:00
Grahame Grieve 1321ae421e Fix for illegal names in profiles when code generating 2024-11-19 07:42:18 +11:00
Grahame Grieve 2c47234f27 Auto stash before merge of "master" and "origin/master" 2024-11-18 17:36:59 +11:00
Grahame Grieve 0843ce7f49 Merge remote-tracking branch 'origin/master' 2024-11-16 21:22:40 +11:00
Grahame Grieve 65133a76f6 support for custom resources 2024-11-16 21:21:53 +11:00
Grahame Grieve 39bcaa05df fix broken link for custom resources 2024-11-16 21:21:37 +11:00
Grahame Grieve 05cc3b47da Add support for validator session for internal cache management 2024-11-16 21:18:07 +11:00