Skip to main content

This documentation is for an older version of this product. See the latest version of this content.Opens in a new tab

HS.FHIRServer.Util.WellKnown

class HS.FHIRServer.Util.WellKnown

Method Inventory

Parameters

parameter OAuthIssuerServiceName = OAuth2.Issuer;

Methods

classmethod GetSMARTCapabilities(pAppKey As %String) as %DynamicArray
@API
Return a %DynamicArray of the SMART on FHIR Core Capabilities supported by this endpoint.
classmethod GetSMARTConfiguration(pAppKey As %String, ByRef pStatus As %Status) as %DynamicObject
@API
Utility method to return the SMART on FHIR Conformance definitions for the specified endpoint.
Per "SMART App Launch: Conformance" at: http://www.hl7.org/fhir/smart-app-launch/conformance/index.html
FeedbackOpens in a new tab