Sha256: c8be2005e375d4bca205c18e2afdbd68ff369b79bb4a86770878276b1bf61bf6
Contents?: true
Size: 1.72 KB
Versions: 15
Compression:
Stored size: 1.72 KB
Contents
<entry> <substanceAdministration classCode="SBADM" moodCode="EVN" <%== negation_indicator(entry) %>> <!-- Medication Activity (consolidation) template --> <templateId root="2.16.840.1.113883.10.20.22.4.16"/> <!-- Medication, Active template --> <templateId root="2.16.840.1.113883.10.20.24.3.41"/> <id root="1.3.6.1.4.1.115" extension="<%= entry.id %>"/> <text><%= entry.description %></text> <statusCode code="active"/> <effectiveTime xsi:type="IVL_TS"> <low <%= value_or_null_flavor(entry.start_time) %>/> <high <%= value_or_null_flavor(entry.end_time) %>/> </effectiveTime> <%== render(:partial => 'medication_details', :locals => {:entry => entry, :route_oids=>field_oids["ROUTE"]}) %> <% if entry.product_form.present? -%> <administrationUnitCode code="<%= entry.product_form['code'] %>" codeSystem="<%= entry.product_form['codeSystem'] %>"/> <% end -%> <consumable> <manufacturedProduct classCode="MANU"> <!-- Medication Information (consolidation) template --> <templateId root="2.16.840.1.113883.10.20.22.4.23"/> <id root="<%= UUID.generate %>"/> <manufacturedMaterial> <%== code_display(entry, 'value_set_map' => value_set_map, 'preferred_code_sets' => ['LOINC', 'SNOMED-CT', 'ICD-9-CM', 'ICD-10-CM', 'RxNorm'], 'extra_content' => "sdtc:valueSet=\"#{value_set_oid}\"") %> </manufacturedMaterial> <manufacturerOrganization> <name>Medication Factory Inc.</name> </manufacturerOrganization> </manufacturedProduct> </consumable> <%== render(:partial => 'reason', :locals => {:entry => entry, :reason_oids=>field_oids["REASON"]}) %> </substanceAdministration> </entry>
Version data entries
15 entries across 15 versions & 1 rubygems