health-data-standards 4.0.2 → 4.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3ea43a478ad5524e5d0d49f31acb4af06cf5de54
4
- data.tar.gz: b059f0dc7760945b6ae0a1acef75de8a676096ad
3
+ metadata.gz: 57a7dd893ee83dd44c77618e3c4e2edfd2af56d2
4
+ data.tar.gz: 7b713bfa141dc0b1272086e0c758fc438de79563
5
5
  SHA512:
6
- metadata.gz: 2b0c300d5fa2bd93eb64a97b567925cda28ebb60bff728e0747d7474d56dbc22c0fbdae04fae88d81e5ece2935e9b27836b4cb94861fd051c61675e33ff09889
7
- data.tar.gz: 1096eb870d9157ca9197fe407ab5864acdc117f8a7face2f02027ba5383b736d707f2a671d0bb9e7763099855abd656fb4cc2f0b562f3187be159b9dd274a591
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.2
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-14 00:00:00.000000000 Z
11
+ date: 2018-02-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rest-client