Sha256: caeb1df1537960d31bc25af660c8286b035cc785410e79f8baa6fdfabf0c49e2

Contents?: true

Size: 473 Bytes

Versions: 10

Compression:

Stored size: 473 Bytes

Contents

<procedure xmlns="urn:hl7-org:greencda:c32">
  <id><%= procedure.id %></id>
  <%== code_display procedure, "tag_name" => "code", 'preferred_code_sets' => ['SNOMED-CT'] %>
  <status><%= procedure.status%></status>
  <freeText><%=procedure.free_text %></freeText>
  <%== gc32_effective_time(procedure)%>
  <% if procedure.site %>
    <%== code_display procedure, "tag_name" => "site", "attribute" => "site", "preferred_code_sets" => ["SNOMED-CT"] %>
  <% end %>
</procedure>

Version data entries

10 entries across 10 versions & 1 rubygems

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