Releases: hapifhir/org.hl7.fhir.core
Releases · hapifhir/org.hl7.fhir.core
6.1.2.2
Validator Changes
- None
Other code changes
- Backport: Use https for primary packages server
6.1.2.1
NOT A VIABLE RELEASE. This contains unintended code from 6.2.2-SNAPSHOT
Validator Changes
- no changes
Other code changes
- Backport: Use https for primary packages server
6.2.1
Validator Changes
- Validate contextInvariant in extension definitions
- fix Typo in TI WG name
- Handle unknown constants properly in FHIRPath
- Fix handling of type ancestors at the root of FHIRPath expressions
- CDA templates with no extension value use urn:oid: not urn:hl7ii:
- Allow URL as a type of string in FHIRPath type checking
- Fix semver validation
- Fix problem resolving context in CDA invariants
Other code changes
- Finish SQL in FHIR Implementation, but disable sql on fhir tests until package is packaged properly by next release of IG publisher
- Fixes to Search Parameter rendering per FHIR-I decision
- Fix broken links in extension references done by [[[]]]
- Fix broken links in code system rendering of parents
- Support using names in [[[markdown]]] when rendering
- Remove profile from tx operations
- Include checkIPSCodes and bundleValidationRules in json
6.2.0
Validator Changes
- Validation by templateId for CDA
- Fix NPE validating concept maps
- Update ViewDefinition validator for change (alias -> name)
- Fix for NPE validating sql-on-fhir ViewDefinition
- Fix for index out of bounds error when extension uses itself
- Fix issue where .resolve() in FHIRPath didnt work with URL values (and fix typo in i18n system)
- Implement FHIRPath slice() function in validator
- Fix bug where Snapshot generation can run off the end of the differential
Other code changes
- Breaking API Change: Revise FHIRPath API so hosts can evaluate expressions in custom functions
- Add package use tracking to FHIR cache for validator.fhir.org
- Support for instance-name and instance-description in IG publisher
- Element.removeExtension (support for instance-name and instance-description extensions in IG publisher)
- Split terminology service tests
- Hack for wrong URLs in subscriptions backport
- Remove dependencies for unused UI experiment
- More improvements to profile code generation
6.1.16
Validator Changes
- Fix bug processing value sets containing URLs
Other code changes
- Add initial support for http://hl7.org/fhir/tools/StructureDefinition/type-profile-style
- More work on sql-on-fhir implementation
- Allow for type parameter to custom functions in FHIRPath
- Fix bugs in processing current packages for XIG
6.1.15
Validator Changes
- Support for CDA code validation
Other code changes
- Update XML Parser & logical model renderer for XML choice groups
- Restore JSON Parser method for HAPI compatibility.
- Maintain OID to URL lookup index
- Fix json parsing of CDA
6.1.14
Validator Changes
- Make sure logical models get a snapshot generated
Other code changes
- Fix URL of concept map extension in version conversion
6.1.13
Validator Changes
- Improve language on constraint error message + add expression checking for SQL on FHIR project
Other code changes
- Fix uuid() executing StructureMaps and dont throw errors processing StructureMaps
- Add support for test folder in NPM packages
- Fix rendering of XML Attributes in profiles
- Add support for hosts to manage certificate resolution using ISignatureServices + fix issue matching type names when validating logical models
- Make sure snapshots are generated when fetching types
- Workaround issue where R5 build wrongly adds ele-1 to base
- Fix conversion issue associated with ConceptMap.element.target.equivalence in versions previous to R5 (use proper extension URL, and move extension so it can be a modifier. And fix for modifierExtension handling)
- Fix birthDate editing in CmdLineApp
6.1.12
Validator Changes
- fix CDA parsing error for sdtc:raceCode
- fix xml output to deal with namespaces properly
- fix FHIRPath join implementation to make separator parameter optional
Other code changes
- Improve rendering for xml_no_order extension
- add command line demo app
- rework xig into 3 steps
- add userData to JSON element
- Initial SQL On FHIR implementation
- Add getDistalNames() to FHIRPath for SQL-on-FHIR support
6.1.11
Validator Changes
- Fix FHIRPath type resolution for logical models
- Update parsers to record the element format for logical model validation
- fix profile matching for CDA logical models
Other code changes
- Upgrade PackageVisitor for XIG