interface Coding {
    _code?: Element;
    _display?: Element;
    _system?: Element;
    _userSelected?: Element;
    _version?: Element;
    code?: code;
    display?: string;
    extension?: Extension[];
    id?: id;
    system?: uri;
    userSelected?: boolean;
    version?: string;
}

Properties

_code?: Element

Symbol in syntax defined by the system

_display?: Element

Representation defined by the system

_system?: Element

Identity of the terminology system

_userSelected?: Element

If this coding was chosen directly by the user

_version?: Element

Version of the system - if relevant

code?: code

Symbol in syntax defined by the system

display?: string

Representation defined by the system

extension?: Extension[]

Additional content defined by implementations

id?: id

Unique id for inter-element referencing

system?: uri

Identity of the terminology system

userSelected?: boolean

If this coding was chosen directly by the user

version?: string

Version of the system - if relevant