Sha256: eb4e49beff70a92f4b644df98fea841466c0bb5c6f02c21358f9beb615157aec
Contents?: true
Size: 780 Bytes
Versions: 2
Compression:
Stored size: 780 Bytes
Contents
<entry> <act classCode="ACT" moodCode="RQO"> <!-- Plan of Care Activity Act template --> <templateId root="2.16.840.1.113883.10.20.22.4.39"/> <!-- Intervention Order template --> <templateId root="2.16.840.1.113883.10.20.24.3.31"/> <id root="<%= entry.id %>"/> <%== code_display(entry, 'preferred_code_sets' => ['LOINC', 'SNOMED-CT', 'ICD-9-CM', 'ICD-10-CM'], 'extra_content' => "sdtc:valueSet=\"#{value_set_oid}\"") %> <statusCode code="completed"/> <author> <time <%= value_or_null_flavor(entry.as_point_in_time) %>/> <assignedAuthor> <id root="<%= UUID.generate %>"/> </assignedAuthor> </author> <effectiveTime> <low <%= value_or_null_flavor(entry.start_time) %>/> </effectiveTime> </act> </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.31.cat1.erb |
qrda_generator-1.0.0 | templates/_2.16.840.1.113883.10.20.24.3.31.cat1.erb |