Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FS location issue fix #2831

Merged
merged 1 commit into from
Aug 8, 2024
Merged

FS location issue fix #2831

merged 1 commit into from
Aug 8, 2024

Conversation

Kasdejong
Copy link
Contributor

Description

Fixes the location issue that FS was encountering. A source node with contained FHIR resources will now include the non-FHIR structures around the resources in the source node locations. I am not sure if this is the behaviour we should be having, but it does meet FS expectations, and since we decided to assume that location is not important for implementations, we should adjust it to allow FS to upgrade

Related issues

Closes #2784 (again)

Testing

Tested using the FS test base (dotnet pack then import into a fork of their code base)

…lements on source nodes to have a location decided by their XML parent's structure, even if that is not a resource?
@Kasdejong Kasdejong merged commit 78303b0 into develop Aug 8, 2024
16 checks passed
@Kasdejong Kasdejong deleted the location-sourcenode branch August 8, 2024 07:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Location on SourceNode differs from that on TypedElementToSourceNodeAdapter
2 participants