Sha256: d7879de723969bb2a99adc10acd82838a2db4eae403e93c472716802e68794aa
Contents?: true
Size: 623 Bytes
Versions: 4
Compression:
Stored size: 623 Bytes
Contents
module QDM # app/models/qdm/procedure_recommended.rb class ProcedureRecommended < DataElement include Mongoid::Document embedded_in :patient field :authorDatetime, type: DateTime field :reason, type: QDM::Code field :anatomicalLocationSite, type: QDM::Code field :ordinality, type: QDM::Code field :negationRationale, type: QDM::Code field :hqmfOid, type: String, default: '2.16.840.1.113883.10.20.28.3.68' field :qdmCategory, type: String, default: 'procedure' field :qdmStatus, type: String, default: 'recommended' field :qdmVersion, type: String, default: '5.4' end end
Version data entries
4 entries across 4 versions & 1 rubygems