interface ConceptMapGroup {
    _source?: Element;
    _sourceVersion?: Element;
    _target?: Element;
    _targetVersion?: Element;
    element: ConceptMapGroupElement[];
    extension?: Extension[];
    id?: id;
    modifierExtension?: Extension[];
    source?: uri;
    sourceVersion?: string;
    target?: uri;
    targetVersion?: string;
    unmapped?: ConceptMapGroupUnmapped;
}

Properties

_source?: Element

Source system where concepts to be mapped are defined

_sourceVersion?: Element

Specific version of the code system

_target?: Element

Target system that the concepts are to be mapped to

_targetVersion?: Element

Specific version of the code system

Mappings for a concept from the source set

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

source?: uri

Source system where concepts to be mapped are defined

sourceVersion?: string

Specific version of the code system

target?: uri

Target system that the concepts are to be mapped to

targetVersion?: string

Specific version of the code system

What to do when there is no mapping for the source concept