DK MedCom Terminology
1.4.0 - Release Denmark flag

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

: MedComAcknowledgementErrorCodes - JSON Representation

Active as of 2023-06-29

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "medcom-acknowledgement-error-codes",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-acknowledgement-error-codes</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">MSG_Receiver_Identifier_UNKNOWN<a name=\"medcom-acknowledgement-error-codes-MSG_Receiver_Identifier_UNKNOWN\"> </a></td><td>Receiver identifier unknown</td></tr><tr><td style=\"white-space:nowrap\">MSG_Receiver_Identifier_MISSING<a name=\"medcom-acknowledgement-error-codes-MSG_Receiver_Identifier_MISSING\"> </a></td><td>Receiver identifier missing</td></tr><tr><td style=\"white-space:nowrap\">MSG_RECEIVER_UNABLE_TO_RECEIVE_MSG_TYPE<a name=\"medcom-acknowledgement-error-codes-MSG_RECEIVER_UNABLE_TO_RECEIVE_MSG_TYPE\"> </a></td><td>Receiver unable to receive this message type</td></tr><tr><td style=\"white-space:nowrap\">MSG_VALUESET_VALUE_UNKNOWN<a name=\"medcom-acknowledgement-error-codes-MSG_VALUESET_VALUE_UNKNOWN\"> </a></td><td>The value provided is not in the valueSet</td></tr><tr><td style=\"white-space:nowrap\">MSG_CodeSystem_VALUE_UNKNOWN<a name=\"medcom-acknowledgement-error-codes-MSG_CodeSystem_VALUE_UNKNOWN\"> </a></td><td>The value provided is not in the CodeSystem</td></tr><tr><td style=\"white-space:nowrap\">MSG_Element_To_Long<a name=\"medcom-acknowledgement-error-codes-MSG_Element_To_Long\"> </a></td><td>The value of the element is to long</td></tr><tr><td style=\"white-space:nowrap\">MSG_Datatype_Wrong<a name=\"medcom-acknowledgement-error-codes-MSG_Datatype_Wrong\"> </a></td><td>The data type is wrong</td></tr><tr><td style=\"white-space:nowrap\">MSG_Mailbox_Out_Of_Operation<a name=\"medcom-acknowledgement-error-codes-MSG_Mailbox_Out_Of_Operation\"> </a></td><td>The mailbox is temporary out of operation</td></tr><tr><td style=\"white-space:nowrap\">MSG_Damaged_durin_transport<a name=\"medcom-acknowledgement-error-codes-MSG_Damaged_durin_transport\"> </a></td><td>The message has been damaged during trasport</td></tr></table></div>"
  },
  "url" : "http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-acknowledgement-error-codes",
  "version" : "1.4.0",
  "name" : "MedComAcknowledgementErrorCodes",
  "title" : "MedComAcknowledgementErrorCodes",
  "status" : "active",
  "experimental" : false,
  "date" : "2023-06-29",
  "publisher" : "MedCom",
  "contact" : [
    {
      "name" : "MedCom",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.medcom.dk"
        }
      ]
    }
  ],
  "description" : "CodeSystem including detailed error codes describtions. ",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "DK",
          "display" : "Denmark"
        }
      ]
    }
  ],
  "caseSensitive" : false,
  "content" : "complete",
  "count" : 9,
  "concept" : [
    {
      "code" : "MSG_Receiver_Identifier_UNKNOWN",
      "display" : "Receiver identifier unknown"
    },
    {
      "code" : "MSG_Receiver_Identifier_MISSING",
      "display" : "Receiver identifier missing"
    },
    {
      "code" : "MSG_RECEIVER_UNABLE_TO_RECEIVE_MSG_TYPE",
      "display" : "Receiver unable to receive this message type"
    },
    {
      "code" : "MSG_VALUESET_VALUE_UNKNOWN",
      "display" : "The value provided is not in the valueSet"
    },
    {
      "code" : "MSG_CodeSystem_VALUE_UNKNOWN",
      "display" : "The value provided is not in the CodeSystem"
    },
    {
      "code" : "MSG_Element_To_Long",
      "display" : "The value of the element is to long"
    },
    {
      "code" : "MSG_Datatype_Wrong",
      "display" : "The data type is wrong"
    },
    {
      "code" : "MSG_Mailbox_Out_Of_Operation",
      "display" : "The mailbox is temporary out of operation"
    },
    {
      "code" : "MSG_Damaged_durin_transport",
      "display" : "The message has been damaged during trasport"
    }
  ]
}