Sha256: d0b0cec91498ade15023f1ead0e5f79586ca48d20604ac9a568ce857649cab2e

Contents?: true

Size: 583 Bytes

Versions: 7

Compression:

Stored size: 583 Bytes

Contents

<%  status = entry.qmd_status

    if status.present?
      debugger
  -%>
<entryRelationship typeCode="REFR">
  <observation classCode="OBS" moodCode="EVN">
    <templateId root="2.16.840.1.113883.10.20.24.3.93"/>
    <id root="1.3.6.1.4.1.115" extension="<%= identifier_for(status) %>" />
    <code code="33999-4"
          codeSystem="2.16.840.1.113883.6.1"
          displayName="status"
          codeSystemName="LOINC"/>
    <%== render(:partial=> 'result_value', :locals => {:values => [status], :result_oids=>status_oids}) %>
  </observation>
</entryRelationship>
<% end -%>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
health-data-standards-4.3.5 templates/cat1/r5/_status.cat1.erb
health-data-standards-4.3.4 templates/cat1/r5/_status.cat1.erb
health-data-standards-4.3.3 templates/cat1/r5/_status.cat1.erb
health-data-standards-4.3.2 templates/cat1/r5/_status.cat1.erb
health-data-standards-4.3.1 templates/cat1/r5/_status.cat1.erb
health-data-standards-4.3.0 templates/cat1/r5/_status.cat1.erb
health-data-standards-4.2.0 templates/cat1/r5/_status.cat1.erb