interface Age {
    _code?: Element;
    _comparator?: Element;
    _system?: Element;
    _unit?: Element;
    _value?: Element;
    code?: code;
    comparator?: code;
    extension?: Extension[];
    id?: id;
    system?: uri;
    unit?: string;
    value?: decimal;
}

Properties

_code?: Element

Coded form of the unit

_comparator?: Element

< | <= | >= | > - how to understand the value

_system?: Element

System that defines coded unit form

_unit?: Element

Unit representation

_value?: Element

Numerical value (with implicit precision)

code?: code

Coded form of the unit

comparator?: code

< | <= | >= | > - how to understand the value

extension?: Extension[]

Additional content defined by implementations

id?: id

Unique id for inter-element referencing

system?: uri

System that defines coded unit form

unit?: string

Unit representation

value?: decimal

Numerical value (with implicit precision)