Sha256: 5bdc12572e891c6d058dce3f5e304afe244ca96d1901d47bc05fe57b27f624af

Contents?: true

Size: 731 Bytes

Versions: 14

Compression:

Stored size: 731 Bytes

Contents

<% if entry.negation_reason.present? -%>
<entryRelationship typeCode="RSON">
  <observation classCode="OBS" moodCode="EVN">
    <templateId root="2.16.840.1.113883.10.20.24.3.88"/>  
    <code code="410666004" 
          codeSystem="2.16.840.1.113883.6.96"
          displayName="reason" 
          codeSystemName="SNOMED CT"/>
    <statusCode code="completed"/>
    <effectiveTime <%= value_or_null_flavor(entry.start_time) %>/>
    <value xsi:type="CD" 
         code="<%= entry.negation_reason['code'] %>" 
         codeSystem="<%= HealthDataStandards::Util::CodeSystemHelper.oid_for_code_system(entry.negation_reason['codeSystem'] || entry.negation_reason['code_system']) %>"/>
  </observation>
</entryRelationship>
<% end -%>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
health-data-standards-3.2.7 templates/cat1/_reason.cat1.erb
health-data-standards-3.2.6 templates/cat1/_reason.cat1.erb
health-data-standards-3.2.5 templates/cat1/_reason.cat1.erb
health-data-standards-3.2.4 templates/cat1/_reason.cat1.erb
health-data-standards-3.2.3 templates/cat1/_reason.cat1.erb
health-data-standards-3.2.2 templates/cat1/_reason.cat1.erb
health-data-standards-3.2.1 templates/cat1/_reason.cat1.erb
health-data-standards-3.2.0 templates/cat1/_reason.cat1.erb
health-data-standards-3.1.1 templates/cat1/_reason.cat1.erb
health-data-standards-3.1.0 templates/cat1/_reason.cat1.erb
health-data-standards-3.0.6 templates/cat1/_reason.cat1.erb
health-data-standards-3.0.5 templates/cat1/_reason.cat1.erb
health-data-standards-3.0.4 templates/cat1/_reason.cat1.erb
health-data-standards-3.0.3 templates/cat1/_reason.cat1.erb