FHIR IG analytics| Package | tewhatuora.fhir.nz-shared-digital-health-record |
| Resource Type | OperationOutcome |
| Id | OperationOutcome-OperationOutcomeRateLimitExceeded.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: OperationOutcome OperationOutcomeRateLimitExceeded
| Severity | Code | Details |
| Error | Throttled | Request has been throttled due to exceeding the allocated rate limit. |
{
"resourceType": "OperationOutcome",
"id": "OperationOutcomeRateLimitExceeded",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"issue": [
{
"severity": "error",
"code": "throttled",
"details": {
"text": "Request has been throttled due to exceeding the allocated rate limit."
}
}
]
}