clinical:hl7-resource-medication-statement
Licensing
Integration & Verification Tests
API Reference
The resource in this package implements Medication Statement resource schema, specified at https://www.hl7.org/fhir/DSTU2/medicationstatement.html.
Installation
# to add hl7 resource schemas and rest routes meteor add clinical:hl7-resource-medication-statement-statement # to initialize default data INITIALIZE=true meteor
Example
1var statement = {} 2MedicationStatements.insert(statement);
Extending the Schema
1ExtendedMedicationStatementSchema = new SimpleSchema([ 2 MedicationStatementSchema, 3 { 4 "createdAt": { 5 "type": Date, 6 "optional": true 7 } 8 } 9]); 10MedicationStatements.attachSchema( ExtendedMedicationStatementSchema );
Utilities
If you're working with HL7 FHIR Resources, we recommend using Postman.
Acknowledgements
Many thanks to DxRx Medical, NY Methodist Hospital, and the New Orleans Pharmacy Museum for research and studies conducted in support of this library.