templates/cat1/show.cat1.erb in health-data-standards-3.4.1 vs templates/cat1/show.cat1.erb in health-data-standards-3.4.2
- old
+ new
@@ -84,38 +84,10 @@
<id root="2.16.840.1.113883.19.5"/>
<name>Cypress</name>
</representedOrganization>
</assignedEntity>
</legalAuthenticator>
-
- <!-- TODO: This is where the provider information will go.
- It is currently hard coded, but should be replaced with the providers
- and the time over which they are performing. -->
- <documentationOf typeCode="DOC">
- <serviceEvent classCode="PCPR"> <!-- care provision -->
- <effectiveTime>
- <low value="20020716"/>
- <high value="<%= Time.now.utc.to_formatted_s(:number) %>"/>
- </effectiveTime>
- <!-- You can include multiple performers, each with an NPI, TIN, CCN. -->
- <performer typeCode="PRF">
- <time>
- <low value="20020716"/>
- <high value="<%= Time.now.utc.to_formatted_s(:number) %>"/>
- </time>
- <assignedEntity>
- <!-- This is the provider NPI -->
- <id root="2.16.840.1.113883.4.6" extension="111111111" />
- <representedOrganization>
- <!-- This is the organization TIN -->
- <id root="2.16.840.1.113883.4.2" extension="1234567" />
- <!-- This is the organization CCN -->
- <id root="2.16.840.1.113883.4.336" extension="54321" />
- </representedOrganization>
- </assignedEntity>
- </performer>
- </serviceEvent>
- </documentationOf>
+ <%== render :partial => 'providers', :locals => {:patient => patient} %>
<component>
<structuredBody>
<%== render :partial => 'measures', :locals => {:measures => measures} %>
<%== render :partial => 'reporting_parameters', :locals => {:start_date => start_date, :end_date => end_date} %>
<%== render :partial => 'patient_data', :locals => {:measures => measures, :patient => patient} %>
\ No newline at end of file