fix rendering note - more informative

This commit is contained in:
Grahame Grieve 2022-07-28 21:29:33 +10:00
parent b9d86aa5af
commit 780be4096a
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ public class ProfileDrivenRenderer extends ResourceRenderer {
@Override
public boolean render(XhtmlNode x, ResourceWrapper r) throws FHIRFormatError, DefinitionException, IOException {
if (context.isAddGeneratedNarrativeHeader()) {
x.para().b().tx("Generated Narrative");
x.para().b().tx("Generated Narrative: "+r.fhirType());
}
if (context.isTechnicalMode()) {
renderResourceHeader(r, x);