Sha256: be47f83f19f2afee6a27440d9d1f6e78cbebd27283f66b0203ffc57962b8e3b1
Contents?: true
Size: 472 Bytes
Versions: 3
Compression:
Stored size: 472 Bytes
Contents
module QDM # app/models/qdm/patient_care_experience.rb class PatientCareExperience < DataElement include Mongoid::Document embedded_in :patient field :authorDatetime, type: DateTime field :qdmTitle, type: String, default: 'Patient Care Experience' field :hqmfOid, type: String, default: '2.16.840.1.113883.10.20.28.4.52' field :qdmCategory, type: String, default: 'care_experience' field :qdmVersion, type: String, default: '5.4' end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
cqm-models-2.0.1 | app/models/qdm/patient_care_experience.rb |
cqm-models-2.0.0 | app/models/qdm/patient_care_experience.rb |
cqm-models-1.1.1.0 | app/models/qdm/patient_care_experience.rb |