...
Configuring FHIR Module to support custom narratives
We have define two global properties within Settings (formerly Global Properties from 1.8 downwards) within the module to enable custom narratives. Once they have cconfigured. servelet container need to be restarted.
Global PropertySettings (formerly Global Properties from 1.8 downwards) | Detailss |
---|---|
fhir.isCustomerNarrativesEnabled | To enable custom narratives, this value need to be set to true. By default custom narratives generation is disabled in the server. |
fhir.customNarrativePropertiesPath | Once custom narratives enabled, the path of the narratives property file should be specified in here. |
Sample
...
Setting (formerly Global Property from 1.8 downwards) configuration screenshot
Sample custom narratives property file(narratives.properties) content
...