Sha256: 1218f933922b8f5d42bd6d2ba55742ac5ce48d6ae9d0e2764a093ea7e341979e
Contents?: true
Size: 910 Bytes
Versions: 2
Compression:
Stored size: 910 Bytes
Contents
<entry> <observation classCode="OBS" moodCode="EVN" <%== negation_indicator(entry) %>> <!-- Consolidation Assessment Scale Observation templateId --> <templateId root="2.16.840.1.113883.10.20.22.4.69"/> <!-- Risk Category Assessment --> <templateId root="2.16.840.1.113883.10.20.24.3.69"/> <id root="<%= entry.id %>"/> <%== code_display(entry, 'preferred_code_sets' => ['LOINC', 'SNOMED-CT'], 'extra_content' => "sdtc:valueSet=\"#{value_set_oid}\"") %> <statusCode code="completed"/> <effectiveTime> <low <%= value_or_null_flavor(entry.start_time) %>/> </effectiveTime> <% ev = entry.values.first if ev.present? && ev.respond_to?(:scalar) -%> <value xsi:type="INT" value="<%= ev.scalar %>"/> <% else -%> <value nullFlavor="UNK"/> <% end -%> <%== render(:partial => 'reason', :locals => {:entry => entry}) %> </observation> </entry>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
qrda_generator-1.0.1 | templates/_2.16.840.1.113883.10.20.24.3.69.cat1.erb |
qrda_generator-1.0.0 | templates/_2.16.840.1.113883.10.20.24.3.69.cat1.erb |