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

FHIR IG analytics

Packageca.on.ir.r4
Resource TypeOperationOutcome
IdOperationOutcomeSearch-IR.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

Mandatory search parameter missing: composition.patient.identifier

Source1

{
  "resourceType": "OperationOutcome",
  "id": "OperationOutcome-missing-identifier",
  "meta": {
    "lastUpdated": "2026-06-02T12:46:00.000+00:00",
    "profile": [
      "http://ontariohealth.ca/fhir/ehr/StructureDefinition/profile-operationOutcome"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "issue": [
    {
      "severity": "error",
      "code": "required",
      "details": {
        "coding": [
          {
            "system": "http://ontariohealth.ca/fhir/ehr/CodeSystem/error-code",
            "code": "IN_0045",
            "display": "Invalid or missing query parameters"
          }
        ],
        "text": "Mandatory search parameter missing: composition.patient.identifier"
      },
      "diagnostics": "The search operation failed because the mandatory parameter 'composition.patient.identifier' was omitted from the request string.",
      "expression": [
        "composition.patient.identifier"
      ]
    }
  ]
}