Sha256: cb63b114b01e9f409aac2be59e10683f20a2022b3203895e59f30e243b095914

Contents?: true

Size: 526 Bytes

Versions: 10

Compression:

Stored size: 526 Bytes

Contents

<entry xmlns="urn:hl7-org:greencda:c32">
  <id><%= entry.id %></id>
  <%== code_display entry, "tag_name" => "code", 'preferred_code_sets' => ['SNOMED-CT', "LOINC"] %>
  <status><%= entry.status%></status>
  <freeText><%=entry.free_text %></freeText>
  <effectiveTime>
    <% if entry.start_time || entry.end_time %>
    <start><%= time_if_not_nil(entry.start_time) %></start>
    <end><%= time_if_not_nil(entry.end_time) %></end>
    <% else %>
    <%= time_if_not_nil(entry.time) %>
    <% end %>
  </effectiveTime>
</entry>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
health-data-standards-2.2.1 templates/_entry.gc32.erb
health-data-standards-2.2.0 templates/_entry.gc32.erb
health-data-standards-2.1.4 templates/_entry.gc32.erb
health-data-standards-2.1.3 templates/_entry.gc32.erb
health-data-standards-2.1.2 templates/_entry.gc32.erb
health-data-standards-2.1.1 templates/_entry.gc32.erb
health-data-standards-2.1.0 templates/_entry.gc32.erb
health-data-standards-2.0.0 templates/_entry.gc32.erb
health-data-standards-1.0.1 templates/_entry.gc32.erb
health-data-standards-1.0.0 templates/_entry.gc32.erb