ConceptMapGroupElementTargetDependsOn

open class ConceptMapGroupElementTargetDependsOn: BackboneElement

Other elements required for this mapping (from context).

A set of additional dependencies for this mapping to hold. This mapping is only applicable if the specified element can be resolved, and it has the specified value.

  • Other elements required for this mapping (from context).

    A set of additional dependencies for this mapping to hold. This mapping is only applicable if the specified element can be resolved, and it has the specified value.

    Declaration

    Swift

    override open class var resourceType: String
  • Value of the referenced element.

    Declaration

    Swift

    public var code: FHIRString?
  • Display for the code.

    Declaration

    Swift

    public var display: FHIRString?
  • Reference to property mapping depends on.

    Declaration

    Swift

    public var property: FHIRURL?
  • Code System (if necessary).

    Declaration

    Swift

    public var system: FHIRURL?
  • Convenience initializer, taking all required properties as arguments.

    Declaration

    Swift

    public convenience init(code: FHIRString, property: FHIRURL)
  • 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 ConceptMapGroupElementTargetDependsOn: BackboneElement