HL7 Terminology
1.0.0 - Publication

This page is part of the HL7 Terminology (v1.0.0: Release) based on FHIR R4. The current version which supercedes this version is 5.2.0. For a full list of available versions, see the Directory of published versions

AcknowledgementDetailCode - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "ValueSet",
  "id" : "v3-AcknowledgementDetailCode",
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><h2>AcknowledgementDetailCode</h2><div><p>A site specific problem code</p>\n</div><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href=\"CodeSystem-v3-AcknowledgementDetailCode.html\"><code>http://terminology.hl7.org/CodeSystem/v3-AcknowledgementDetailCode</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-v3-AcknowledgementDetailCode.html#v3-AcknowledgementDetailCode-INTERR\">INTERR</a></td><td>Internal system error</td><td>An internal software component (database, application, queue mechanism, etc.) has failed, leading to inability to process the message.</td></tr><tr><td><a href=\"CodeSystem-v3-AcknowledgementDetailCode.html#v3-AcknowledgementDetailCode-NOSTORE\">NOSTORE</a></td><td>No storage space for message.</td><td>**Rejection:** The message can't be stored by the receiver due to an unspecified internal application issue. The message was neither processed nor stored by the receiving application.</td></tr><tr><td><a href=\"CodeSystem-v3-AcknowledgementDetailCode.html#v3-AcknowledgementDetailCode-RTEDEST\">RTEDEST</a></td><td>Message routing error, destination unreachable.</td><td>**Error:** The destination of this message is known to the receiving application. Messages have been successfully routed to that destination in the past. The link to the destination application or an intermediate application is unavailable.</td></tr><tr><td><a href=\"CodeSystem-v3-AcknowledgementDetailCode.html#v3-AcknowledgementDetailCode-RTUDEST\">RTUDEST</a></td><td>Error: Message routing error, unknown destination.</td><td>The destination of this message is unknown to the receiving application. The receiving application in the message does not match the application which received the message. The message was neither routed, processed nor stored by the receiving application.</td></tr><tr><td><a href=\"CodeSystem-v3-AcknowledgementDetailCode.html#v3-AcknowledgementDetailCode-RTWDEST\">RTWDEST</a></td><td>Message routing warning, destination unreachable.</td><td>**Warning:** The destination of this message is known to the receiving application. Messages have been successfully routed to that destination in the past. The link to the destination application or an intermediate application is (temporarily) unavailable. The receiving application will forward the message as soon as the destination can be reached again.</td></tr></table></li><li>Import all the codes that are contained in <a href=\"ValueSet-v3-AcknowledgementDetailSyntaxErrorCode.html\">http://terminology.hl7.org/ValueSet/v3-AcknowledgementDetailSyntaxErrorCode</a></li><li>Import all the codes that are contained in <a href=\"ValueSet-v3-AcknowledgementDetailNotSupportedCode.html\">http://terminology.hl7.org/ValueSet/v3-AcknowledgementDetailNotSupportedCode</a></li><li>Exclude these codes as defined in <a href=\"CodeSystem-v3-AcknowledgementDetailCode.html\"><code>http://terminology.hl7.org/CodeSystem/v3-AcknowledgementDetailCode</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-v3-AcknowledgementDetailCode.html#v3-AcknowledgementDetailCode-_AcknowledgementDetailNotSupportedCode\">_AcknowledgementDetailNotSupportedCode</a></td><td>AcknowledgementDetailNotSupportedCode</td><td>Refelects rejections because elements of the communication are not supported in the current context.</td></tr></table></li></ul></div>"
  },
  "url" : "http://terminology.hl7.org/ValueSet/v3-AcknowledgementDetailCode",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.1.11.19638"
    }
  ],
  "version" : "2.0.0",
  "name" : "AcknowledgementDetailCode",
  "title" : "AcknowledgementDetailCode",
  "status" : "active",
  "date" : "2014-03-26T00:00:00-04:00",
  "description" : "A site specific problem code",
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-AcknowledgementDetailCode",
        "concept" : [
          {
            "code" : "INTERR"
          },
          {
            "code" : "NOSTORE"
          },
          {
            "code" : "RTEDEST"
          },
          {
            "code" : "RTUDEST"
          },
          {
            "code" : "RTWDEST"
          }
        ]
      },
      {
        "valueSet" : [
          "http://terminology.hl7.org/ValueSet/v3-AcknowledgementDetailSyntaxErrorCode"
        ]
      },
      {
        "valueSet" : [
          "http://terminology.hl7.org/ValueSet/v3-AcknowledgementDetailNotSupportedCode"
        ]
      }
    ],
    "exclude" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-AcknowledgementDetailCode",
        "concept" : [
          {
            "code" : "_AcknowledgementDetailNotSupportedCode"
          }
        ]
      }
    ]
  }
}