Sha256: f0aac70d1f86be9e66284465ac886c2bcf42fdcb950840bbc8638001d9d722cc
Contents?: true
Size: 1.39 KB
Versions: 8
Compression:
Stored size: 1.39 KB
Contents
<entry> <substanceAdministration classCode="SBADM" moodCode="EVN" <%== negation_indicator(entry) %>> <!-- Immunization Activity template --> <templateId root="2.16.840.1.113883.10.20.22.4.52" extension="2014-06-09"/> <!-- Immunization, Administered template --> <templateId root="2.16.840.1.113883.10.20.24.3.140" extension="2017-08-01"/> <id root="1.3.6.1.4.1.115" extension="<%= entry.id %>"/> <code code="416118004" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT" displayName="Administration"/> <statusCode code="completed"/> <effectiveTime <%= value_or_null_flavor(entry.start_time) %>/> <%== render(:partial => 'medication_details', :locals => {:entry => entry, :route_oids=>field_oids["ROUTE"]}) %> <consumable> <manufacturedProduct classCode="MANU"> <!-- Immunization Information (consolidation) template --> <templateId root="2.16.840.1.113883.10.20.22.4.54" extension="2014-06-09"/> <id root="<%= UUID.generate %>"/> <manufacturedMaterial> <%== code_display(entry, 'value_set_map' => filtered_vs_map, 'preferred_code_sets' => ['CVX', 'RxNorm']) %> <lotNumberText>1</lotNumberText> </manufacturedMaterial> </manufacturedProduct> </consumable> <%== render(:partial => 'reason', :locals => {:entry => entry,:reason_oids=>field_oids["REASON"]}) %> </substanceAdministration> </entry>
Version data entries
8 entries across 8 versions & 1 rubygems