Sha256: e4136df2991cbb2b61a45b98cbf759c06926685db31c11acca979d10fc233118

Contents?: true

Size: 672 Bytes

Versions: 7

Compression:

Stored size: 672 Bytes

Contents

<%  if entry.severity.present? -%>
<entryRelationship typeCode="RSON">
  <observation classCode="OBS" moodCode="EVN">
    <templateId root="2.16.840.1.113883.10.20.22.4.8" extension="2014-06-09"/>
    <id root="1.3.6.1.4.1.115" extension="<%= identifier_for([reason, entry.start_time]) %>" />
    <code code="SEV" codeSystem="2.16.840.1.113883.5.4" />
    <statusCode code="completed"/>
    <value xsi:type="CD"
         code="<%= entry.severity[:code] %>"
         codeSystem="<%= HealthDataStandards::Util::CodeSystemHelper.oid_for_code_system(entry.severity[:codeSystem] || entry.severity[:code_system]) %>"
         />
  </observation>
</entryRelationship>
<% end -%>

Version data entries

7 entries across 7 versions & 1 rubygems

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