Open jamesnetherton opened 2 years ago
@jamesnetherton is there more details with NarrativeGenerator
? some documations about how to generate the codes with the template, or some examples.
There is more information about it here:
https://hapifhir.io/hapi-fhir/docs/model/narrative_generation.html
I consider this a 'nice to have' feature rather than a high priority one. I am not sure if users enabling automatic narrative generation is a common use case.
For automatic narrative generation you can set a
NarrativeGenerator
on theFhirContext
. The downside is that currently the only automatic generator is based on Thymeleaf. I've not tested it, but it probably does not work OOTB in native mode.Therefore, it might be worth seeing if Qute could be leveraged as a replacement.