{
  "resourceType": "SearchParameter",
  "id": "Resource-profile",
  "url": "http://hl7.org/fhir/SearchParameter/Resource-profile",
  "name": "_profile",
  "status": "draft",
  "experimental": false,
  "publisher": "Health Level Seven International (FHIR Infrastructure)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm"
        }
      ]
    }
  ],
  "code": "_profile",
  "base": [
    "Resource"
  ],
  "type": "uri",
  "description": "Profiles this resource claims to conform to",
  "expression": "Resource.meta.profile",
  "xpath": "f:Resource/f:meta/f:profile",
  "xpathUsage": "normal"
}