lib/health-data-standards/models/qrda/organization.rb in health-data-standards-3.4.6 vs lib/health-data-standards/models/qrda/organization.rb in health-data-standards-3.5.0
- old
+ new
@@ -2,8 +2,10 @@
class Organization
include Mongoid::Document
field :name, type: String
embeds_many :ids
+ embeds_many :addresses
+ embeds_many :telecoms
end
end