Releases: hapifhir/org.hl7.fhir.core
Releases · hapifhir/org.hl7.fhir.core
5.2.10
Validator:
- Fix NPE reading results of batch code validation
- Validate that binding references are present, and are for value sets
- Fix output message when theres nothing to validate
Other Code Changes: - fix for renderer on ElementModels rendering - follow contentReference
- fix for NPE rendering references to contained value setes in Questionnaires that dont resolve
- fix for NPE rendering parameters with no names
- fix for rendering bundles on ElementModels
5.2.9
Validator:
- fix bug that meant validator was complaining abut unknown codes
Other code changes: - fix rendering of documents
5.2.7
Validator:
- Fix support for cross version extensions across the entire valdation rule set
- Improve security warnings about rogue HTML tags
- fix error messages on unknown URLs (not longer say not done yet)
- fix validation of profiles and target profiles in all versions (before R3 different rules)
Other code changes: - fix error message suppression on tooling client
- Track code systems used in the context
- improve error messages when rendering bundles that are documents that arent properly formed
- Process Markdown when rendering CapabilityStatement.rest.documentation
- Fix rendering of CanonicalResource.url
Quality of Life Improvements: - fixed deployment issue where validator.cli and report packages were sometimes published during deployment
5.2.5
Validator:
- 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
Other code changes: - Fix bug in package loader - allow loading version with later patch if old version is missing
5.2.4
- Removed logs from network calls
- Added back in help file display
- Avoiding checking ssl certs for build server, this needs to be fixed and should not be left in long term
5.2.3
Validator Changes:
- no effective changes
- fix issue for content references in versions before R3
- Add on the fly retrieval of profiles in the validator
- Fix bug where validator reported not done yet for invalid contained references
- Fix for wrong reference to Any in cross version extensions
Other Code Changes: - fix bug converting type mode in Structure Map
- fix bug converting Timing.when (issue 383)
- fix bug doing date time comparisons with seconds in FHIRPath
- Add support for instance-name and instance-description extensions
- Fix for bundle renderer trying to render resources from the wrong version
5.2.1
- Fix for issue 373
- Fix for issue 381
- Fix for issue 204
- Internal tools now use OkHttp library for all resource fetching
- Added testing for network tools
HAPI FHIR 5.2.0 (Numbat)
Release tag for the HAPI FHIR 5.2.0 (Numbat) release of HAPI FHIR
5.1.22
Validator:
- Fix bug in unknown URL handling that could cause significant delays in validation (>1min / unknown URL)
- fix bug in processing excludes with filters in value sets
Other code changes: - fix case problem with icons in questionnaire rendering
- fix problem with rendering nested slices on content references
- fix rendering on must-support view for must-support on types and target profiles
5.1.21
Validator:
- fix problem with min getting set to 1 on slices.
- fix problem with element definition resolution in profiles for contentReference
- dont apply warning about reference content when its used as a pattern
Other code changes: - fix problem with rendering unchanged terminology bindings in profiles
- fix problem rendering canonical URLs with | in them
- fix problem rendering multiple manifestations for an allergy reaction
- fix for NPE in version string comparison
- add styling when adding markdown to table