Open qligier opened 2 months ago
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"));
Issue with dontEncodeElements reported to HAPI: https://github.com/hapifhir/hapi-fhir/issues/6304
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: