Sha256: 1ce5209123d9c589edc1b47ed9863c56a57f92db8a89fedf7a0202bb150e321f
Contents?: true
Size: 605 Bytes
Versions: 4
Compression:
Stored size: 605 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 :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 :qdmCategory, type: String, default: 'procedure' field :qdmStatus, type: String, default: 'order' field :qdmVersion, type: String, default: '5.4' end end
Version data entries
4 entries across 4 versions & 1 rubygems