ConceptMapGroupElementTarget

open class ConceptMapGroupElementTarget: BackboneElement

Concept in target system for element.

A concept from the target value set that this concept maps to.

  • Concept in target system for element.

    A concept from the target value set that this concept maps to.

    Declaration

    Swift

    override open class var resourceType: String
  • Code that identifies the target element.

    Declaration

    Swift

    public var code: FHIRString?
  • Description of status/issues in mapping.

    Declaration

    Swift

    public var comment: FHIRString?
  • Other elements required for this mapping (from context).

    Declaration

    Swift

    public var dependsOn: [ConceptMapGroupElementTargetDependsOn]?
  • Display for the code.

    Declaration

    Swift

    public var display: FHIRString?
  • The equivalence between the source and target concepts (counting for the dependencies and products). The equivalence is read from target to source (e.g. the target is ‘wider’ than the source).

    Declaration

    Swift

    public var equivalence: ConceptMapEquivalence?
  • Other concepts that this mapping also produces.

    Declaration

    Swift

    public var product: [ConceptMapGroupElementTargetDependsOn]?
  • Other concepts that this mapping also produces.

    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 ConceptMapGroupElementTarget: BackboneElement