health-data-standards 3.2.2 → 3.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/templates/cat1/show.cat1.erb +3 -3
  2. metadata +2 -2
@@ -93,14 +93,14 @@
93
93
  <documentationOf typeCode="DOC">
94
94
  <serviceEvent classCode="PCPR"> <!-- care provision -->
95
95
  <effectiveTime>
96
- <low value="20100601"/>
97
- <high value="20100915"/>
96
+ <low value="20020716"/>
97
+ <high value="<%= Time.now.utc.to_formatted_s(:number) %>"/>
98
98
  </effectiveTime>
99
99
  <!-- You can include multiple performers, each with an NPI, TIN, CCN. -->
100
100
  <performer typeCode="PRF">
101
101
  <time>
102
102
  <low value="20020716"/>
103
- <high value="20070915"/>
103
+ <high value="<%= Time.now.utc.to_formatted_s(:number) %>"/>
104
104
  </time>
105
105
  <assignedEntity>
106
106
  <!-- This is the provider NPI -->
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: health-data-standards
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.2
4
+ version: 3.2.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ authors:
13
13
  autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
- date: 2013-07-01 00:00:00.000000000 Z
16
+ date: 2013-07-02 00:00:00.000000000 Z
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency
19
19
  name: rest-client