FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageca.on.dhdr.r4
Resource TypeOperationOutcome
IdOperationOutcomeSearch-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Invalid search parameter: patient identifier type

Source1

{
  "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": "<!-- snip (see above) -->"
  },
  "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"
      }
    }
  ]
}