{
  "resourceType": "SearchParameter",
  "id": "FamilyMemberHistory-relationship",
  "url": "http://hl7.org/fhir/SearchParameter/FamilyMemberHistory-relationship",
  "name": "relationship",
  "status": "draft",
  "experimental": false,
  "publisher": "Health Level Seven International (Patient Care)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm"
        }
      ]
    }
  ],
  "code": "relationship",
  "base": [
    "FamilyMemberHistory"
  ],
  "type": "token",
  "description": "A search by a relationship type",
  "expression": "FamilyMemberHistory.relationship",
  "xpath": "f:FamilyMemberHistory/f:relationship",
  "xpathUsage": "normal"
}