lib/health-data-standards/models/procedure.rb in health-data-standards-0.7.1 vs lib/health-data-standards/models/procedure.rb in health-data-standards-0.8.0
- old
+ new
@@ -1,4 +1,7 @@
class Procedure < Entry
- field :performer, type: Hash
- field :site, type: Hash
+ 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