diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fc6d69b..8ae8fd7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.2.1](https://github.com/Asymmetrik/graphql-fhir/compare/v1.2.0...v1.2.1) (2019-03-22) + + +### Bug Fixes + +* removed duplicate parameter ([0443cef](https://github.com/Asymmetrik/graphql-fhir/commit/0443cef)) + + # [1.2.0](https://github.com/Asymmetrik/graphql-fhir/compare/v1.1.0...v1.2.0) (2019-03-22) @@ -40,6 +48,3 @@ contains graphql which may require you to delete and reinstall node modules. We have updated several versions so when updating, you should rerun yarn install and may need to remove node_modules before hand. - - - diff --git a/package.json b/package.json index c8122c32..96d67607 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-fhir", - "version": "1.2.0", + "version": "1.2.1", "description": "A Javascript based GraphQL FHIR server", "main": "index.js", "author": "Robert-W >", diff --git a/src/resources/1_0_2/parameters/familymemberhistory.parameters.js b/src/resources/1_0_2/parameters/familymemberhistory.parameters.js index 5e0af35a..aea7dc8c 100644 --- a/src/resources/1_0_2/parameters/familymemberhistory.parameters.js +++ b/src/resources/1_0_2/parameters/familymemberhistory.parameters.js @@ -59,11 +59,4 @@ module.exports = { description: "Search for a history of a particular condition within a patient's family.", }, - // http://hl7.org/fhir/SearchParameter/familymemberhistory-daf-FamilyMemberHistory-relationship - relationship: { - type: TokenScalar, - fhirtype: 'token', - xpath: '', - description: 'Search for family history of members based on relationship', - }, };