lib/health-data-standards/models/procedure.rb in health-data-standards-0.8.1 vs lib/health-data-standards/models/procedure.rb in health-data-standards-1.0.0
- old
+ new
@@ -1,7 +1,5 @@
class Procedure < Entry
- field :type, type: String
field :site, type: Hash
- field :description, type: String
belongs_to :performer, class_name: "Provider"
end
\ No newline at end of file