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