This page is part of the MedCom Terminology (v1.5.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
Raw json | Download
{
"resourceType" : "CodeSystem",
"id" : "medcom-acknowledgement-error-codes",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
},
"url" : "http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-acknowledgement-error-codes",
"version" : "1.5.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"
}
]
}