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

FML: Use FMLParser in StructureMapUtilities and support for identity transform #1777

Open
oliveregger opened this issue Oct 11, 2024 · 0 comments

Comments

@oliveregger
Copy link
Contributor

There are currently mutliple parsers for FML, FmlParser which is used by the FHIR Validator and IG Publisher and one in StructureMapUtilities for each FHIR version.

They have slight different behaviour

  • FmlParser creates a DefaultAnonymousGroup while the one in StructureMapUtilities did not
  • FmlParser has different comment handling

Will provide a PR which uses FmlParser also in StructureMapUtilities for R5 and that the identity transform is running through:
FHIR/fhir-test-cases#195

In addition FmlParser will be extended with:

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

No branches or pull requests

1 participant