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

CH-EMED-EPR: support serialization without meta.profile #175

Open
qligier opened this issue Sep 17, 2024 · 1 comment
Open

CH-EMED-EPR: support serialization without meta.profile #175

qligier opened this issue Sep 17, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@qligier
Copy link
Member

qligier commented Sep 17, 2024

In production mode, the ChEmedEprParser should allow removing the meta.profile from the produced JSON/XML, as per FHIR recommendation.

The parser can be configured with setDontEncodeElements:

parser.setDontEncodeElements(Sets.newHashSet("*.meta.profile"));
@qligier qligier added the enhancement New feature or request label Sep 17, 2024
@qligier
Copy link
Member Author

qligier commented Sep 23, 2024

Issue with dontEncodeElements reported to HAPI: hapifhir/hapi-fhir#6304

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant