Skip to content

Releases: hapifhir/org.hl7.fhir.core

6.1.2.2

01 Nov 22:51
Compare
Choose a tag to compare

Validator Changes

  • None

Other code changes

  • Backport: Use https for primary packages server

6.1.2.1

01 Nov 17:09
Compare
Choose a tag to compare
6.1.2.1 Pre-release
Pre-release

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

31 Oct 16:12
Compare
Choose a tag to compare

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

24 Oct 22:55
Compare
Choose a tag to compare

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

16 Oct 22:42
Compare
Choose a tag to compare

Validator Changes

  • Fix bug processing value sets containing URLs

Other code changes

6.1.15

13 Oct 15:56
Compare
Choose a tag to compare

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

10 Oct 10:22
Compare
Choose a tag to compare

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

09 Oct 19:03
Compare
Choose a tag to compare

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

05 Oct 02:14
Compare
Choose a tag to compare

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

02 Oct 13:12
Compare
Choose a tag to compare

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