app/assets/javascripts/SubstanceOrder.js in cqm-models-0.8.4 vs app/assets/javascripts/SubstanceOrder.js in cqm-models-1.0.0

- old
+ new

@@ -18,17 +18,16 @@ authorDatetime: DateTime, reason: Code, dosage: Quantity, supply: Quantity, frequency: Code, - method: Code, refills: Number, route: Code, negationRationale: Code, hqmfOid: { type: String, default: '2.16.840.1.113883.10.20.28.3.77' }, - category: { type: String, default: 'substance' }, + qdmCategory: { type: String, default: 'substance' }, qdmStatus: { type: String, default: 'order' }, - qdmVersion: { type: String, default: '5.3' }, + qdmVersion: { type: String, default: '5.4' }, _type: { type: String, default: 'SubstanceOrder' }, }); module.exports.SubstanceOrderSchema = SubstanceOrderSchema;