UNPKG

fhir-schemas

Version:

Schemas for Fast Healthcare Interoperability Resources.

15 lines (14 loc) 208 B
exports.PeriodSchema = new SimpleSchema({ "start" : { optional: true, type : Date }, "end" : { optional: true, type : Date } }); exports.DefaultPeriod = { start: null, end: null }