Sha256: 50ccc9561b6cd320a017485b51932006eafab3bc23db24f26c27f0b30a37ab38
Contents?: true
Size: 1.88 KB
Versions: 16
Compression:
Stored size: 1.88 KB
Contents
<entry> <act classCode="ACT" moodCode="EVN"> <!-- Conforms to C-CDA Problem Concern Act (V2) --> <templateId root="2.16.840.1.113883.10.20.22.4.3" extension="2014-06-09" /> <!-- Diagnosis Resolved Concern Act --> <templateId root="2.16.840.1.113883.10.20.24.3.125" extension="2014-12-01" /> <id root="<%= UUID.generate %>"/> <code code="CONC" codeSystem="2.16.840.1.113883.5.6" displayName="Concern" /> <statusCode code="completed" /> <effectiveTime> <!-- Attribute: Start Datetime --> <low <%= value_or_null_flavor(entry.start_time) %>/> <!-- Attribute: Stop Datetime --> <high <%= value_or_null_flavor(entry.end_time) %>/> </effectiveTime> <entryRelationship typeCode="SUBJ"> <observation classCode="OBS" moodCode="EVN"> <!-- Problem observation template --> <templateId root="2.16.840.1.113883.10.20.22.4.4" extension="2014-06-09"/> <!-- Diagnosis, resolved template --> <templateId root="2.16.840.1.113883.10.20.24.3.14" extension="2014-12-01"/> <id root="1.3.6.1.4.1.115" extension="<%= entry.id %>"/> <code code="29308-4" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="diagnosis"/> <statusCode code="completed"/> <effectiveTime> <!-- Attribute: Start Datetime --> <low <%= value_or_null_flavor(entry.start_time) %>/> <!-- Attribute: Stop Datetime --> <high <%= value_or_null_flavor(entry.end_time) %>/> </effectiveTime> <%== render(:partial => 'ordinality', :locals => {:entry => entry, :ordinality_oids=>field_oids["ORDINAL"]}) %> <%== code_display(entry, 'value_set_map' => filtered_vs_map,'tag_name' => 'value', 'preferred_code_sets' => ['SNOMED-CT', 'ICD-9-CM', 'ICD-10-CM', 'CPT'], 'extra_content' => "xsi:type=\"CD\" sdtc:valueSet=\"#{value_set_oid}\"") %> </observation> </entryRelationship> </act> </entry>
Version data entries
16 entries across 16 versions & 1 rubygems