health-data-standards 4.0.2 → 4.0.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.
- checksums.yaml +4 -4
- data/lib/health-data-standards/models/procedure.rb +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 57a7dd893ee83dd44c77618e3c4e2edfd2af56d2
|
|
4
|
+
data.tar.gz: 7b713bfa141dc0b1272086e0c758fc438de79563
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 61b1f138cc7c76ba8de8e5b46ea8f202412733c961cf5af33c0a738663bdb2dab299ca087ac631459b57086ae448f354e9775095d0afc731c740543de4cbde4c
|
|
7
|
+
data.tar.gz: 83c320c9e7b4b4e0f945747e0cc169dbda4be04afa21ac18a7f8aa3b98cc7006f6d667a2f6987988b7b867ae961e945fe580565661fa2e6443d20434f1a3465b
|
|
@@ -5,6 +5,7 @@ class Procedure < Entry
|
|
|
5
5
|
field :source, type: Hash
|
|
6
6
|
field :anatomical_approach, type: Hash
|
|
7
7
|
field :anatomical_target, type: Hash
|
|
8
|
+
field :anatomical_location, type: Hash
|
|
8
9
|
field :method, type: Hash
|
|
9
10
|
field :reaction, type: Hash
|
|
10
11
|
# The resulting status of a procedure as defined in the QDM documentation. This is different
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: health-data-standards
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.0.
|
|
4
|
+
version: 4.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- The MITRE Corporation
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-02-
|
|
11
|
+
date: 2018-02-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rest-client
|