lib/health-data-standards/models/entry.rb in health-data-standards-4.3.3 vs lib/health-data-standards/models/entry.rb in health-data-standards-4.3.4

- old
+ new

@@ -16,9 +16,10 @@ field :description, type: String field :specifics, type: String field :time, type: Integer field :start_time, type: Integer field :end_time, type: Integer + field :author_datetime, type: Integer field :status_code, type: Hash field :mood_code, type: String, default: "EVN" field :negationInd, as: :negation_ind, type: Boolean field :negationReason, as: :negation_reason, type: Hash field :oid, type: String