release notes

This commit is contained in:
Grahame Grieve 2023-09-27 22:29:05 +10:00
parent e3ca79cdd7
commit f9971a027a
2 changed files with 15 additions and 3 deletions

View File

@ -1,7 +1,19 @@
## Validator Changes
* no changes
* Fix for issue parsing SHC and not recording line/col correctly
* Fix issue validating CDA FHIR Path constraints
* Better error handling validating codes in concept maps
* Validate special resource rules on contained resources and Bundle entries
* Improved error messages of observation bp
* Fix up WG internal model for changes to workgroups
* fix misleading error message inferring system when filters in play
* Fix type handling for logical models (CDA fixes)
* Fix up parsing of logical models
* Fix bug parsing extension with no value in JSON for the validator
## Other code changes
* no changes
* Major uplift of PEModel to support generated code for profiles in R4 + R5
* Add removeChild in R4/R4B/R5 model
* Fix version conversion issue between r4 and r5 charge definition issue
* Fix rendering extension and missed profile on Reference()

View File

@ -120,7 +120,7 @@ public class HL7WorkGroups {
case "pa": return "Patient Administration";
case "pe": return "Patient Empowerment";
case "pc": return "Patient Care";
case "pher": return "Public Health and Emergency Response";
case "pher": return "Public Health";
case "phx": return "Pharmacy";
case "sd": return "Structured Documents";
case "sec": return "Security";