DK MedCom Terminology
1.8.0 - release
DK MedCom Terminology, published by MedCom. This guide is not an authorized publication; it is the continuous build for version 1.8.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/medcomdk/dk-medcom-terminology/ and changes regularly. See the Directory of published versions
Active as of 2023-06-29 |
{
"resourceType" : "CodeSystem",
"id" : "medcom-acknowledgement-error-codes",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem medcom-acknowledgement-error-codes</b></p><a name=\"medcom-acknowledgement-error-codes\"> </a><a name=\"hcmedcom-acknowledgement-error-codes\"> </a><a name=\"medcom-acknowledgement-error-codes-da-DK\"> </a><p>This case-insensitive 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.8.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"
}
]
}