lib/health-data-standards/models/allergy.rb in health-data-standards-3.7.0 vs lib/health-data-standards/models/allergy.rb in health-data-standards-4.0.0
- old
+ new
@@ -1,5 +1,6 @@
+# This is used for QDM 5.0 Allergy/Intollerance. The only fields used are type and severity.
class Allergy < Entry
field :type, type: Hash
field :reaction, type: Hash
field :severity, type: Hash
-end
\ No newline at end of file
+end