Sha256: 61f09906a873fbeb0484093de5f6868bbbfe59f0548a3a13bba3a6e5a9975ea6

Contents?: true

Size: 1.21 KB

Versions: 2

Compression:

Stored size: 1.21 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="<%= Time.at(entry.time).utc.to_formatted_s(:number) %>"/>
      </observation>
    </entry>
    <% end -%>
  </section>
</component>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
health-data-standards-0.7.1 templates/_care_goals.c32.erb
health-data-standards-0.7.0 templates/_care_goals.c32.erb