Sha256: 9b2a56802b7dde9e5d5ece6ae352c6ed56d3d7f9f852a4a17ad8751d6cfbccb8
Contents?: true
Size: 1016 Bytes
Versions: 2
Compression:
Stored size: 1016 Bytes
Contents
<entry> <!--Medication dispensed --> <supply classCode="SPLY" moodCode="EVN"> <!-- Medication Dispensed template --> <templateId root="2.16.840.1.113883.10.20.24.3.45"/> <!-- Medication Dispense template --> <templateId root="2.16.840.1.113883.10.20.22.4.18"/> <id root="<%= entry.id %>"/> <text><%= entry.description %></text> <statusCode code="completed"/> <effectiveTime xsi:type="IVL_TS"> <low <%= value_or_null_flavor(entry.start_time) %>/> <high <%= value_or_null_flavor(entry.end_time) %>/> </effectiveTime> <product> <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, :extra_content => "sdtc:valueSet=\"#{value_set_oid}\"") %> </manufacturedMaterial> </manufacturedProduct> </product> </supply> </entry>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
qrda_generator-1.0.1 | templates/_2.16.840.1.113883.10.20.24.3.45.cat1.erb |
qrda_generator-1.0.0 | templates/_2.16.840.1.113883.10.20.24.3.45.cat1.erb |