Sha256: 2103986875cccc54450ec12be3a3962589bb6f079a694e631b9cf4643026a899

Contents?: true

Size: 661 Bytes

Versions: 31

Compression:

Stored size: 661 Bytes

Contents

<precondition typeCode="PRCN">
  <%- if precondition.conjunction? -%>
  <<%= precondition.conjunction_code_with_negation %>>
    <id/>
    <%- precondition.preconditions.each do |child| -%>
    <%= xml_for_precondition(child) %>
    <%- end -%>
  </<%= precondition.conjunction_code_with_negation %>>
  <%- else -%>
    <<%= reference_element_name(precondition.reference.id) %>Reference moodCode="EVN" classCode="<%= reference_type_name(precondition.reference.id) %>">
      <id root="2.16.840.1.113883.3.100.1" extension="<%= precondition.reference.id %>"/>
    </<%= reference_element_name(precondition.reference.id) %>Reference>
  <%- end -%>
</precondition>

Version data entries

31 entries across 31 versions & 2 rubygems

Version Path
health-data-standards-3.4.6 lib/hqmf-generator/precondition.xml.erb
health-data-standards-3.4.5 lib/hqmf-generator/precondition.xml.erb
health-data-standards-3.4.4 lib/hqmf-generator/precondition.xml.erb
health-data-standards-3.4.3 lib/hqmf-generator/precondition.xml.erb
health-data-standards-3.4.2 lib/hqmf-generator/precondition.xml.erb
health-data-standards-3.4.1 lib/hqmf-generator/precondition.xml.erb
health-data-standards-3.4.0 lib/hqmf-generator/precondition.xml.erb
health-data-standards-3.2.12 lib/hqmf-generator/precondition.xml.erb
health-data-standards-3.3.0 lib/hqmf-generator/precondition.xml.erb
health-data-standards-3.2.11 lib/hqmf-generator/precondition.xml.erb
health-data-standards-3.2.10 lib/hqmf-generator/precondition.xml.erb
health-data-standards-3.2.8 lib/hqmf-generator/precondition.xml.erb
health-data-standards-3.2.7 lib/hqmf-generator/precondition.xml.erb
health-data-standards-3.2.6 lib/hqmf-generator/precondition.xml.erb
health-data-standards-3.2.5 lib/hqmf-generator/precondition.xml.erb
health-data-standards-3.2.4 lib/hqmf-generator/precondition.xml.erb
health-data-standards-3.2.3 lib/hqmf-generator/precondition.xml.erb
health-data-standards-3.2.2 lib/hqmf-generator/precondition.xml.erb
health-data-standards-3.2.1 lib/hqmf-generator/precondition.xml.erb
health-data-standards-3.2.0 lib/hqmf-generator/precondition.xml.erb