FHIR IG analytics| Package | tewhatuora.fhir.nz-shared-digital-health-record |
| Resource Type | OperationOutcome |
| Id | OperationOutcome-APIError-Unauthorised.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: OperationOutcome APIError-Unauthorised
| Severity | Code | Details | Diagnostics |
| Error | Information Suppressed | UNAUTHORISED | Unauthorised. |
{
"resourceType": "OperationOutcome",
"id": "APIError-Unauthorised",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"issue": [
{
"severity": "error",
"code": "suppressed",
"details": {
"coding": [
{
"code": "UNAUTHORISED"
}
]
},
"diagnostics": "Unauthorised."
}
]
}