lib/health-data-standards/models/provider.rb in health-data-standards-2.0.0 vs lib/health-data-standards/models/provider.rb in health-data-standards-2.1.0
- old
+ new
@@ -3,10 +3,9 @@
field :npi , type: String
field :tin , type: String
field :specialty , type: String
field :phone , type: String
- field :organization, type: String
validates_uniqueness_of :npi, allow_blank: true
embeds_one :organization
\ No newline at end of file