FHIR IG analytics| Package | se.electronichealth.fhir.nll.r4 |
| Resource Type | OperationOutcome |
| Id | operationoutcome-example-3.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "OperationOutcome",
"meta": {
"profile": [
"http://electronichealth.se/fhir/StructureDefinition/NLLOperationOutcome"
],
"tag": [
{
"display": "OperationOutcome with an application error"
},
{
"display": "OperationOutcome with an application error"
},
{
"display": "operationoutcome-example-3"
}
]
},
"issue": [
{
"severity": "error",
"code": "invalid",
"details": {
"coding": [
{
"system": "http://ehalsomyndigheten.se/fhir/CodeSystem/error-codes",
"code": "2-26-5",
"display": "Header X-Request-ID saknas och är obligatoriskt"
}
]
}
}
]
}