Sha256: ed8bff005d894010ebced488ad5532e81a677f6fe17761bd0893fcc644dc98b8

Contents?: true

Size: 441 Bytes

Versions: 11

Compression:

Stored size: 441 Bytes

Contents

<% if entry.codes.empty? %>
  <code />
<% else %>  
  <%== gc32_code_display entry, "tag_name" => "code", 'preferred_code_sets' => code_sets %>
<% end %>
<% if entry.status_code && !entry.status_code.empty? %>
<%== gc32_code_display entry, "tag_name" => "status", "attribute" => "status_code", 'preferred_code_sets' => ['SNOMED-CT', "HL7 ActStatus"] %>
<% end %>
<freeText><%=entry.description %></freeText>
<%== gc32_effective_time(entry)%>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
health-data-standards-3.5.3 templates/gc32/_entry_attributes.gc32.erb
health-data-standards-3.5.2 templates/gc32/_entry_attributes.gc32.erb
health-data-standards-3.5.1 templates/gc32/_entry_attributes.gc32.erb
health-data-standards-3.5.0 templates/gc32/_entry_attributes.gc32.erb
health-data-standards-3.4.6 templates/gc32/_entry_attributes.gc32.erb
health-data-standards-3.4.5 templates/gc32/_entry_attributes.gc32.erb
health-data-standards-3.4.4 templates/gc32/_entry_attributes.gc32.erb
health-data-standards-3.4.3 templates/gc32/_entry_attributes.gc32.erb
health-data-standards-3.4.2 templates/gc32/_entry_attributes.gc32.erb
health-data-standards-3.4.1 templates/gc32/_entry_attributes.gc32.erb
health-data-standards-3.4.0 templates/gc32/_entry_attributes.gc32.erb