StructureMapGroupRuleDependent

open class StructureMapGroupRuleDependent: BackboneElement

Which other rules to apply in the context of this rule.

  • Which other rules to apply in the context of this rule.

    Declaration

    Swift

    override open class var resourceType: String
  • Name of a rule or group to apply.

    Declaration

    Swift

    public var name: FHIRString?
  • Variable to pass to the rule or group.

    Declaration

    Swift

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

    Declaration

    Swift

    public convenience init(name: FHIRString, variable: [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 StructureMapGroupRuleDependent: BackboneElement