Skip to content
This repository has been archived by the owner on Oct 17, 2019. It is now read-only.

6.5.0

Compare
Choose a tag to compare
@cmoesel cmoesel released this 30 Jul 15:25
· 29 commits to master since this release
88a21a9

Version 6.5.0 introduces the following changes:

  • adds support for fixing integers, decimals, and uris in CIMPL definitions
  • fixes FHIR export bug that erroneously dropped inherited constraints from mapped-to profiles
  • emits error if attempting to fix a code on a CodeableConcept that already has a fixed code in the mapped-to profile
  • improves detection of fixed codes in mapped-to profiles
  • allows authors to specify a slice # to indicate an includes type slice should map to a specific slice in the mapped-to profile.
    • Example:
    BloodPressure maps to http://hl7.org/fhir/StructureDefinition/bp:
    Components.SystolicPressure maps to component (slice # = 1)
    Components.DiastolicPressure maps to component (slice # = 2)