apache / camel-quarkus

Apache Camel Quarkus
https://camel.apache.org
Apache License 2.0
257 stars 192 forks source link

Quarkus Qute backed FHIR `NarrativeGenerator` #3612

Open jamesnetherton opened 2 years ago

jamesnetherton commented 2 years ago

For automatic narrative generation you can set a NarrativeGenerator on the FhirContext. 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.

zhfeng commented 2 years ago

@jamesnetherton is there more details with NarrativeGenerator ? some documations about how to generate the codes with the template, or some examples.

jamesnetherton commented 2 years ago

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.