Sha256: 3f32c77c196e9fc75a17555c17407a70c4f6d3dd30234988b2cddd1c70ca5085
Contents?: true
Size: 582 Bytes
Versions: 11
Compression:
Stored size: 582 Bytes
Contents
module QDM # app/models/qdm/laboratory_test_recommended.rb class LaboratoryTestRecommended < DataElement include Mongoid::Document embedded_in :patient field :authorDatetime, type: DateTime field :method, type: QDM::Code field :reason, type: QDM::Code field :negationRationale, type: QDM::Code field :hqmfOid, type: String, default: '2.16.840.1.113883.10.20.28.3.43' field :category, type: String, default: 'laboratory_test' 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