ResponseType

The kind of response to a message

This value set has an inline code system http://hl7.org/fhir/response-code, which defines the following codes:

CodeDisplayDefinition
ok OKThe message was accepted and processed without error.
transient-error Transient ErrorSome 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 ErrorThe message was rejected because of some content in it. There is no point in re-sending without change. The response narrative SHALL describe the issue.