app/assets/javascripts/attributes/Organization.js in cqm-models-3.1.2 vs app/assets/javascripts/attributes/Organization.js in cqm-models-4.0.0
- old
+ new
@@ -12,10 +12,10 @@
mongoose.Schema.Types.Number,
mongoose.Schema.Types.String,
];
const OrganizationSchema = EntitySchemaFunction({
- type: Code,
+ organizationType: Code,
hqmfOid: { type: String, default: '2.16.840.1.113883.10.20.28.4.135' },
qrdaOid: { type: String, default: '2.16.840.1.113883.10.20.24.3.163' },
_type: { type: String, default: 'QDM::Organization' },
});