Example - Error - Unknown Search Parameter

Tree View

OperationOutcome

Table View

OperationOutcome.id[0]ODS-OperationOutcome-UnknownSearchParameter-Example
OperationOutcome.issue[0].severity[0]error
OperationOutcome.issue[0].code[0]processing
OperationOutcome.issue[0].diagnostics[0]HAPI-0524: Unknown search parameter "INVALID" for resource type "Organization". Valid search parameters for this search are: [_content, _id, _lastUpdated, _profile, _security, _source, _tag, _text, active, activeRoleCode, address, address-city, address-country, address-postalcode, address-state, address-use, endpoint, identifier, lastChangeDate, name, partof, phonetic, roleCode, type]

XML View

<OperationOutcome xmlns="http://hl7.org/fhir">
    <id value="ODS-OperationOutcome-UnknownSearchParameter-Example" />
    <issue>
        <severity value="error" />
        <code value="processing" />
        <diagnostics value="HAPI-0524: Unknown search parameter &quot;INVALID&quot; for resource type &quot;Organization&quot;. Valid search parameters for this search are: [_content, _id, _lastUpdated, _profile, _security, _source, _tag, _text, active, activeRoleCode, address, address-city, address-country, address-postalcode, address-state, address-use, endpoint, identifier, lastChangeDate, name, partof, phonetic, roleCode, type]" />
    </issue>
</OperationOutcome>

JSON View

{
    "resourceType": "OperationOutcome",
    "id": "ODS-OperationOutcome-UnknownSearchParameter-Example",
    "issue":  [
        {
            "severity": "error",
            "code": "processing",
            "diagnostics": "HAPI-0524: Unknown search parameter \"INVALID\" for resource type \"Organization\". Valid search parameters for this search are: [_content, _id, _lastUpdated, _profile, _security, _source, _tag, _text, active, activeRoleCode, address, address-city, address-country, address-postalcode, address-state, address-use, endpoint, identifier, lastChangeDate, name, partof, phonetic, roleCode, type]"
        }
    ]
}