Releases: standardhealth/shr-cli
5.0.0 Beta 3
Adds support for "Abstract" keyword.
5.0.0 Beta 2
Adds support for expanding Value mappings that are choices. Prior to this, they were generally not supported at all (unless you mapped each option individually).
Note that this release changes only the yarn.lock file to point to the newer shr-expand and shr-fhir-export betas.
5.0.0 Beta 1
v5.0.0-beta.1 Bump version to 5.0.0-beta.1
4.3.4
4.3.3
This release brings in the patched shr-fhir-export 4.2.3, which includes the following update:
Improves mapping when the target is a choice and both the source and the source's value can be mapped to elements of the choice. For example, in MedicationPrescription, mapping Medication to medication[x] formerly only mapped to the MedicationReference option, but now also maps to MedicationCodeableConcept (since Medication's value is a CodeableConcept).
4.3.2
This release brings in the new patch release for shr-fhir-export v4.2.2, which includes:
- Fixed case issues in Implementation Guide paths that affected linux (standardhealth/shr-cli#12)
- Warn or error when a code has multiple bindings since that's not allowed in FHIR (standardhealth/shr-spec#36)
- Warn when overriding an extensible value set binding (standardhealth/shr-spec#37)
4.3.1
This release bumps all shr-* dependencies to the lates patch versions. This includes the following enhancements:
- ALL: fixed string representation of TBD elements with no text
- FHIR: logs out unmapped paths (DEBUG level) as a first step toward addressing #10
- FHIR: improves handling of choice to choice mappings
- FHIR: other minor improvements that don't affect current shr definitions