health-data-standards 3.2.2 → 3.2.3
Sign up to get free protection for your applications and to get access to all the features.
- data/templates/cat1/show.cat1.erb +3 -3
- 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="
|
97
|
-
<high value="
|
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="
|
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.
|
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-
|
16
|
+
date: 2013-07-02 00:00:00.000000000 Z
|
17
17
|
dependencies:
|
18
18
|
- !ruby/object:Gem::Dependency
|
19
19
|
name: rest-client
|