Sha256: 76baa151dd9d5821173dd72607b5533ca7a63711e5f8237f23f684a5756d3239
Contents?: true
Size: 521 Bytes
Versions: 10
Compression:
Stored size: 521 Bytes
Contents
module QDM # app/models/qdm/patient_characteristic_ethnicity.rb class PatientCharacteristicEthnicity < DataElement include Mongoid::Document embedded_in :patient field :qdmTitle, type: String, default: 'Patient Characteristic Ethnicity' field :hqmfOid, type: String, default: '2.16.840.1.113883.10.20.28.4.56' field :qdmCategory, type: String, default: 'patient_characteristic' field :qdmStatus, type: String, default: 'ethnicity' field :qdmVersion, type: String, default: '5.5' end end
Version data entries
10 entries across 10 versions & 1 rubygems