hapi-fhir icon indicating copy to clipboard operation
hapi-fhir copied to clipboard

Use server name as narrative text in CapabilityStatement

Open subigre opened this issue 7 months ago • 0 comments

It may be the expected behavior as name, version, copyright, etc. are all customizable but in my case, I would like to have my server name as narrative text of the CapabilityStatement.

Changelog:

  • Use configuration.getServerName() as value for the narrative text generated by ServerCapabilityStatementProvider class
  • Unit test

If this is the expected behavior, discard the PR

subigre avatar Jun 27 '24 21:06 subigre