Sha256: 40e851199e52c8b3220c50feacdb4baa49bc9ec7120b3b99b36f403e3338a65c
Contents?: true
Size: 688 Bytes
Versions: 11
Compression:
Stored size: 688 Bytes
Contents
module QDM # app/models/qdm/procedure_order.rb class ProcedureOrder < DataElement include Mongoid::Document embedded_in :patient field :authorDatetime, type: DateTime field :reason, type: QDM::Code field :method, type: QDM::Code field :anatomicalApproachSite, 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.66' field :category, type: String, default: 'procedure' field :qdmStatus, type: String, default: 'order' field :qdmVersion, type: String, default: '5.3' end end
Version data entries
11 entries across 11 versions & 1 rubygems