This repository has been archived by the owner on Oct 17, 2019. It is now read-only.
6.4.0
Version 6.4.0 adds the following features:
- support for fixing properties and values to fixed strings
- e.g.,
Dosage.InstructionText = "Take Daily"
(not a great example, but conveys the point)
- e.g.,
- expects
Quantity
to be inobf.datatype
namespace (but supports backwards compatibility forshr.core
namespace) - shows extension usage on extension pages in FHIR IGs
- removes profile identifier from root snapshot/differential ids (addresses issue reported in standardhealth/shr-cli#221)
- demotes some errors to lower levels
- fixes a crash due to trying to dereference a null pointer in some cases
- upgrades to the latest IG Publisher jar