Sha256: 44af4f79fc6601a6b4d2a22179b4180adc35b003559318249da740c466bcea7a
Contents?: true
Size: 1.2 KB
Versions: 59
Compression:
Stored size: 1.2 KB
Contents
<component> <!--Plan of Care--> <section> <templateId root="2.16.840.1.113883.3.88.11.83.124" assigningAuthorityName="HITSP/C83"/> <templateId root="1.3.6.1.4.1.19376.1.5.3.1.3.31" assigningAuthorityName="IHE PCC"/> <templateId root="2.16.840.1.113883.10.20.2.7" assigningAuthorityName="HL7 CCD"/> <templateId root="2.16.840.1.113883.10.20.1.10" assigningAuthorityName="HL7 CCD"/> <!--Plan of Care section template--> <code code="18776-5" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="Treatment plan"/> <title>Plan of Care</title> <%== render :partial => 'narrative_block', :locals => {:entries => entries, :section => 'plan_of_care'} %> <% entries.each do |entry| -%> <entry typeCode="DRIV"> <observation classCode="OBS" moodCode="RQO"> <templateId root="2.16.840.1.113883.10.20.1.25"/> <!-- Plan of Activity activity template --> <id root="<%= UUID.generate %>"/> <%== code_display(entry, :preferred_code_sets => ['SNOMED-CT']) %> <statusCode code="new"/> <effectiveTime <%= value_or_null_flavor(entry.as_point_in_time) %>/> </observation> </entry> <% end -%> </section> </component>
Version data entries
59 entries across 59 versions & 1 rubygems