HS.FHIRServer.Storage.BuiltIn.Expand
class HS.FHIRServer.Storage.BuiltIn.Expand extends HS.FHIRServer.Storage.BuiltIn.Common
This class supports the $expand operation: http://hl7.org/fhir/OperationDefinition/ValueSet-expandMethod Inventory
Methods
classmethod AddSupportedOperations(pMap As %DynamicObject)
@API Enumerate the name and url of each Operation supported by this class
classmethod FHIRInstanceOpExpand(pService As HS.FHIRServer.API.Service, pRequest As HS.FHIRServer.API.Data.Request, pResponse As HS.FHIRServer.API.Data.Response)
classmethod FHIRTypeOpExpand(pService As HS.FHIRServer.API.Service, pRequest As HS.FHIRServer.API.Data.Request, pResponse As HS.FHIRServer.API.Data.Response)
classmethod HandleExpandStatus(pExpandStatus As %Status, pService As HS.FHIRServer.API.Service, pRequest As HS.FHIRServer.API.Data.Request, ByRef pResponse As HS.FHIRServer.API.Data.Response)
@API.Overrideable
pExpandStatus should be either $$$OK or contain errors regarding missing ValueSet resources and CodeSystem resources.
pExpandStatus should be either $$$OK or contain errors regarding missing ValueSet resources and CodeSystem resources.