Skip to content

clinical-meteor/hl7-resource-schedule

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##clinical:hl7-resource-schedule

HL7 FHIR Resource - Schedule

===============================

Conformance Statement

The resource in this package implements the FHIR Patient Resource schema provided at https://www.hl7.org/fhir/schedule.html.

===============================

Installation

# to add hl7 resource schemas and rest routes
meteor add clinical:hl7-resource-schedule

# to initialize default data
INITIALIZE=true meteor

===============================

Example

var personalSchedule = {}
Schedules.insert(personalSchedule);

===============================

Extending the Schema

ExtendedScheduleSchema = new SimpleSchema([
  ScheduleSchema,
  {
    "createdAt": {
      "type": Date,
      "optional": true
    }
  }
]);
Schedules.attachSchema( ExtendedScheduleSchema );

===============================

Utilities

If you're working with HL7 FHIR Resources, we recommend using Postman.

===============================

Licensing

MIT License

About

HL7 FHIR Resource - Schedule

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published