lib/health-data-standards/models/allergy.rb in health-data-standards-0.7.1 vs lib/health-data-standards/models/allergy.rb in health-data-standards-0.8.0
- old
+ new
@@ -2 +1,2 @@
class Allergy < Entry
+ field :type, type: String
field :reaction, type: Hash
\ No newline at end of file