0.1.0 - ci-build International flag

JohnMoehrkeTestVital, published by John Moehrke (himself). This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/JohnMoehrke/testVital/ and changes regularly. See the Directory of published versions

: Disable Searches on Patient - JSON Representation

Raw json | Download

{
  "resourceType" : "Bundle",
  "id" : "disable-searches-patient",
  "type" : "batch",
  "entry" : [
    {
      "fullUrl" : "http://hl7.org/fhir/SearchParameter/Patient-active",
      "resource" : {
        "resourceType" : "SearchParameter",
        "id" : "Patient-active",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_Patient-active\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter Patient-active</b></p><a name=\"Patient-active\"> </a><a name=\"hcPatient-active\"> </a><p><b>url</b>: <a href=\"Bundle-disable-searches-patient.html#http-//hl7.org/fhir/SearchParameter/Patient-active\">Bundle: type = batch</a></p><p><b>version</b>: 4.0.1</p><p><b>name</b>: active</p><p><b>status</b>: Retired</p><p><b>experimental</b>: false</p><p><b>date</b>: 2019-11-01 09:29:23+1100</p><p><b>description</b>: </p><div><p>none</p>\n</div><p><b>code</b>: active</p><p><b>base</b>: Patient</p><p><b>type</b>: Token</p><p><b>expression</b>: Patient.active</p><p><b>xpath</b>: f:Patient/f:active</p><p><b>xpathUsage</b>: Normal</p></div>"
        },
        "url" : "http://hl7.org/fhir/SearchParameter/Patient-active",
        "version" : "4.0.1",
        "name" : "active",
        "status" : "retired",
        "experimental" : false,
        "date" : "2019-11-01T09:29:23+11:00",
        "description" : "none",
        "code" : "active",
        "base" : [
          "Patient"
        ],
        "type" : "token",
        "expression" : "Patient.active",
        "xpath" : "f:Patient/f:active",
        "xpathUsage" : "normal"
      },
      "request" : {
        "method" : "POST",
        "url" : "SearchParameter"
      }
    },
    {
      "fullUrl" : "http://hl7.org/fhir/SearchParameter/individual-address",
      "resource" : {
        "resourceType" : "SearchParameter",
        "id" : "individual-address",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_individual-address\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter individual-address</b></p><a name=\"individual-address\"> </a><a name=\"hcindividual-address\"> </a><p><b>url</b>: <a href=\"Bundle-disable-searches-patient.html#http-//hl7.org/fhir/SearchParameter/individual-address\">Bundle: type = batch</a></p><p><b>version</b>: 4.0.1</p><p><b>name</b>: address</p><p><b>status</b>: Retired</p><p><b>experimental</b>: false</p><p><b>date</b>: 2019-11-01 09:29:23+1100</p><p><b>description</b>: </p><div><p>none</p>\n</div><p><b>code</b>: address</p><p><b>base</b>: Patient, Person, Practitioner, RelatedPerson</p><p><b>type</b>: String</p><p><b>expression</b>: Patient.address | Person.address | Practitioner.address | RelatedPerson.address</p><p><b>xpath</b>: f:Patient/f:address | f:Person/f:address | f:Practitioner/f:address | f:RelatedPerson/f:address</p><p><b>xpathUsage</b>: Normal</p></div>"
        },
        "url" : "http://hl7.org/fhir/SearchParameter/individual-address",
        "version" : "4.0.1",
        "name" : "address",
        "status" : "retired",
        "experimental" : false,
        "date" : "2019-11-01T09:29:23+11:00",
        "description" : "none",
        "code" : "address",
        "base" : [
          "Patient",
          "Person",
          "Practitioner",
          "RelatedPerson"
        ],
        "type" : "string",
        "expression" : "Patient.address | Person.address | Practitioner.address | RelatedPerson.address",
        "xpath" : "f:Patient/f:address | f:Person/f:address | f:Practitioner/f:address | f:RelatedPerson/f:address",
        "xpathUsage" : "normal"
      },
      "request" : {
        "method" : "POST",
        "url" : "SearchParameter"
      }
    },
    {
      "fullUrl" : "http://hl7.org/fhir/SearchParameter/individual-address-city",
      "resource" : {
        "resourceType" : "SearchParameter",
        "id" : "individual-address-city",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_individual-address-city\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter individual-address-city</b></p><a name=\"individual-address-city\"> </a><a name=\"hcindividual-address-city\"> </a><p><b>url</b>: <a href=\"Bundle-disable-searches-patient.html#http-//hl7.org/fhir/SearchParameter/individual-address-city\">Bundle: type = batch</a></p><p><b>version</b>: 4.0.1</p><p><b>name</b>: address-city</p><p><b>status</b>: Retired</p><p><b>experimental</b>: false</p><p><b>date</b>: 2019-11-01 09:29:23+1100</p><p><b>description</b>: </p><div><p>none</p>\n</div><p><b>code</b>: address-city</p><p><b>base</b>: Patient, Person, Practitioner, RelatedPerson</p><p><b>type</b>: String</p><p><b>expression</b>: Patient.address.city | Person.address.city | Practitioner.address.city | RelatedPerson.address.city</p><p><b>xpath</b>: f:Patient/f:address/f:city | f:Person/f:address/f:city | f:Practitioner/f:address/f:city | f:RelatedPerson/f:address/f:city</p><p><b>xpathUsage</b>: Normal</p></div>"
        },
        "url" : "http://hl7.org/fhir/SearchParameter/individual-address-city",
        "version" : "4.0.1",
        "name" : "address-city",
        "status" : "retired",
        "experimental" : false,
        "date" : "2019-11-01T09:29:23+11:00",
        "description" : "none",
        "code" : "address-city",
        "base" : [
          "Patient",
          "Person",
          "Practitioner",
          "RelatedPerson"
        ],
        "type" : "string",
        "expression" : "Patient.address.city | Person.address.city | Practitioner.address.city | RelatedPerson.address.city",
        "xpath" : "f:Patient/f:address/f:city | f:Person/f:address/f:city | f:Practitioner/f:address/f:city | f:RelatedPerson/f:address/f:city",
        "xpathUsage" : "normal"
      },
      "request" : {
        "method" : "POST",
        "url" : "SearchParameter"
      }
    },
    {
      "fullUrl" : "http://hl7.org/fhir/SearchParameter/individual-address-country",
      "resource" : {
        "resourceType" : "SearchParameter",
        "id" : "individual-address-country",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_individual-address-country\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter individual-address-country</b></p><a name=\"individual-address-country\"> </a><a name=\"hcindividual-address-country\"> </a><p><b>url</b>: <a href=\"Bundle-disable-searches-patient.html#http-//hl7.org/fhir/SearchParameter/individual-address-country\">Bundle: type = batch</a></p><p><b>version</b>: 4.0.1</p><p><b>name</b>: address-country</p><p><b>status</b>: Retired</p><p><b>experimental</b>: false</p><p><b>date</b>: 2019-11-01 09:29:23+1100</p><p><b>description</b>: </p><div><p>none</p>\n</div><p><b>code</b>: address-country</p><p><b>base</b>: Patient, Person, Practitioner, RelatedPerson</p><p><b>type</b>: String</p><p><b>expression</b>: Patient.address.country | Person.address.country | Practitioner.address.country | RelatedPerson.address.country</p><p><b>xpath</b>: f:Patient/f:address/f:country | f:Person/f:address/f:country | f:Practitioner/f:address/f:country | f:RelatedPerson/f:address/f:country</p><p><b>xpathUsage</b>: Normal</p></div>"
        },
        "url" : "http://hl7.org/fhir/SearchParameter/individual-address-country",
        "version" : "4.0.1",
        "name" : "address-country",
        "status" : "retired",
        "experimental" : false,
        "date" : "2019-11-01T09:29:23+11:00",
        "description" : "none",
        "code" : "address-country",
        "base" : [
          "Patient",
          "Person",
          "Practitioner",
          "RelatedPerson"
        ],
        "type" : "string",
        "expression" : "Patient.address.country | Person.address.country | Practitioner.address.country | RelatedPerson.address.country",
        "xpath" : "f:Patient/f:address/f:country | f:Person/f:address/f:country | f:Practitioner/f:address/f:country | f:RelatedPerson/f:address/f:country",
        "xpathUsage" : "normal"
      },
      "request" : {
        "method" : "POST",
        "url" : "SearchParameter"
      }
    },
    {
      "fullUrl" : "http://hl7.org/fhir/SearchParameter/individual-address-postalcode",
      "resource" : {
        "resourceType" : "SearchParameter",
        "id" : "individual-address-postalcode",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_individual-address-postalcode\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter individual-address-postalcode</b></p><a name=\"individual-address-postalcode\"> </a><a name=\"hcindividual-address-postalcode\"> </a><p><b>url</b>: <a href=\"Bundle-disable-searches-patient.html#http-//hl7.org/fhir/SearchParameter/individual-address-postalcode\">Bundle: type = batch</a></p><p><b>version</b>: 4.0.1</p><p><b>name</b>: address-postalcode</p><p><b>status</b>: Retired</p><p><b>experimental</b>: false</p><p><b>date</b>: 2019-11-01 09:29:23+1100</p><p><b>description</b>: </p><div><p>none</p>\n</div><p><b>code</b>: address-postalcode</p><p><b>base</b>: Patient, Person, Practitioner, RelatedPerson</p><p><b>type</b>: String</p><p><b>expression</b>: Patient.address.postalCode | Person.address.postalCode | Practitioner.address.postalCode | RelatedPerson.address.postalCode</p><p><b>xpath</b>: f:Patient/f:address/f:postalCode | f:Person/f:address/f:postalCode | f:Practitioner/f:address/f:postalCode | f:RelatedPerson/f:address/f:postalCode</p><p><b>xpathUsage</b>: Normal</p></div>"
        },
        "url" : "http://hl7.org/fhir/SearchParameter/individual-address-postalcode",
        "version" : "4.0.1",
        "name" : "address-postalcode",
        "status" : "retired",
        "experimental" : false,
        "date" : "2019-11-01T09:29:23+11:00",
        "description" : "none",
        "code" : "address-postalcode",
        "base" : [
          "Patient",
          "Person",
          "Practitioner",
          "RelatedPerson"
        ],
        "type" : "string",
        "expression" : "Patient.address.postalCode | Person.address.postalCode | Practitioner.address.postalCode | RelatedPerson.address.postalCode",
        "xpath" : "f:Patient/f:address/f:postalCode | f:Person/f:address/f:postalCode | f:Practitioner/f:address/f:postalCode | f:RelatedPerson/f:address/f:postalCode",
        "xpathUsage" : "normal"
      },
      "request" : {
        "method" : "POST",
        "url" : "SearchParameter"
      }
    },
    {
      "fullUrl" : "http://hl7.org/fhir/SearchParameter/individual-address-state",
      "resource" : {
        "resourceType" : "SearchParameter",
        "id" : "individual-address-state",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_individual-address-state\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter individual-address-state</b></p><a name=\"individual-address-state\"> </a><a name=\"hcindividual-address-state\"> </a><p><b>url</b>: <a href=\"Bundle-disable-searches-patient.html#http-//hl7.org/fhir/SearchParameter/individual-address-state\">Bundle: type = batch</a></p><p><b>version</b>: 4.0.1</p><p><b>name</b>: address-state</p><p><b>status</b>: Retired</p><p><b>experimental</b>: false</p><p><b>date</b>: 2019-11-01 09:29:23+1100</p><p><b>description</b>: </p><div><p>none</p>\n</div><p><b>code</b>: address-state</p><p><b>base</b>: Patient, Person, Practitioner, RelatedPerson</p><p><b>type</b>: String</p><p><b>expression</b>: Patient.address.state | Person.address.state | Practitioner.address.state | RelatedPerson.address.state</p><p><b>xpath</b>: f:Patient/f:address/f:state | f:Person/f:address/f:state | f:Practitioner/f:address/f:state | f:RelatedPerson/f:address/f:state</p><p><b>xpathUsage</b>: Normal</p></div>"
        },
        "url" : "http://hl7.org/fhir/SearchParameter/individual-address-state",
        "version" : "4.0.1",
        "name" : "address-state",
        "status" : "retired",
        "experimental" : false,
        "date" : "2019-11-01T09:29:23+11:00",
        "description" : "none",
        "code" : "address-state",
        "base" : [
          "Patient",
          "Person",
          "Practitioner",
          "RelatedPerson"
        ],
        "type" : "string",
        "expression" : "Patient.address.state | Person.address.state | Practitioner.address.state | RelatedPerson.address.state",
        "xpath" : "f:Patient/f:address/f:state | f:Person/f:address/f:state | f:Practitioner/f:address/f:state | f:RelatedPerson/f:address/f:state",
        "xpathUsage" : "normal"
      },
      "request" : {
        "method" : "POST",
        "url" : "SearchParameter"
      }
    },
    {
      "fullUrl" : "http://hl7.org/fhir/SearchParameter/individual-address-use",
      "resource" : {
        "resourceType" : "SearchParameter",
        "id" : "individual-address-use",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_individual-address-use\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter individual-address-use</b></p><a name=\"individual-address-use\"> </a><a name=\"hcindividual-address-use\"> </a><p><b>url</b>: <a href=\"Bundle-disable-searches-patient.html#http-//hl7.org/fhir/SearchParameter/individual-address-use\">Bundle: type = batch</a></p><p><b>version</b>: 4.0.1</p><p><b>name</b>: address-use</p><p><b>status</b>: Retired</p><p><b>experimental</b>: false</p><p><b>date</b>: 2019-11-01 09:29:23+1100</p><p><b>description</b>: </p><div><p>none</p>\n</div><p><b>code</b>: address-use</p><p><b>base</b>: Patient, Person, Practitioner, RelatedPerson</p><p><b>type</b>: Token</p><p><b>expression</b>: Patient.address.use | Person.address.use | Practitioner.address.use | RelatedPerson.address.use</p><p><b>xpath</b>: f:Patient/f:address/f:use | f:Person/f:address/f:use | f:Practitioner/f:address/f:use | f:RelatedPerson/f:address/f:use</p><p><b>xpathUsage</b>: Normal</p></div>"
        },
        "url" : "http://hl7.org/fhir/SearchParameter/individual-address-use",
        "version" : "4.0.1",
        "name" : "address-use",
        "status" : "retired",
        "experimental" : false,
        "date" : "2019-11-01T09:29:23+11:00",
        "description" : "none",
        "code" : "address-use",
        "base" : [
          "Patient",
          "Person",
          "Practitioner",
          "RelatedPerson"
        ],
        "type" : "token",
        "expression" : "Patient.address.use | Person.address.use | Practitioner.address.use | RelatedPerson.address.use",
        "xpath" : "f:Patient/f:address/f:use | f:Person/f:address/f:use | f:Practitioner/f:address/f:use | f:RelatedPerson/f:address/f:use",
        "xpathUsage" : "normal"
      },
      "request" : {
        "method" : "POST",
        "url" : "SearchParameter"
      }
    },
    {
      "fullUrl" : "http://hl7.org/fhir/SearchParameter/individual-birthdate",
      "resource" : {
        "resourceType" : "SearchParameter",
        "id" : "individual-birthdate",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_individual-birthdate\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter individual-birthdate</b></p><a name=\"individual-birthdate\"> </a><a name=\"hcindividual-birthdate\"> </a><p><b>url</b>: <a href=\"Bundle-disable-searches-patient.html#http-//hl7.org/fhir/SearchParameter/individual-birthdate\">Bundle: type = batch</a></p><p><b>version</b>: 4.0.1</p><p><b>name</b>: birthdate</p><p><b>status</b>: Retired</p><p><b>experimental</b>: false</p><p><b>date</b>: 2019-11-01 09:29:23+1100</p><p><b>description</b>: </p><div><p>none</p>\n</div><p><b>code</b>: birthdate</p><p><b>base</b>: Patient, Person, RelatedPerson</p><p><b>type</b>: Date/DateTime</p><p><b>expression</b>: Patient.birthDate | Person.birthDate | RelatedPerson.birthDate</p><p><b>xpath</b>: f:Patient/f:birthDate | f:Person/f:birthDate | f:RelatedPerson/f:birthDate</p><p><b>xpathUsage</b>: Normal</p><p><b>comparator</b>: Equals, Not Equals, Greater Than, Greater or Equals, Less Than, Less of Equal, Starts After, Ends Before, Approximately</p></div>"
        },
        "url" : "http://hl7.org/fhir/SearchParameter/individual-birthdate",
        "version" : "4.0.1",
        "name" : "birthdate",
        "status" : "retired",
        "experimental" : false,
        "date" : "2019-11-01T09:29:23+11:00",
        "description" : "none",
        "code" : "birthdate",
        "base" : [
          "Patient",
          "Person",
          "RelatedPerson"
        ],
        "type" : "date",
        "expression" : "Patient.birthDate | Person.birthDate | RelatedPerson.birthDate",
        "xpath" : "f:Patient/f:birthDate | f:Person/f:birthDate | f:RelatedPerson/f:birthDate",
        "xpathUsage" : "normal",
        "comparator" : [
          "eq",
          "ne",
          "gt",
          "ge",
          "lt",
          "le",
          "sa",
          "eb",
          "ap"
        ]
      },
      "request" : {
        "method" : "POST",
        "url" : "SearchParameter"
      }
    },
    {
      "fullUrl" : "http://hl7.org/fhir/SearchParameter/Patient-death-date",
      "resource" : {
        "resourceType" : "SearchParameter",
        "id" : "Patient-death-date",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_Patient-death-date\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter Patient-death-date</b></p><a name=\"Patient-death-date\"> </a><a name=\"hcPatient-death-date\"> </a><p><b>url</b>: <a href=\"Bundle-disable-searches-patient.html#http-//hl7.org/fhir/SearchParameter/Patient-death-date\">Bundle: type = batch</a></p><p><b>version</b>: 4.0.1</p><p><b>name</b>: death-date</p><p><b>status</b>: Retired</p><p><b>experimental</b>: false</p><p><b>date</b>: 2019-11-01 09:29:23+1100</p><p><b>description</b>: </p><div><p>none</p>\n</div><p><b>code</b>: death-date</p><p><b>base</b>: Patient</p><p><b>type</b>: Date/DateTime</p><p><b>expression</b>: (Patient.deceased as dateTime)</p><p><b>xpath</b>: f:Patient/f:deceasedDateTime</p><p><b>xpathUsage</b>: Normal</p><p><b>comparator</b>: Equals, Not Equals, Greater Than, Greater or Equals, Less Than, Less of Equal, Starts After, Ends Before, Approximately</p></div>"
        },
        "url" : "http://hl7.org/fhir/SearchParameter/Patient-death-date",
        "version" : "4.0.1",
        "name" : "death-date",
        "status" : "retired",
        "experimental" : false,
        "date" : "2019-11-01T09:29:23+11:00",
        "description" : "none",
        "code" : "death-date",
        "base" : [
          "Patient"
        ],
        "type" : "date",
        "expression" : "(Patient.deceased as dateTime)",
        "xpath" : "f:Patient/f:deceasedDateTime",
        "xpathUsage" : "normal",
        "comparator" : [
          "eq",
          "ne",
          "gt",
          "ge",
          "lt",
          "le",
          "sa",
          "eb",
          "ap"
        ]
      },
      "request" : {
        "method" : "POST",
        "url" : "SearchParameter"
      }
    },
    {
      "fullUrl" : "http://hl7.org/fhir/SearchParameter/Patient-deceased",
      "resource" : {
        "resourceType" : "SearchParameter",
        "id" : "Patient-deceased",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_Patient-deceased\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter Patient-deceased</b></p><a name=\"Patient-deceased\"> </a><a name=\"hcPatient-deceased\"> </a><p><b>url</b>: <a href=\"Bundle-disable-searches-patient.html#http-//hl7.org/fhir/SearchParameter/Patient-deceased\">Bundle: type = batch</a></p><p><b>version</b>: 4.0.1</p><p><b>name</b>: deceased</p><p><b>status</b>: Retired</p><p><b>experimental</b>: false</p><p><b>date</b>: 2019-11-01 09:29:23+1100</p><p><b>description</b>: </p><div><p>none</p>\n</div><p><b>code</b>: deceased</p><p><b>base</b>: Patient</p><p><b>type</b>: Token</p><p><b>expression</b>: Patient.deceased.exists() and Patient.deceased != false</p><p><b>xpath</b>: f:Patient/f:deceasedBoolean | f:Patient/f:deceasedDateTime</p><p><b>xpathUsage</b>: Normal</p></div>"
        },
        "url" : "http://hl7.org/fhir/SearchParameter/Patient-deceased",
        "version" : "4.0.1",
        "name" : "deceased",
        "status" : "retired",
        "experimental" : false,
        "date" : "2019-11-01T09:29:23+11:00",
        "description" : "none",
        "code" : "deceased",
        "base" : [
          "Patient"
        ],
        "type" : "token",
        "expression" : "Patient.deceased.exists() and Patient.deceased != false",
        "xpath" : "f:Patient/f:deceasedBoolean | f:Patient/f:deceasedDateTime",
        "xpathUsage" : "normal"
      },
      "request" : {
        "method" : "POST",
        "url" : "SearchParameter"
      }
    },
    {
      "fullUrl" : "http://hl7.org/fhir/SearchParameter/individual-email",
      "resource" : {
        "resourceType" : "SearchParameter",
        "id" : "individual-email",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_individual-email\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter individual-email</b></p><a name=\"individual-email\"> </a><a name=\"hcindividual-email\"> </a><p><b>url</b>: <a href=\"Bundle-disable-searches-patient.html#http-//hl7.org/fhir/SearchParameter/individual-email\">Bundle: type = batch</a></p><p><b>version</b>: 4.0.1</p><p><b>name</b>: email</p><p><b>status</b>: Retired</p><p><b>experimental</b>: false</p><p><b>date</b>: 2019-11-01 09:29:23+1100</p><p><b>description</b>: </p><div><p>none</p>\n</div><p><b>code</b>: email</p><p><b>base</b>: Patient, Person, Practitioner, PractitionerRole, RelatedPerson</p><p><b>type</b>: Token</p><p><b>expression</b>: Patient.telecom.where(system='email') | Person.telecom.where(system='email') | Practitioner.telecom.where(system='email') | PractitionerRole.telecom.where(system='email') | RelatedPerson.telecom.where(system='email')</p><p><b>xpath</b>: f:Patient/f:telecom[system/@value='email'] | f:Person/f:telecom[system/@value='email'] | f:Practitioner/f:telecom[system/@value='email'] | f:PractitionerRole/f:telecom[system/@value='email'] | f:RelatedPerson/f:telecom[system/@value='email']</p><p><b>xpathUsage</b>: Normal</p></div>"
        },
        "url" : "http://hl7.org/fhir/SearchParameter/individual-email",
        "version" : "4.0.1",
        "name" : "email",
        "status" : "retired",
        "experimental" : false,
        "date" : "2019-11-01T09:29:23+11:00",
        "description" : "none",
        "code" : "email",
        "base" : [
          "Patient",
          "Person",
          "Practitioner",
          "PractitionerRole",
          "RelatedPerson"
        ],
        "type" : "token",
        "expression" : "Patient.telecom.where(system='email') | Person.telecom.where(system='email') | Practitioner.telecom.where(system='email') | PractitionerRole.telecom.where(system='email') | RelatedPerson.telecom.where(system='email')",
        "xpath" : "f:Patient/f:telecom[system/@value='email'] | f:Person/f:telecom[system/@value='email'] | f:Practitioner/f:telecom[system/@value='email'] | f:PractitionerRole/f:telecom[system/@value='email'] | f:RelatedPerson/f:telecom[system/@value='email']",
        "xpathUsage" : "normal"
      },
      "request" : {
        "method" : "POST",
        "url" : "SearchParameter"
      }
    },
    {
      "fullUrl" : "http://hl7.org/fhir/SearchParameter/individual-family",
      "resource" : {
        "resourceType" : "SearchParameter",
        "id" : "individual-family",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_individual-family\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter individual-family</b></p><a name=\"individual-family\"> </a><a name=\"hcindividual-family\"> </a><p><b>url</b>: <a href=\"Bundle-disable-searches-patient.html#http-//hl7.org/fhir/SearchParameter/individual-family\">Bundle: type = batch</a></p><p><b>version</b>: 4.0.1</p><p><b>name</b>: family</p><p><b>status</b>: Retired</p><p><b>experimental</b>: false</p><p><b>date</b>: 2019-11-01 09:29:23+1100</p><p><b>description</b>: </p><div><p>none</p>\n</div><p><b>code</b>: family</p><p><b>base</b>: Patient, Practitioner</p><p><b>type</b>: String</p><p><b>expression</b>: Patient.name.family | Practitioner.name.family</p><p><b>xpath</b>: f:Patient/f:name/f:family | f:Practitioner/f:name/f:family</p><p><b>xpathUsage</b>: Normal</p></div>"
        },
        "url" : "http://hl7.org/fhir/SearchParameter/individual-family",
        "version" : "4.0.1",
        "name" : "family",
        "status" : "retired",
        "experimental" : false,
        "date" : "2019-11-01T09:29:23+11:00",
        "description" : "none",
        "code" : "family",
        "base" : [
          "Patient",
          "Practitioner"
        ],
        "type" : "string",
        "expression" : "Patient.name.family | Practitioner.name.family",
        "xpath" : "f:Patient/f:name/f:family | f:Practitioner/f:name/f:family",
        "xpathUsage" : "normal"
      },
      "request" : {
        "method" : "POST",
        "url" : "SearchParameter"
      }
    },
    {
      "fullUrl" : "http://hl7.org/fhir/SearchParameter/individual-gender",
      "resource" : {
        "resourceType" : "SearchParameter",
        "id" : "individual-gender",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_individual-gender\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter individual-gender</b></p><a name=\"individual-gender\"> </a><a name=\"hcindividual-gender\"> </a><p><b>url</b>: <a href=\"Bundle-disable-searches-patient.html#http-//hl7.org/fhir/SearchParameter/individual-gender\">Bundle: type = batch</a></p><p><b>version</b>: 4.0.1</p><p><b>name</b>: gender</p><p><b>status</b>: Retired</p><p><b>experimental</b>: false</p><p><b>date</b>: 2019-11-01 09:29:23+1100</p><p><b>description</b>: </p><div><p>none</p>\n</div><p><b>code</b>: gender</p><p><b>base</b>: Patient, Person, Practitioner, RelatedPerson</p><p><b>type</b>: Token</p><p><b>expression</b>: Patient.gender | Person.gender | Practitioner.gender | RelatedPerson.gender</p><p><b>xpath</b>: f:Patient/f:gender | f:Person/f:gender | f:Practitioner/f:gender | f:RelatedPerson/f:gender</p><p><b>xpathUsage</b>: Normal</p></div>"
        },
        "url" : "http://hl7.org/fhir/SearchParameter/individual-gender",
        "version" : "4.0.1",
        "name" : "gender",
        "status" : "retired",
        "experimental" : false,
        "date" : "2019-11-01T09:29:23+11:00",
        "description" : "none",
        "code" : "gender",
        "base" : [
          "Patient",
          "Person",
          "Practitioner",
          "RelatedPerson"
        ],
        "type" : "token",
        "expression" : "Patient.gender | Person.gender | Practitioner.gender | RelatedPerson.gender",
        "xpath" : "f:Patient/f:gender | f:Person/f:gender | f:Practitioner/f:gender | f:RelatedPerson/f:gender",
        "xpathUsage" : "normal"
      },
      "request" : {
        "method" : "POST",
        "url" : "SearchParameter"
      }
    },
    {
      "fullUrl" : "http://hl7.org/fhir/SearchParameter/Patient-general-practitioner",
      "resource" : {
        "resourceType" : "SearchParameter",
        "id" : "Patient-general-practitioner",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_Patient-general-practitioner\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter Patient-general-practitioner</b></p><a name=\"Patient-general-practitioner\"> </a><a name=\"hcPatient-general-practitioner\"> </a><p><b>url</b>: <a href=\"Bundle-disable-searches-patient.html#http-//hl7.org/fhir/SearchParameter/Patient-general-practitioner\">Bundle: type = batch</a></p><p><b>version</b>: 4.0.1</p><p><b>name</b>: general-practitioner</p><p><b>status</b>: Retired</p><p><b>experimental</b>: false</p><p><b>date</b>: 2019-11-01 09:29:23+1100</p><p><b>description</b>: </p><div><p>none</p>\n</div><p><b>code</b>: general-practitioner</p><p><b>base</b>: Patient</p><p><b>type</b>: Reference</p><p><b>expression</b>: Patient.generalPractitioner</p><p><b>xpath</b>: f:Patient/f:generalPractitioner</p><p><b>xpathUsage</b>: Normal</p><p><b>target</b>: Practitioner, Organization, PractitionerRole</p></div>"
        },
        "url" : "http://hl7.org/fhir/SearchParameter/Patient-general-practitioner",
        "version" : "4.0.1",
        "name" : "general-practitioner",
        "status" : "retired",
        "experimental" : false,
        "date" : "2019-11-01T09:29:23+11:00",
        "description" : "none",
        "code" : "general-practitioner",
        "base" : [
          "Patient"
        ],
        "type" : "reference",
        "expression" : "Patient.generalPractitioner",
        "xpath" : "f:Patient/f:generalPractitioner",
        "xpathUsage" : "normal",
        "target" : [
          "Practitioner",
          "Organization",
          "PractitionerRole"
        ]
      },
      "request" : {
        "method" : "POST",
        "url" : "SearchParameter"
      }
    },
    {
      "fullUrl" : "http://hl7.org/fhir/SearchParameter/individual-given",
      "resource" : {
        "resourceType" : "SearchParameter",
        "id" : "individual-given",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_individual-given\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter individual-given</b></p><a name=\"individual-given\"> </a><a name=\"hcindividual-given\"> </a><p><b>url</b>: <a href=\"Bundle-disable-searches-patient.html#http-//hl7.org/fhir/SearchParameter/individual-given\">Bundle: type = batch</a></p><p><b>version</b>: 4.0.1</p><p><b>name</b>: given</p><p><b>status</b>: Retired</p><p><b>experimental</b>: false</p><p><b>date</b>: 2019-11-01 09:29:23+1100</p><p><b>description</b>: </p><div><p>none</p>\n</div><p><b>code</b>: given</p><p><b>base</b>: Patient, Practitioner</p><p><b>type</b>: String</p><p><b>expression</b>: Patient.name.given | Practitioner.name.given</p><p><b>xpath</b>: f:Patient/f:name/f:given | f:Practitioner/f:name/f:given</p><p><b>xpathUsage</b>: Normal</p></div>"
        },
        "url" : "http://hl7.org/fhir/SearchParameter/individual-given",
        "version" : "4.0.1",
        "name" : "given",
        "status" : "retired",
        "experimental" : false,
        "date" : "2019-11-01T09:29:23+11:00",
        "description" : "none",
        "code" : "given",
        "base" : [
          "Patient",
          "Practitioner"
        ],
        "type" : "string",
        "expression" : "Patient.name.given | Practitioner.name.given",
        "xpath" : "f:Patient/f:name/f:given | f:Practitioner/f:name/f:given",
        "xpathUsage" : "normal"
      },
      "request" : {
        "method" : "POST",
        "url" : "SearchParameter"
      }
    },
    {
      "fullUrl" : "http://hl7.org/fhir/SearchParameter/Patient-language",
      "resource" : {
        "resourceType" : "SearchParameter",
        "id" : "Patient-language",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_Patient-language\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter Patient-language</b></p><a name=\"Patient-language\"> </a><a name=\"hcPatient-language\"> </a><p><b>url</b>: <a href=\"Bundle-disable-searches-patient.html#http-//hl7.org/fhir/SearchParameter/Patient-language\">Bundle: type = batch</a></p><p><b>version</b>: 4.0.1</p><p><b>name</b>: language</p><p><b>status</b>: Retired</p><p><b>experimental</b>: false</p><p><b>date</b>: 2019-11-01 09:29:23+1100</p><p><b>description</b>: </p><div><p>none</p>\n</div><p><b>code</b>: language</p><p><b>base</b>: Patient</p><p><b>type</b>: Token</p><p><b>expression</b>: Patient.communication.language</p><p><b>xpath</b>: f:Patient/f:communication/f:language</p><p><b>xpathUsage</b>: Normal</p></div>"
        },
        "url" : "http://hl7.org/fhir/SearchParameter/Patient-language",
        "version" : "4.0.1",
        "name" : "language",
        "status" : "retired",
        "experimental" : false,
        "date" : "2019-11-01T09:29:23+11:00",
        "description" : "none",
        "code" : "language",
        "base" : [
          "Patient"
        ],
        "type" : "token",
        "expression" : "Patient.communication.language",
        "xpath" : "f:Patient/f:communication/f:language",
        "xpathUsage" : "normal"
      },
      "request" : {
        "method" : "POST",
        "url" : "SearchParameter"
      }
    },
    {
      "fullUrl" : "http://hl7.org/fhir/SearchParameter/Patient-link",
      "resource" : {
        "resourceType" : "SearchParameter",
        "id" : "Patient-link",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_Patient-link\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter Patient-link</b></p><a name=\"Patient-link\"> </a><a name=\"hcPatient-link\"> </a><p><b>url</b>: <a href=\"Bundle-disable-searches-patient.html#http-//hl7.org/fhir/SearchParameter/Patient-link\">Bundle: type = batch</a></p><p><b>version</b>: 4.0.1</p><p><b>name</b>: link</p><p><b>status</b>: Retired</p><p><b>experimental</b>: false</p><p><b>date</b>: 2019-11-01 09:29:23+1100</p><p><b>description</b>: </p><div><p>none</p>\n</div><p><b>code</b>: link</p><p><b>base</b>: Patient</p><p><b>type</b>: Reference</p><p><b>expression</b>: Patient.link.other</p><p><b>xpath</b>: f:Patient/f:link/f:other</p><p><b>xpathUsage</b>: Normal</p><p><b>target</b>: Patient, RelatedPerson</p></div>"
        },
        "url" : "http://hl7.org/fhir/SearchParameter/Patient-link",
        "version" : "4.0.1",
        "name" : "link",
        "status" : "retired",
        "experimental" : false,
        "date" : "2019-11-01T09:29:23+11:00",
        "description" : "none",
        "code" : "link",
        "base" : [
          "Patient"
        ],
        "type" : "reference",
        "expression" : "Patient.link.other",
        "xpath" : "f:Patient/f:link/f:other",
        "xpathUsage" : "normal",
        "target" : [
          "Patient",
          "RelatedPerson"
        ]
      },
      "request" : {
        "method" : "POST",
        "url" : "SearchParameter"
      }
    },
    {
      "fullUrl" : "http://hl7.org/fhir/SearchParameter/Patient-name",
      "resource" : {
        "resourceType" : "SearchParameter",
        "id" : "Patient-name",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_Patient-name\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter Patient-name</b></p><a name=\"Patient-name\"> </a><a name=\"hcPatient-name\"> </a><p><b>url</b>: <a href=\"Bundle-disable-searches-patient.html#http-//hl7.org/fhir/SearchParameter/Patient-name\">Bundle: type = batch</a></p><p><b>version</b>: 4.0.1</p><p><b>name</b>: name</p><p><b>status</b>: Retired</p><p><b>experimental</b>: false</p><p><b>date</b>: 2019-11-01 09:29:23+1100</p><p><b>description</b>: </p><div><p>none</p>\n</div><p><b>code</b>: name</p><p><b>base</b>: Patient</p><p><b>type</b>: String</p><p><b>expression</b>: Patient.name</p><p><b>xpath</b>: f:Patient/f:name</p><p><b>xpathUsage</b>: Normal</p></div>"
        },
        "url" : "http://hl7.org/fhir/SearchParameter/Patient-name",
        "version" : "4.0.1",
        "name" : "name",
        "status" : "retired",
        "experimental" : false,
        "date" : "2019-11-01T09:29:23+11:00",
        "description" : "none",
        "code" : "name",
        "base" : [
          "Patient"
        ],
        "type" : "string",
        "expression" : "Patient.name",
        "xpath" : "f:Patient/f:name",
        "xpathUsage" : "normal"
      },
      "request" : {
        "method" : "POST",
        "url" : "SearchParameter"
      }
    },
    {
      "fullUrl" : "http://hl7.org/fhir/SearchParameter/Patient-organization",
      "resource" : {
        "resourceType" : "SearchParameter",
        "id" : "Patient-organization",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_Patient-organization\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter Patient-organization</b></p><a name=\"Patient-organization\"> </a><a name=\"hcPatient-organization\"> </a><p><b>url</b>: <a href=\"Bundle-disable-searches-patient.html#http-//hl7.org/fhir/SearchParameter/Patient-organization\">Bundle: type = batch</a></p><p><b>version</b>: 4.0.1</p><p><b>name</b>: organization</p><p><b>status</b>: Retired</p><p><b>experimental</b>: false</p><p><b>date</b>: 2019-11-01 09:29:23+1100</p><p><b>description</b>: </p><div><p>none</p>\n</div><p><b>code</b>: organization</p><p><b>base</b>: Patient</p><p><b>type</b>: Reference</p><p><b>expression</b>: Patient.managingOrganization</p><p><b>xpath</b>: f:Patient/f:managingOrganization</p><p><b>xpathUsage</b>: Normal</p><p><b>target</b>: Organization</p></div>"
        },
        "url" : "http://hl7.org/fhir/SearchParameter/Patient-organization",
        "version" : "4.0.1",
        "name" : "organization",
        "status" : "retired",
        "experimental" : false,
        "date" : "2019-11-01T09:29:23+11:00",
        "description" : "none",
        "code" : "organization",
        "base" : [
          "Patient"
        ],
        "type" : "reference",
        "expression" : "Patient.managingOrganization",
        "xpath" : "f:Patient/f:managingOrganization",
        "xpathUsage" : "normal",
        "target" : [
          "Organization"
        ]
      },
      "request" : {
        "method" : "POST",
        "url" : "SearchParameter"
      }
    },
    {
      "fullUrl" : "http://hl7.org/fhir/SearchParameter/individual-phone",
      "resource" : {
        "resourceType" : "SearchParameter",
        "id" : "individual-phone",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_individual-phone\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter individual-phone</b></p><a name=\"individual-phone\"> </a><a name=\"hcindividual-phone\"> </a><p><b>url</b>: <a href=\"Bundle-disable-searches-patient.html#http-//hl7.org/fhir/SearchParameter/individual-phone\">Bundle: type = batch</a></p><p><b>version</b>: 4.0.1</p><p><b>name</b>: phone</p><p><b>status</b>: Retired</p><p><b>experimental</b>: false</p><p><b>date</b>: 2019-11-01 09:29:23+1100</p><p><b>description</b>: </p><div><p>none</p>\n</div><p><b>code</b>: phone</p><p><b>base</b>: Patient, Person, Practitioner, PractitionerRole, RelatedPerson</p><p><b>type</b>: Token</p><p><b>expression</b>: Patient.telecom.where(system='phone') | Person.telecom.where(system='phone') | Practitioner.telecom.where(system='phone') | PractitionerRole.telecom.where(system='phone') | RelatedPerson.telecom.where(system='phone')</p><p><b>xpath</b>: f:Patient/f:telecom[system/@value='phone'] | f:Person/f:telecom[system/@value='phone'] | f:Practitioner/f:telecom[system/@value='phone'] | f:PractitionerRole/f:telecom[system/@value='phone'] | f:RelatedPerson/f:telecom[system/@value='phone']</p><p><b>xpathUsage</b>: Normal</p></div>"
        },
        "url" : "http://hl7.org/fhir/SearchParameter/individual-phone",
        "version" : "4.0.1",
        "name" : "phone",
        "status" : "retired",
        "experimental" : false,
        "date" : "2019-11-01T09:29:23+11:00",
        "description" : "none",
        "code" : "phone",
        "base" : [
          "Patient",
          "Person",
          "Practitioner",
          "PractitionerRole",
          "RelatedPerson"
        ],
        "type" : "token",
        "expression" : "Patient.telecom.where(system='phone') | Person.telecom.where(system='phone') | Practitioner.telecom.where(system='phone') | PractitionerRole.telecom.where(system='phone') | RelatedPerson.telecom.where(system='phone')",
        "xpath" : "f:Patient/f:telecom[system/@value='phone'] | f:Person/f:telecom[system/@value='phone'] | f:Practitioner/f:telecom[system/@value='phone'] | f:PractitionerRole/f:telecom[system/@value='phone'] | f:RelatedPerson/f:telecom[system/@value='phone']",
        "xpathUsage" : "normal"
      },
      "request" : {
        "method" : "POST",
        "url" : "SearchParameter"
      }
    },
    {
      "fullUrl" : "http://hl7.org/fhir/SearchParameter/individual-phonetic",
      "resource" : {
        "resourceType" : "SearchParameter",
        "id" : "individual-phonetic",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_individual-phonetic\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter individual-phonetic</b></p><a name=\"individual-phonetic\"> </a><a name=\"hcindividual-phonetic\"> </a><p><b>url</b>: <a href=\"Bundle-disable-searches-patient.html#http-//hl7.org/fhir/SearchParameter/individual-phonetic\">Bundle: type = batch</a></p><p><b>version</b>: 4.0.1</p><p><b>name</b>: phonetic</p><p><b>status</b>: Retired</p><p><b>experimental</b>: false</p><p><b>date</b>: 2019-11-01 09:29:23+1100</p><p><b>description</b>: </p><div><p>none</p>\n</div><p><b>code</b>: phonetic</p><p><b>base</b>: Patient, Person, Practitioner, RelatedPerson</p><p><b>type</b>: String</p><p><b>expression</b>: Patient.name | Person.name | Practitioner.name | RelatedPerson.name</p><p><b>xpath</b>: f:Patient/f:name | f:Person/f:name | f:Practitioner/f:name | f:RelatedPerson/f:name</p><p><b>xpathUsage</b>: Phonetic</p></div>"
        },
        "url" : "http://hl7.org/fhir/SearchParameter/individual-phonetic",
        "version" : "4.0.1",
        "name" : "phonetic",
        "status" : "retired",
        "experimental" : false,
        "date" : "2019-11-01T09:29:23+11:00",
        "description" : "none",
        "code" : "phonetic",
        "base" : [
          "Patient",
          "Person",
          "Practitioner",
          "RelatedPerson"
        ],
        "type" : "string",
        "expression" : "Patient.name | Person.name | Practitioner.name | RelatedPerson.name",
        "xpath" : "f:Patient/f:name | f:Person/f:name | f:Practitioner/f:name | f:RelatedPerson/f:name",
        "xpathUsage" : "phonetic"
      },
      "request" : {
        "method" : "POST",
        "url" : "SearchParameter"
      }
    },
    {
      "fullUrl" : "http://hl7.org/fhir/SearchParameter/individual-telecom",
      "resource" : {
        "resourceType" : "SearchParameter",
        "id" : "individual-telecom",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_individual-telecom\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter individual-telecom</b></p><a name=\"individual-telecom\"> </a><a name=\"hcindividual-telecom\"> </a><p><b>url</b>: <a href=\"Bundle-disable-searches-patient.html#http-//hl7.org/fhir/SearchParameter/individual-telecom\">Bundle: type = batch</a></p><p><b>version</b>: 4.0.1</p><p><b>name</b>: telecom</p><p><b>status</b>: Retired</p><p><b>experimental</b>: false</p><p><b>date</b>: 2019-11-01 09:29:23+1100</p><p><b>description</b>: </p><div><p>none</p>\n</div><p><b>code</b>: telecom</p><p><b>base</b>: Patient, Person, Practitioner, PractitionerRole, RelatedPerson</p><p><b>type</b>: Token</p><p><b>expression</b>: Patient.telecom | Person.telecom | Practitioner.telecom | PractitionerRole.telecom | RelatedPerson.telecom</p><p><b>xpath</b>: f:Patient/f:telecom | f:Person/f:telecom | f:Practitioner/f:telecom | f:PractitionerRole/f:telecom | f:RelatedPerson/f:telecom</p><p><b>xpathUsage</b>: Normal</p></div>"
        },
        "url" : "http://hl7.org/fhir/SearchParameter/individual-telecom",
        "version" : "4.0.1",
        "name" : "telecom",
        "status" : "retired",
        "experimental" : false,
        "date" : "2019-11-01T09:29:23+11:00",
        "description" : "none",
        "code" : "telecom",
        "base" : [
          "Patient",
          "Person",
          "Practitioner",
          "PractitionerRole",
          "RelatedPerson"
        ],
        "type" : "token",
        "expression" : "Patient.telecom | Person.telecom | Practitioner.telecom | PractitionerRole.telecom | RelatedPerson.telecom",
        "xpath" : "f:Patient/f:telecom | f:Person/f:telecom | f:Practitioner/f:telecom | f:PractitionerRole/f:telecom | f:RelatedPerson/f:telecom",
        "xpathUsage" : "normal"
      },
      "request" : {
        "method" : "POST",
        "url" : "SearchParameter"
      }
    }
  ]
}