I have a problem with my restful server implements with HAPI FHIR. I have a PatientResourceProvider and a PractitionerResourceProvier. When I do a search for a Practitioner Resource, the Narrative Template is not generated. I receive this message in the log:
[http-nio-8080-exec-4] INFO ca.uhn.fhir.narrative.BaseThymeleafNarrativeGenerator - No narative template for resource profile: bundle
[http-nio-8080-exec-4] INFO ca.uhn.fhir.narrative.BaseThymeleafNarrativeGenerator - No narative template for resource profile: practitioner
I dont have problem with the Patient Resource, the Narrative element is generated without problem with them.
I dont know why this happens, because there isnt any different with both Providers I think.
Thanks