{
  "resourceType": "SearchParameter",
  "id": "AppointmentResponse-part-status",
  "url": "http://hl7.org/fhir/SearchParameter/AppointmentResponse-part-status",
  "name": "part-status",
  "status": "draft",
  "experimental": false,
  "publisher": "Health Level Seven International (Patient Administration)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/pafm/index.cfm"
        }
      ]
    }
  ],
  "code": "part-status",
  "base": [
    "AppointmentResponse"
  ],
  "type": "token",
  "description": "The participants acceptance status for this appointment",
  "expression": "AppointmentResponse.participantStatus",
  "xpath": "f:AppointmentResponse/f:participantStatus",
  "xpathUsage": "normal"
}