FHIR Chat · BaseServer Operations · hapi

Stream: hapi

Topic: BaseServer Operations


view this post on Zulip Kevin Mayfield (Oct 27 2019 at 13:23):

I looking to add an operation on the Base server url e.g. https://base/STU3/$newoperation

I can add them on a resource provider but can't work out how do a custom server provider.
Any pointers? Thanks

view this post on Zulip James Agnew (Nov 17 2019 at 22:39):

@Kevin Mayfield You just need to define the operation on a plain provider (a provider that does not implement IResourceProvider)

view this post on Zulip Kevin Mayfield (Nov 18 2019 at 07:11):

Thanks.


Last updated: Apr 12 2022 at 19:14 UTC