Skip to content

Releases: hapifhir/org.hl7.fhir.core

5.3.12

13 May 19:10
Compare
Choose a tag to compare
  • Update core R5 code to v4.6.0 (breaking changes to questionnaire, concept map, and other resources that are less important to core)
  • Fix compartment definitions of ListResource.source and subject for R3 and R4
  • Snapshot generator: fix problem checking types on logical models
  • Do not flag internal references as suspicious
  • XMLParser allows passing a schema location
  • XMLParser allows passing a schema location
  • Issue 484 #484
  • Adding Kotlin to the build process
  • random cleaning up in convertors
  • Adding version option to ignore bundle entry in conversion advisors
  • Validator: Load code systems from known packages on the fly
  • Validator: better handle invalid v3 dates
  • Renderer: Render OperationDefinition.InputProfile and OutputProfile
  • Important: Allow more valid schemas for Utilities.isAbsoluteUrl
  • Validator: remove notes about extensible bindings if profile extensible binding is valid

5.3.11

22 Apr 05:46
Compare
Choose a tag to compare

Terminology: Ensure that CVX uses tx.fhir.org, not UTG definitions which are wrong
Validator: Fix problems with Bundle validation for ids in collections and add additional search related validation
Validator: Remove check on ElementDefinition.id for R2B

5.3.10

21 Apr 17:19
Compare
Choose a tag to compare
  • Breaking Change: Fix issue where primitive elements with required bindings must have a value, but this wasnt be checked
  • Fix bug with value set imports not working
  • Fix bug with base definitions not working properly for logical models
  • Better memory tracking for validator
  • Get code generator compiling

5.3.9

12 Apr 20:33
Compare
Choose a tag to compare
  • fix R2B for checking resource IDs
  • Properly check code validity when an expansion is provided, but the code system is unknown
  • fix problem with R2B StructureDefinition transform
  • Improve validator performance
  • Add support for forthcoming release

5.3.8

01 Apr 18:54
Compare
Choose a tag to compare
  • adding fix for R4 when target profile is a reference, and that reference returns an empty list of target profiles

5.3.7

29 Mar 08:03
Compare
Choose a tag to compare

Version Conversion:

  • add test for Observation conversion from 10 to 40
  • add procedures conversion form dstu2 to r4
  • add medication conversion from dstu2 to r4
  • add copy of extension field for Enumeration fieldtype by Resource.copy
  • add default value to Medication Request during conversion from dstu2 to r4
  • fix R2B/R5 ElementDefinition.type.code conversion
    Other:
  • minor fixes in code generators for R4B
  • Fix null pointer exception in validator validating language codes
  • fix issue with validating fixed values for primitive elements
  • add utility to unzip file

5.3.6

19 Mar 23:39
Compare
Choose a tag to compare
  • URI type issue temporary fix for github issue #240 (QA Error related Extension.url)

5.3.5

10 Mar 15:13
Compare
Choose a tag to compare
  • minor fixes in code generators for R4B

5.3.4

03 Mar 23:10
Compare
Choose a tag to compare
  • fix bug in profile validation

5.3.3

03 Mar 15:26
Compare
Choose a tag to compare
  • adding session ids to validator service
  • fix R5 --> R4 conversion for ConceptMap equivalence default value
  • fix issue with snapshot generation for logical models (CCDA)
  • Define binding method extension
  • Improve terminology validation error messages
  • add additional validation on profiles around types (for logical models)