FHIR IG analytics| Package | fhir.r4.nhsengland.programme |
| Resource Type | OperationOutcome |
| Id | DoS-OperationOutcome-InvalidSearchDataMissingSearchParam-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "OperationOutcome",
"id": "DoS-OperationOutcome-InvalidSearchDataMissingSearchParam-Example",
"issue": [
{
"severity": "error",
"code": "value",
"details": {
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode",
"version": "1.0.0",
"code": "INVALID_SEARCH_DATA",
"display": "Invalid search data"
}
]
},
"diagnostics": "The request is missing the 'revinclude=Endpoint:organization' parameter, which is required to include linked Endpoint resources."
}
]
}