Sha256: 91e1d62bbe7e1f5329488d67b77c703ecb5c28a79f11a20e5e278a530efb582c

Contents?: true

Size: 419 Bytes

Versions: 2

Compression:

Stored size: 419 Bytes

Contents

class Encounter < Entry
  field :admitType, type: Hash
  field :dischargeDisposition, type: Hash
  
  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=

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
health-data-standards-1.0.1 lib/health-data-standards/models/encounter.rb
health-data-standards-1.0.0 lib/health-data-standards/models/encounter.rb