TestScriptRuleset

open class TestScriptRuleset: BackboneElement

Assert ruleset used within the test script.

Contains one or more rules. Offers a way to group rules so assertions could reference the group of rules and have them all applied.

  • Assert ruleset used within the test script.

    Contains one or more rules. Offers a way to group rules so assertions could reference the group of rules and have them all applied.

    Declaration

    Swift

    override open class var resourceType: String
  • Assert ruleset resource reference.

    Declaration

    Swift

    public var resource: Reference?
  • The referenced rule within the ruleset.

    Declaration

    Swift

    public var rule: [TestScriptRulesetRule]?
  • Convenience initializer, taking all required properties as arguments.

    Declaration

    Swift

    public convenience init(resource: Reference, rule: [TestScriptRulesetRule])
  • 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 TestScriptRuleset: BackboneElement