Skip to content

Commit

Permalink
Fix/remove duplicate param (#25)
Browse files Browse the repository at this point in the history
* fix: removed duplicate parameter

* Release
  • Loading branch information
Robert-W committed Mar 22, 2019
1 parent d325d82 commit e418a04
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down Expand Up @@ -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.



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <rwinterbottom@asymmetrik.com>>",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
};

0 comments on commit e418a04

Please sign in to comment.