FHIRClient - v3.0.0
    Preparing search index...

    Interface Coding

    interface Coding {
        code?: string;
        display?: string;
        extension?: Extension<valueX>[];
        id?: string;
        system?: string;
        userSelected?: boolean;
        version?: string;
    }

    Hierarchy (View Summary)

    Index
    code?: string

    Symbol in syntax defined by the system

    display?: string

    Representation defined by the system

    extension?: Extension<valueX>[]
    id?: string
    system?: string

    Identity of the terminology system

    userSelected?: boolean

    If this coding was chosen directly by the user

    version?: string

    Version of the system - if relevant