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"));