lib/health-data-standards/models/procedure.rb in health-data-standards-2.1.4 vs lib/health-data-standards/models/procedure.rb in health-data-standards-2.2.0
- old
+ new
@@ -1,11 +1,11 @@
class Procedure < Entry
- field :site, type: Hash
- field :incisionDateTime, type: Integer
- field :ordinality, type: String
- field :ordinality_code, type: Hash
+ field :site, type: Hash
+ field :incisionTime, type: Integer
+ field :ordinality, type: Hash
+ field :source, type: Hash
belongs_to :performer, class_name: "Provider"
- alias :incision_date_time :incisionDateTime
- alias :incision_date_time= :incisionDateTime=
+ alias :incision_time :incisionTime
+ alias :incision_time= :incisionTime=
end
\ No newline at end of file