Sha256: 650a9856184f5c67c507c5c41409c39f80fa6df52e80ec21c01302aa9c900a39

Contents?: true

Size: 1.49 KB

Versions: 52

Compression:

Stored size: 1.49 KB

Contents

<component>
  <!--Medications-->
  <section>
	<templateId root="2.16.840.1.113883.10.20.22.2.1" />
    <code code="10160-0" displayName="History of medication use" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC"/>
    <title>Medications</title>
    <%== render :partial => 'narrative_block', :locals => {:entries => entries, :section => 'medications'} %>
    <% entries.each_with_index do |entry, i| -%>
    <entry>
      <!--CCD Medication activity - Required-->
      <substanceAdministration classCode="SBADM" moodCode="EVN">
        <templateId root='2.16.840.1.113883.10.20.22.4.16'/>
        <id root="<%= UUID.generate %>"/>
        <statusCode code="completed"/>
        <effectiveTime xsi:type="IVL_TS">
          <low <%= value_or_null_flavor(entry.as_point_in_time) %>/>
          <high nullFlavor="UNK"/>
        </effectiveTime>
        <consumable>
          <!--CCD Product - Required-->
          <manufacturedProduct classCode="MANU">
			    <templateId root='2.16.840.1.113883.10.20.22.4.23'/>
            <manufacturedMaterial>
              <%== render :partial => 'code_with_reference', :locals => {:entry => entry, :i => i, :section => 'medications',
                                                                         :preferred_code_sets => ['RxNorm']} %>
              <name><%= entry.description %></name>
            </manufacturedMaterial>
          </manufacturedProduct>
        </consumable>
      </substanceAdministration>
    </entry>
    <% end -%>
  </section>
</component>

Version data entries

52 entries across 52 versions & 1 rubygems

Version Path
health-data-standards-4.3.5 templates/ccda/_medications.ccda.erb
health-data-standards-4.3.4 templates/ccda/_medications.ccda.erb
health-data-standards-4.3.3 templates/ccda/_medications.ccda.erb
health-data-standards-4.3.2 templates/ccda/_medications.ccda.erb
health-data-standards-4.3.1 templates/ccda/_medications.ccda.erb
health-data-standards-4.3.0 templates/ccda/_medications.ccda.erb
health-data-standards-4.2.0 templates/ccda/_medications.ccda.erb
health-data-standards-4.1.0 templates/ccda/_medications.ccda.erb
health-data-standards-4.0.6 templates/ccda/_medications.ccda.erb
health-data-standards-4.0.5 templates/ccda/_medications.ccda.erb
health-data-standards-4.0.4 templates/ccda/_medications.ccda.erb
health-data-standards-4.0.3 templates/ccda/_medications.ccda.erb
health-data-standards-4.0.2 templates/ccda/_medications.ccda.erb
health-data-standards-4.0.1 templates/ccda/_medications.ccda.erb
health-data-standards-4.0.0 templates/ccda/_medications.ccda.erb
health-data-standards-3.7.0 templates/ccda/_medications.ccda.erb
health-data-standards-3.6.1 templates/ccda/_medications.ccda.erb
health-data-standards-3.5.3 templates/ccda/_medications.ccda.erb
health-data-standards-3.5.2 templates/ccda/_medications.ccda.erb
health-data-standards-3.5.1 templates/ccda/_medications.ccda.erb