FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagegdrl.fhir.r4
Resource TypeOperationOutcome
IdExample_ReteLab_OperationOutcome_errore_nuova_richiesta.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "OperationOutcome",
  "id": "esempio-operationoutcome-errore-nuova-richiesta",
  "meta": {
    "versionId": "1",
    "profile": [
      "https://fhir.siss.regione.lombardia.it/StructureDefinition/ReteLabOperationOutcome"
    ]
  },
  "issue": [
    {
      "severity": "error",
      "code": "invalid",
      "details": {
        "text": "Descrizione di dettaglio dell'errore: HL7 ERR-5 CWE-2. Il campo 'diagnostics' contiene invece informazioni aggiuntive e non strutturate sull'errore (Testo del messaggio di errore): HL7 ERR-8"
      },
      "diagnostics": "ERRORE #5001: descrizione dettagliata errore"
    }
  ]
}