interface CoverageClass {
    _name?: Element;
    _value?: Element;
    extension?: Extension[];
    id?: id;
    modifierExtension?: Extension[];
    name?: string;
    type: CodeableConcept;
    value: string;
}

Properties

_name?: Element

Human readable description of the type and value

_value?: Element

Value associated with the type

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

name?: string

Human readable description of the type and value

Type of class such as 'group' or 'plan'

value: string

Value associated with the type