Package ca.uhn.fhir.narrative
Interface INarrativeGenerator
- All Known Implementing Classes:
BaseNarrativeGenerator,BaseThymeleafNarrativeGenerator,CustomThymeleafNarrativeGenerator,DefaultThymeleafNarrativeGenerator,NullNarrativeGenerator,ThymeleafNarrativeGenerator
public interface INarrativeGenerator
-
Method Summary
Modifier and TypeMethodDescriptionbooleanpopulateResourceNarrative(FhirContext theFhirContext, IBaseResource theResource)Generate any narratives for the given resource that have applicable templates, and populates the appropriate field(s).
-
Method Details
-
populateResourceNarrative
Generate any narratives for the given resource that have applicable templates, and populates the appropriate field(s). This almost always means theResource.text.narrativefield, but for some resource types it can mean other fields (e.g.Composition.- Returns:
- Returns
trueif a narrative was actually generated
-