/
(v1 trial 2) OperationOutcome (eHealth Foutmelding)
(v1 trial 2) 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
OperationOutcome (eHealth Foutmelding)
OperationOutcome (eHealth Foutmelding)
More like this
(v1 trial 2) TOP-KT-012a - FHIR REST API Foutafhandeling
(v1 trial 2) TOP-KT-012a - FHIR REST API Foutafhandeling
More like this
TOP-KT-012a - FHIR REST API Foutafhandeling
TOP-KT-012a - FHIR REST API Foutafhandeling
More like this
AB.007 - Foutafhandeling-foutcodes
AB.007 - Foutafhandeling-foutcodes
More like this
(v1 trial 2) ERR - Eisen (en aanbevelingen) voor foutafhandeling
(v1 trial 2) ERR - Eisen (en aanbevelingen) voor foutafhandeling
More like this