FHIR Chat · Forge/Simplifier Errors on Observation Core Profiles · implementers

Stream: implementers

Topic: Forge/Simplifier Errors on Observation Core Profiles


view this post on Zulip Noemi Deppenwiese (Aug 15 2019 at 13:34):

When I download the raw JSON for the BodyHeight profile from http://hl7.org/fhir/bodyheight.html and use Forge to open it, Forge displays a "no name" slice on value[x] and moves the fixed attributes for quantity to the bottom of the element tree. This also happens for Weight and BMI (and presumably for other profiles derived from vitalsigns). Simplifier has a similar error and renders both a value[x] and a valueQuantity (also of type [x]) field an the same level.

view this post on Zulip Michel Rutten (Aug 19 2019 at 08:57):

Hi @Noemi Deppenwiese, correct, this is a bug in the current Forge R4 release. FHIR R4 introduces new rules for type slicing and the current Forge R4 implementation is not yet fully compliant. I'm currently working on improving the R4 SnapshotGenerator in the .NET FHIR library. This issue will be fixed in the next Forge release, scheduled for the September HL7 WGM.

FYI: https://github.com/FirelyTeam/fhir-net-api/issues/1074


Last updated: Apr 12 2022 at 19:14 UTC