UNPKG

fhir-schemas

Version:

Schemas for Fast Healthcare Interoperability Resources.

16 lines (14 loc) 229 B
exports.ReferenceSchema = new SimpleSchema({ "reference" : { optional: true, type: String }, "display" : { optional: true, type: String } }); exports.DefaultReference = { display: "", reference: "" }