Sha256: 4dac3f5e1039bfc6b94a3865d8b7fc8c40cee4a1d8a6aa2a3035f65f0230aa4f
Contents?: true
Size: 1023 Bytes
Versions: 2
Compression:
Stored size: 1023 Bytes
Contents
<entry> <observation classCode="OBS" moodCode="EVN" <%== negation_indicator(entry) %>> <!-- Consolidated Procedure Activity Observation templateId (Implied Template) --> <templateId root="2.16.840.1.113883.10.20.22.4.13"/> <!-- Diagnostic Study, Performed template --> <templateId root="2.16.840.1.113883.10.20.24.3.18"/> <id root="<%= entry.id %>"/> <%== code_display(entry, 'preferred_code_sets' => ['SNOMED-CT', 'ICD-9-CM', 'ICD-10-CM'], 'extra_content' => "sdtc:valueSet=\"#{value_set_oid}\"") %> <text><%= entry.description %></text> <statusCode code="completed"/> <effectiveTime> <!-- Attribute: Start Datetime --> <low <%= value_or_null_flavor(entry.start_time) %>/> <!-- Attribute: End Datetime --> <high <%= value_or_null_flavor(entry.end_time) %>/> </effectiveTime> <%== render(:partial => 'result_value', :locals => {:entry => entry}) %> <%== 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.18.cat1.erb |
qrda_generator-1.0.0 | templates/_2.16.840.1.113883.10.20.24.3.18.cat1.erb |