Sha256: 05e9d0b039402e40de49ca4a2f581a1775f603f9f4c250a274e40690c7f15a0a
Contents?: true
Size: 236 Bytes
Versions: 1
Compression:
Stored size: 236 Bytes
Contents
class Encounter < Entry field :performer, type: Hash field :facility, type: Hash field :admitType, type: Hash, as: 'admit_type' field :dischargeDisp, type: Hash, as: 'discharge_disp' embeds_one :reason, class_name: "Entry" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
health-data-standards-0.5.0 | lib/health-data-standards/models/encounter.rb |