Sha256: 4a4cc6acdaaa95bbbe55e4ebe5c00db8bc7544edcf9a59a349f89dd7adb7ed27
Contents?: true
Size: 596 Bytes
Versions: 4
Compression:
Stored size: 596 Bytes
Contents
module QDM # app/models/qdm/physical_exam_recommended.rb class PhysicalExamRecommended < DataElement include Mongoid::Document embedded_in :patient field :authorDatetime, type: DateTime field :reason, type: QDM::Code field :anatomicalLocationSite, type: QDM::Code field :negationRationale, type: QDM::Code field :hqmfOid, type: String, default: '22.16.840.1.113883.10.20.28.3.63' field :qdmCategory, type: String, default: 'physical_exam' 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