interface ConceptMapGroupElementTarget {
    _code?: Element;
    _comment?: Element;
    _display?: Element;
    _equivalence?: Element;
    code?: code;
    comment?: string;
    dependsOn?: ConceptMapGroupElementTargetDependsOn[];
    display?: string;
    equivalence: code;
    extension?: Extension[];
    id?: id;
    modifierExtension?: Extension[];
    product?: ConceptMapGroupElementTargetDependsOn[];
}

Properties

_code?: Element

Code that identifies the target element

_comment?: Element

Description of status/issues in mapping

_display?: Element

Display for the code

_equivalence?: Element

relatedto | equivalent | equal | wider | subsumes | narrower | specializes | inexact | unmatched | disjoint

code?: code

Code that identifies the target element

comment?: string

Description of status/issues in mapping

Other elements required for this mapping (from context)

display?: string

Display for the code

equivalence: code

relatedto | equivalent | equal | wider | subsumes | narrower | specializes | inexact | unmatched | disjoint

extension?: Extension[]

Additional content defined by implementations

id?: id

Unique id for inter-element referencing

modifierExtension?: Extension[]

Extensions that cannot be ignored even if unrecognized

Other concepts that this mapping also produces