Skip to main content

HS.HC.Util.Installer.Kit.FHIR.FHIRToSDA3

deprecated class HS.HC.Util.Installer.Kit.FHIR.FHIRToSDA3 extends HS.Util.Installer.Kit.Base

THIS INSTALLER CLASS IS DEPRECATED
HS.HC.Util.Installer.Kit.FHIR.FHIRToSDA3 adds production components and definitions needed to facilitate using an interoperability production to invoke the FHIR to SDA3 DTL transformation API for FHIR versions STU3 and later. Example: Set status = ##class(HS.HC.Util.Installer.Kit.FHIR.FHIRToSDA3).Add( , "FHIR")

Method Inventory

Parameters

parameter NamespaceTypes = Foundation;
Inherited description: The namespace types this kit is valid for (value of ^%SYS("HealthShare","Instances",pNS,"Type")) The UI can use this parameter to determine what options are available for a namespace When creating utility methods create AddHub, AddAccessGateway, AddEdgeGateway, AddBus

Methods

deprecated classmethod Add(pNamespaces As HS.Util.Installer.Kit.Namespaces = "", pFoundationNS As %String = $Namespace) as %Status
THIS INSTALLER CLASS IS DEPRECATED
This method calls the AddFoundation() method to add the production components and definitions for the FHIR to SDA3 DTL transforms.

Inputs:
  • pNamespaces : (not used, leave blank)
  • pFoundationNS : (required) The name of a Foundation type namespace.
  • deprecated classmethod AddFoundation(pNamespaces As HS.Util.Installer.Kit.Namespaces = "", pNS=$Namespace) as %Status
    THIS INSTALLER CLASS IS DEPRECATED
    This method adds the production components and definitions for FHIR to SDA3 DTL transforms.

    Inputs:
  • pNamespaces : (not used, leave blank)
  • pFoundationNS : (required) The name of a Foundation type namespace.
  • deprecated classmethod ImportFHIRGlobals(pNamespace As %String = "") as %Status
    THIS INSTALLER CLASS IS DEPRECATED
    deprecated classmethod ImportLookupJSON(pNamespace As %String = "") as %Status
    THIS INSTALLER CLASS IS DEPRECATED

    Inherited Members

    Inherited Methods

    FeedbackOpens in a new tab