{
  "resourceType": "SearchParameter",
  "id": "DocumentReference-relationship",
  "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-relationship",
  "name": "relationship",
  "status": "draft",
  "experimental": false,
  "date": "2017-04-18T21:44:43+00:00",
  "publisher": "Health Level Seven International (Structured Documents)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/structure/index.cfm"
        }
      ]
    }
  ],
  "code": "relationship",
  "base": [
    "DocumentReference"
  ],
  "type": "composite",
  "description": "Combination of relation and relatesTo",
  "expression": "DocumentReference.relatesTo",
  "xpathUsage": "normal",
  "component": [
    {
      "definition": {
        "reference": "http://hl7.org/fhir/SearchParameter/DocumentReference-relatesto"
      },
      "expression": "code"
    },
    {
      "definition": {
        "reference": "http://hl7.org/fhir/SearchParameter/DocumentReference-relation"
      },
      "expression": "target"
    }
  ]
}