Skip to content

Commit

Permalink
fix: removed duplicate parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Winterbottom committed Mar 22, 2019
1 parent 0d05919 commit 0443cef
Showing 1 changed file with 0 additions and 7 deletions.
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 0443cef

Please sign in to comment.