draft
1 bindingResponseType
http://hl7.org/fhir/ValueSet/response-code
The kind of response to a message.
Official specComposition
| Code | Display | Definition |
|---|---|---|
| ok | OK | The message was accepted and processed without error. |
| transient-error | Transient Error | Some internal unexpected error occurred - wait and try again. Note - this is usually used for things like database unavailable, which may be expected to resolve, though human intervention may be required. |
| fatal-error | Fatal Error | The message was rejected because of a problem with the content. There is no point in re-sending without change. The response narrative SHALL describe the issue. |
Bound by
| Resource | Path | Strength |
|---|---|---|
| MessageHeader | MessageHeader.response.code | required |