Sha256: 2ffde0af51cb260472402516f96d535a6316c0dd93d907d773d08e2607cdfe73
Contents?: true
Size: 762 Bytes
Versions: 16
Compression:
Stored size: 762 Bytes
Contents
<entry> <!-- Clinical Trial Participant --> <observation classCode="OBS" moodCode="EVN"> <templateId root="2.16.840.1.113883.10.20.24.3.51" <% if !r2_compatibility %>extension="2014-12-01"<%end%>/> <id root="<%= UUID.generate %>"/> <code code="ASSERTION" codeSystem="2.16.840.1.113883.5.4"/> <statusCode code="active"/> <effectiveTime> <low <%= value_or_null_flavor(entry.start_time) %>/> <high <%= value_or_null_flavor(entry.end_time) %>/> </effectiveTime> <%== code_display(entry, {'tag_name' => 'value', 'value_set_map' => filtered_vs_map,'preferred_code_sets' => ['SNOMED-CT', 'LOINC', 'ICD-9-CM', 'ICD-10-CM'], 'extra_content' => "xsi:type=\"CD\" sdtc:valueSet=\"#{value_set_oid}\""}) %> </observation> </entry>
Version data entries
16 entries across 16 versions & 1 rubygems