lib/health-data-standards/models/encounter.rb in health-data-standards-0.8.1 vs lib/health-data-standards/models/encounter.rb in health-data-standards-1.0.0
- old
+ new
@@ -1,17 +1,15 @@
class Encounter < Entry
field :admitType, type: Hash
field :dischargeDisposition, type: Hash
- field :free_text, type: String
embeds_one :facility, class_name: "Organization"
embeds_one :reason, class_name: "Entry"
belongs_to :performer, class_name: "Provider"
alias :admit_type :admitType
alias :admit_type= :admitType=
alias :discharge_disposition :dischargeDisposition
alias :discharge_disposition= :dischargeDisposition=
- alias :freeText :free_text
- alias :freeText= :free_text=
+
end
\ No newline at end of file