Sha256: 2048776f3a967d96d6994c94f4a9ad1ea8359e5e8a0726e8f06e3bb22de9e060
Contents?: true
Size: 1.46 KB
Versions: 2
Compression:
Stored size: 1.46 KB
Contents
<entry> <procedure classCode="PROC" moodCode="EVN" <%== negation_indicator(entry) %>> <!-- Procedure performed template --> <templateId root="2.16.840.1.113883.10.20.24.3.64"/> <!-- Procedure Activity Procedure--> <templateId root="2.16.840.1.113883.10.20.22.4.14"/> <id root="1.3.6.1.4.1.115" extension="<%= entry.id %>"/> <%== code_display(entry, 'value_set_map' => value_set_map, 'preferred_code_sets' => ['LOINC', 'SNOMED-CT', 'CPT', 'ICD-9-PCS', 'ICD-10-PCS'], 'extra_content' => "sdtc:valueSet=\"#{value_set_oid}\"") %> <text><%= entry.description %></text> <statusCode code="completed"/> <effectiveTime> <low <%= value_or_null_flavor(entry.start_time) %>/> <high <%= value_or_null_flavor(entry.end_time) %>/> </effectiveTime> <%== render(:partial => 'ordinality', :locals => {:entry => entry}) %> <%== render(:partial => 'reason', :locals => {:entry => entry}) %> <% if entry.respond_to?(:incision_time) && entry.incision_time.present? -%> <entryRelationship typeCode="REFR"> <procedure classCode="PROC" moodCode="EVN"> <templateId root="2.16.840.1.113883.10.20.24.3.89"/> <code code="34896006" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT" displayName="incision"/> <effectiveTime <%= value_or_null_flavor(entry.incision_time) %>/> </procedure> </entryRelationship> <% end -%> </procedure> </entry>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
health-data-standards-3.2.7 | templates/cat1/_2.16.840.1.113883.10.20.24.3.64.cat1.erb |
health-data-standards-3.2.6 | templates/cat1/_2.16.840.1.113883.10.20.24.3.64.cat1.erb |