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

Version Path
cqm-models-3.1.2 app/models/qdm/patient_characteristic_ethnicity.rb
cqm-models-3.1.1 app/models/qdm/patient_characteristic_ethnicity.rb
cqm-models-3.1.0 app/models/qdm/patient_characteristic_ethnicity.rb
cqm-models-3.0.6 app/models/qdm/patient_characteristic_ethnicity.rb
cqm-models-3.0.5 app/models/qdm/patient_characteristic_ethnicity.rb
cqm-models-3.0.4 app/models/qdm/patient_characteristic_ethnicity.rb
cqm-models-3.0.3 app/models/qdm/patient_characteristic_ethnicity.rb
cqm-models-3.0.2 app/models/qdm/patient_characteristic_ethnicity.rb
cqm-models-3.0.1 app/models/qdm/patient_characteristic_ethnicity.rb
cqm-models-3.0.0 app/models/qdm/patient_characteristic_ethnicity.rb