http://hl7.org/fhir/response-code|4.0.1

name
ResponseType
package
hl7.fhir.r4.examples@4.0.1
content
complete
status
draft
date
2019-10-31 22:29:23.0

ResponseType

The kind of response to a message.

{
  "description" : "The kind of response to a message.",
  "compose" : null,
  "package" : "hl7.fhir.r4.examples@4.0.1",
  "date" : "2019-10-31T22:29:23Z",
  "meta" : {
    "lastUpdated" : "2019-11-01T09:29:23.356+11:00"
  },
  "publisher" : "HL7 (FHIR Project)",
  "content" : "complete",
  "name" : "ResponseType",
  "experimental" : false,
  "resourceType" : "CodeSystem",
  "title" : "ResponseType",
  "supliment" : null,
  "extension" : [ {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "inm"
  }, {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode" : "trial-use"
  }, {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 4
  } ],
  "status" : "draft",
  "id" : "2338804d-e9ea-5750-932e-4bd319e59b36",
  "valueSet" : "http://hl7.org/fhir/ValueSet/response-code",
  "url" : "http://hl7.org/fhir/response-code",
  "identifier" : [ {
    "value" : "urn:oid:2.16.840.1.113883.4.642.4.381",
    "system" : "urn:ietf:rfc:3986"
  } ],
  "concept" : [ {
    "code" : "ok",
    "display" : "OK",
    "definition" : "The message was accepted and processed without error."
  }, {
    "code" : "transient-error",
    "display" : "Transient Error",
    "definition" : "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."
  }, {
    "code" : "fatal-error",
    "display" : "Fatal Error",
    "definition" : "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."
  } ],
  "caseSensitive" : true,
  "version" : "4.0.1",
  "contact" : [ {
    "telecom" : [ {
      "value" : "http://hl7.org/fhir",
      "system" : "url"
    }, {
      "value" : "fhir@lists.hl7.org",
      "system" : "email"
    } ]
  } ]
}