FHIR IG analytics| Package | rl.fhir.r4 |
| Resource Type | OperationOutcome |
| Id | Example_exception.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "OperationOutcome",
"id": "esempio-exception",
"issue": [
{
"severity": "error",
"code": "invalid",
"details": {
"coding": [
{
"system": "https://fhir.siss.regione.lombardia.it/ValueSet/OperationOutcome-CodiciErrore",
"code": "NOT_PROCESSABLE",
"display": "Risorsa non processabile"
}
]
}
}
]
}