templates/cat3/show.cat3.erb in health-data-standards-3.4.5 vs templates/cat3/show.cat3.erb in health-data-standards-3.4.6
- old
+ new
@@ -39,11 +39,10 @@
<!-- The custodian of the CDA document is the same as the legal authenticator in this
example and represents the reporting organization. -->
<!-- SHALL -->
<custodian>
<assignedCustodian>
- <%== render :partial=>"id", :collection=>header.custodian.organization.ids, :id=>"identifier" %>
<%== render :partial=>"organization", :locals=>{organization: header.custodian.organization, tag_name: "representedCustodianOrganization"} %>
</assignedCustodian>
</custodian>
<!-- The legal authenticator of the CDA document is a single person who is at the
same organization as the custodian in this example. This element must be present. -->
@@ -62,10 +61,10 @@
<given><%= header.legal_authenticator.person.given %></given>
<family><%= header.legal_authenticator.person.family %></family>
</name>
</assignedPerson>
- <%== render :partial=>"organization", :locals=>{organization: header.legal_authenticator.organization} %>
+ <%== render :partial=>"organization", :locals=>{organization: header.legal_authenticator.organization, tag_name: "representedOrganization"} %>
</assignedEntity>
</legalAuthenticator>
<%== render :partial=>"providers", :locals=>{providers: header.performers, start_date: start_date, end_date: end_date} %>