interface Period {
    _end?: Element;
    _start?: Element;
    end?: dateTime;
    extension?: Extension[];
    id?: id;
    start?: dateTime;
}

Properties

_end?: Element

End time with inclusive boundary, if not ongoing

_start?: Element

Starting time with inclusive boundary

end?: dateTime

End time with inclusive boundary, if not ongoing

extension?: Extension[]

Additional content defined by implementations

id?: id

Unique id for inter-element referencing

start?: dateTime

Starting time with inclusive boundary