TestScriptRulesetRule
open class TestScriptRulesetRule: BackboneElement
The referenced rule within the ruleset.
The referenced rule within the external ruleset template.
-
The referenced rule within the ruleset.
The referenced rule within the external ruleset template.
Declaration
Swift
override open class var resourceType: String
-
Ruleset rule parameter template.
Declaration
Swift
public var param: [TestScriptRulesetRuleParam]?
-
Id of referenced rule within the ruleset.
Declaration
Swift
public var ruleId: FHIRString?
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(ruleId: FHIRString)
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)
Parameters
json
The JSON element to use to populate the receiver
context
The instantiation context to use
-
Undocumented
Declaration
Swift
open class TestScriptRulesetRule: BackboneElement