{
  "resourceType": "OperationOutcome",
  "id": "OperationOutcome-001",
  "meta": {
    "lastUpdated": "2026-01-07T17:31:57.765+00:00",
    "profile": [
      "http://ontariohealth.ca/fhir/ehr/StructureDefinition/profile-operationOutcome"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Invalid search parameter: patient identifier type</div>"
  },
  "issue": [
    {
      "severity": "error",
      "code": "processing",
      "details": {
        "coding": [
          {
            "system": "http://ontariohealth.ca/fhir/ehr/CodeSystem/error-code",
            "code": "IN_0045",
            "display": "Invalid or missing query parameters"
          }
        ],
        "text": "Invalid search parameter: patient identifier type"
      }
    }
  ]
}