FHIR 4.0.1 © HL7.org  |  FHIRsmith 0.9.6  |  Server Home  |  TX Home  |  Capability Statement  |  Terminology Capabilities  |  Operations  |  Problems  |   

TX: CodeSystem response-code

Properties

Last updated: October 31, 2019 at 10:29:23 PM UTC
Defining URL http://hl7.org/fhir/response-code
Version 4.0.1
Name ResponseType
Title ResponseType
Status draft
Definition

The kind of response to a message.

Publisher HL7 (FHIR Project)
Committee inm
EXT_FMM_LEVEL 4
Source hl7.fhir.r4.core#4.0.1
Value Set ResponseType

This case-sensitive code system http://hl7.org/fhir/response-code defines the following codes:

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.