You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that the conversion for CCD records is not populating the required 'entry' the various sections. I've observed this when running the converter locally but it also appears to be present in the 'expected' output in the unit tests.
As an example, I would expect the initial "Allergies and Adverse Reactions" section to have something like this to indicate the relationship to the Allergy Intolerance that appears later in the bundle.
Using master branch, ya.
I'm building using what i think are regular dotnet build commands (i don't know c# very well, yet), something like: dotnet publish src/Microsoft.Health.Fhir.Liquid.Converter.Tool/Microsoft.Health.Fhir.Liquid.Converter.Tool.csproj -c Release -o out
and then using the command line tool as described in the repo's readme.
It appears that the conversion for CCD records is not populating the required 'entry' the various sections. I've observed this when running the converter locally but it also appears to be present in the 'expected' output in the unit tests.
Expected but missing entry: https://www.hl7.org/fhir/composition-definitions.html#Composition.section.entry
Example of allergy section with missing entry: https://github.com/microsoft/FHIR-Converter/blob/main/src/Microsoft.Health.Fhir.Liquid.Converter.FunctionalTests/TestData/Expected/Ccda/CCD/170.314B2_Amb_CCD-expected.json#L114-L129
Example of allergy resource that I would expect linked via an "entry" uhhh entry in the allergy section of the composition: https://github.com/microsoft/FHIR-Converter/blob/main/src/Microsoft.Health.Fhir.Liquid.Converter.FunctionalTests/TestData/Expected/Ccda/CCD/170.314B2_Amb_CCD-expected.json#L586-L653
As an example, I would expect the initial "Allergies and Adverse Reactions" section to have something like this to indicate the relationship to the Allergy Intolerance that appears later in the bundle.
I'm still learning how to interpret the liquid mapping language but it would appear that this template file is supposed to generate the entry list?
https://github.com/microsoft/FHIR-Converter/blob/main/data/Templates/Ccda/Reference/Composition/_Section_Entry.liquid
I will continue to research and attempt to fix, if i can :)
The text was updated successfully, but these errors were encountered: