Sha256: 0d8d994b796f3d7f0a056d115e3189b3cd3e5384d9a554706452efdb59adb90a

Contents?: true

Size: 464 Bytes

Versions: 6

Compression:

Stored size: 464 Bytes

Contents

class Encounter < Entry

  field :admitType, type: Hash
  field :dischargeDisposition, type: Hash
  field :admit_time, type: Integer
  field :discharge_time, type: Integer

  embeds_one :facility
  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

6 entries across 6 versions & 1 rubygems

Version Path
health-data-standards-2.1.4 lib/health-data-standards/models/encounter.rb
health-data-standards-2.1.3 lib/health-data-standards/models/encounter.rb
health-data-standards-2.1.2 lib/health-data-standards/models/encounter.rb
health-data-standards-2.1.1 lib/health-data-standards/models/encounter.rb
health-data-standards-2.1.0 lib/health-data-standards/models/encounter.rb
health-data-standards-2.0.0 lib/health-data-standards/models/encounter.rb