Skip to main content

HS.HC.Util.Installer.Kit.FHIR.SDA3ToFHIR

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

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

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, pFHIRVersion As %String) as %Status
THIS INSTALLER CLASS IS DEPRECATED
This method calls the AddFoundation() method to add the production components and definitions for the SDA3 to FHIR DTL transforms.

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

    Inputs:
  • pNamespaces : (not used, leave blank)
  • pFoundationNS : (required) The name of a Foundation type namespace.
  • pFHIRVersion : (required) Target FHIR version for transforms - "STU3".
  • 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