Sha256: e4045c738e2ef71e7601296f5e0a1a4626039d21b955a7ff5ec845495fc50e16
Contents?: true
Size: 846 Bytes
Versions: 13
Compression:
Stored size: 846 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="1.3.6.1.4.1.115" extension="<%= entry.id %>"/> <%== code_display(entry,'value_set_map' => value_set_map, 'preferred_code_sets' => ['LOINC', 'SNOMED-CT', 'ICD-9-CM', 'ICD-10-CM'], 'extra_content' => "sdtc:valueSet=\"#{value_set_oid}\"") %> <statusCode code="completed"/> <effectiveTime> <low <%= value_or_null_flavor(entry.start_time) %>/> </effectiveTime> <author> <time <%= value_or_null_flavor(entry.as_point_in_time) %>/> <assignedAuthor> <id root="<%= UUID.generate %>"/> </assignedAuthor> </author> </act> </entry>
Version data entries
13 entries across 13 versions & 1 rubygems