interface ConceptMapGroupUnmapped {
    _code?: Element;
    _display?: Element;
    _mode?: Element;
    _url?: Element;
    code?: code;
    display?: string;
    extension?: Extension[];
    id?: id;
    mode: code;
    modifierExtension?: Extension[];
    url?: canonical;
}

Properties

_code?: Element

Fixed code when mode = fixed

_display?: Element

Display for the code

_mode?: Element

provided | fixed | other-map

_url?: Element

canonical reference to an additional ConceptMap to use for mapping if the source concept is unmapped

code?: code

Fixed code when mode = fixed

display?: string

Display for the code

extension?: Extension[]

Additional content defined by implementations

id?: id

Unique id for inter-element referencing

mode: code

provided | fixed | other-map

modifierExtension?: Extension[]

Extensions that cannot be ignored even if unrecognized

url?: canonical

canonical reference to an additional ConceptMap to use for mapping if the source concept is unmapped