lib/health-data-standards/models/svs/concept.rb in health-data-standards-3.4.6 vs lib/health-data-standards/models/svs/concept.rb in health-data-standards-3.5.0

- old
+ new

@@ -2,9 +2,10 @@ module SVS class Concept include Mongoid::Document + include Mongoid::Attributes::Dynamic field :code, type: String field :code_system_name, type: String field :code_system_version, type: String field :display_name, type: String field :code_system, type: String \ No newline at end of file