lib/health-data-standards/models/entry.rb in health-data-standards-3.0.6 vs lib/health-data-standards/models/entry.rb in health-data-standards-3.1.0
- old
+ new
@@ -4,10 +4,10 @@
include ThingWithCodes
# embedded_in :entry_list, polymorphic: true
embedded_in :record
-
+ embeds_one :cda_identifier, class_name: "CDAIdentifier"
embeds_many :values, class_name: "ResultValue"
field :description, type: String
field :specifics, type: String
field :time, type: Integer
\ No newline at end of file