{
  "resourceType": "SearchParameter",
  "id": "clinical-type",
  "url": "http://hl7.org/fhir/SearchParameter/clinical-type",
  "name": "type",
  "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": "type",
  "base": [
    "ReferralRequest",
    "DocumentManifest",
    "DocumentReference",
    "Encounter",
    "AllergyIntolerance",
    "EpisodeOfCare",
    "Composition"
  ],
  "type": "token",
  "description": "Multiple Resources: \r\n\r\n* [ReferralRequest](referralrequest.html): The type of the referral\r\n* [DocumentManifest](documentmanifest.html): Kind of document set\r\n* [DocumentReference](documentreference.html): Kind of document (LOINC if possible)\r\n* [Encounter](encounter.html): Specific type of encounter\r\n* [AllergyIntolerance](allergyintolerance.html): allergy | intolerance - Underlying mechanism (if known)\r\n* [EpisodeOfCare](episodeofcare.html): Type/class  - e.g. specialist referral, disease management\r\n* [Composition](composition.html): Kind of composition (LOINC if possible)",
  "expression": "ReferralRequest.type | DocumentManifest.type | DocumentReference.type | Encounter.type | AllergyIntolerance.type | EpisodeOfCare.type | Composition.type",
  "xpath": "f:ReferralRequest/f:type | f:DocumentManifest/f:type | f:DocumentReference/f:type | f:Encounter/f:type | f:AllergyIntolerance/f:type | f:EpisodeOfCare/f:type | f:Composition/f:type",
  "xpathUsage": "normal"
}