{
  "resourceType": "SearchParameter",
  "id": "CodeSystem-system",
  "url": "http://hl7.org/fhir/SearchParameter/CodeSystem-system",
  "name": "system",
  "status": "draft",
  "experimental": false,
  "publisher": "Health Level Seven International (Vocabulary)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/Vocab/index.cfm"
        }
      ]
    }
  ],
  "code": "system",
  "base": [
    "CodeSystem"
  ],
  "type": "uri",
  "description": "The system for any codes defined by this code system (same as 'url')",
  "expression": "CodeSystem.url",
  "xpath": "f:CodeSystem/f:url",
  "xpathUsage": "normal"
}