Sha256: 9c52d645512bdb70347b884e4926943da98296e9541f7d3ec4d0d564200cd2c4
Contents?: true
Size: 575 Bytes
Versions: 11
Compression:
Stored size: 575 Bytes
Contents
module QDM # app/models/qdm/encounter_recommended.rb class EncounterRecommended < DataElement include Mongoid::Document embedded_in :patient field :authorDatetime, type: DateTime field :reason, type: QDM::Code field :facilityLocation, type: QDM::Code field :negationRationale, type: QDM::Code field :hqmfOid, type: String, default: '2.16.840.1.113883.10.20.28.3.28' field :category, type: String, default: 'encounter' field :qdmStatus, type: String, default: 'recommended' field :qdmVersion, type: String, default: '5.3' end end
Version data entries
11 entries across 11 versions & 1 rubygems