clinical:hl7-resource-goal
Licensing
Integration & Verification Tests
API Reference
The resource in this package implements Goal resource schema, specified at https://www.hl7.org/fhir/DSTU2/goal.html.
Installation
# to add hl7 resource schemas and rest routes meteor add clinical:hl7-resource-goal # to initialize default data INITIALIZE=true meteor
Example
1var newGoal = { 2 3} 4Goals.insert(newGoal);
Extending the Schema
1ExtendedGoalSchema = new SimpleSchema([ 2 GoalSchema, 3 { 4 "createdAt": { 5 "type": Date, 6 "optional": true 7 } 8 } 9]); 10Goals.attachSchema( ExtendedGoalSchema );
Utilities
If you're working with HL7 FHIR Resources, we recommend using Postman.
Acknowledgements
Many thanks to DxRx Medical and Progressive Health of Delaware for their generous support in sponsoring this package.