/
OperationOutcome (eHealth Foutmelding)
OperationOutcome (eHealth Foutmelding)
Doel
De (FHIR) OperationOutcome (resource) is een container voor operationele foutmeldingen die gedetailleerde informatie geven over de fout. Ze worden geleverd als een directe systeemrespons, of als onderdeel daarvan.
Referentie
FHIR Specification (v4.0.1: R4 - Mixed Normative and STU). Dit is de huidige gepubliceerde versie. Zie ook: https://www.hl7.org/fhir/OperationOutcome.html
Koppeltaal 2.0 profiel van OperationOutcome
Element | Omschrijving | Card. | Type |
---|---|---|---|
issue.severity | type melding | 1..1 | fatal | error | warning |
issue.code | foutcode. Zie http://hl7.org/fhir/issue-type | 1..1 | code |
issue.diagnostics | diagnostische informatie over de foutmelding | 0..1 | string |
issue.expression | FHIR pad elementen gerelateerd aan de foutmelding | 0..1 | string |
Voorbeelden
Aannames en opmerkingen:
OperationOutcome (JSON)
{ "resourceType": "OperationOutcome", "issue": [ { "severity": "error", "code": "invalid", "diagnostics": "Invalid request: The FHIR endpoint on this server does not know how to handle GET operation[Patient] with parameters [wrong_parameter]", "expression": "Patient.birthDate" } ] }
OperationOutcome (XML)
<OperationOutcome xmlns='http://hl7.org/fhir'> <issue> <severity value='error'/> <code value='invalid'/> <diagnostics value='Invalid request: The FHIR endpoint on this server does not know how to handle GET operation [Patient] with parameters [wrong_paramater]'/> <expression value='Patient.birthDate'/> </issue> </OperationOutcome>
, multiple selections available,
Related content
CapabilityStatement (eHealth Mogelijkheden) - [review]
CapabilityStatement (eHealth Mogelijkheden) - [review]
Read with this
AB.007 - Foutafhandeling-foutcodes
AB.007 - Foutafhandeling-foutcodes
More like this
TOP-KT-018 - Multitenancy
TOP-KT-018 - Multitenancy
Read with this
TOP-KT-012a - FHIR REST API Foutafhandeling
TOP-KT-012a - FHIR REST API Foutafhandeling
More like this
TOP-KT-009 - Overzicht gebruikte FHIR Resources
TOP-KT-009 - Overzicht gebruikte FHIR Resources
Read with this
PRF - Eisen aan FHIR Profielen
PRF - Eisen aan FHIR Profielen
More like this