org.hl7.fhir.core/RELEASE_NOTES.md

1017 B

Validator Changes

  • accept regex on ElementDefinition and ElementDefinition.type, and an error for regex on ElementDefintion.type (though core packages have it on the wrong place)
  • fix handling of cross-version extensions on choice elements
  • fix OID validation (accept 1.3.88 GTIN OID)
  • only consider bindable types when checking for multi-type bindings

Other code changes