DK MedCom Terminology
1.5.0 - trial-use Denmark flag

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

: MedComAcknowledgementIssueDetailValues - JSON Representation

Active as of 2023-06-29

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "medcom-acknowledgement-issue-details",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
  },
  "url" : "http://medcomfhir.dk/ig/terminology/ValueSet/medcom-acknowledgement-issue-details",
  "version" : "1.5.0",
  "name" : "MedComAcknowledgementIssueDetailValues",
  "title" : "MedComAcknowledgementIssueDetailValues",
  "status" : "active",
  "experimental" : false,
  "date" : "2023-06-29",
  "publisher" : "MedCom",
  "contact" : [
    {
      "name" : "MedCom",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.medcom.dk"
        }
      ]
    }
  ],
  "description" : "ValueSet including detailed issues describtions.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "DK",
          "display" : "Denmark"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/ValueSet/operation-outcome",
        "concept" : [
          {
            "code" : "MSG_ID_INVALID",
            "display" : "Id has an invalid character"
          },
          {
            "code" : "MSG_ID_TOO_LONG",
            "display" : "Id %s too long (length limit 36)"
          },
          {
            "code" : "MSG_BAD_FORMAT",
            "display" : "Bad syntaxt: '%s' must be %s'"
          },
          {
            "code" : "MSG_BAD_SYNTAX",
            "display" : "Bad sysntaxt in %s"
          },
          {
            "code" : "MSG_DATE_FORMAT",
            "display" : "The date value is not in the correct format (XML Date Format required)"
          },
          {
            "code" : "MSG_DUPLICATE_ID",
            "display" : "Duplicate Id %s for resource type %s"
          },
          {
            "code" : "MSG_INVALID_ID",
            "display" : "ID not accepted"
          },
          {
            "code" : "MSG_JSON_OBJECT",
            "display" : "JSON Source for a resource should start with an object"
          },
          {
            "code" : "MSG_LOCAL_FAIL",
            "display" : "Unable to resolve local reference to resource %s"
          },
          {
            "code" : "MSG_NO_MATCH",
            "display" : "No Resource found matching the query"
          },
          {
            "code" : "MSG_NO_EXIST",
            "display" : "Resource Id does not exist"
          },
          {
            "code" : "MSG_NO_SUMMARY",
            "display" : "No Summary for this resource"
          },
          {
            "code" : "MSG_PARAM_INVALID",
            "display" : "Parameter %s content is invalid"
          },
          {
            "code" : "MSG_PARAM_NO_REPEAT",
            "display" : "Parameter %s is not allowed to repeat"
          },
          {
            "code" : "MSG_PARAM_UNKNOWN",
            "display" : "Parameter %s not understood"
          },
          {
            "code" : "MSG_RESOURCE_ID_MISMATCH",
            "display" : "Resource Id mismatch"
          },
          {
            "code" : "MSG_RESOURCE_FAIL",
            "display" : "Unable to allocat Resource Id"
          },
          {
            "code" : "MSG_RESOURCE_ID_MISSING",
            "display" : "Resource Id missing"
          },
          {
            "code" : "MSG_RESOURCE_NOT_ALLOWED",
            "display" : "Not allowed to submit a resource for this operation"
          },
          {
            "code" : "MSG_RESOURCE_REQUIRED",
            "display" : "A resource is required"
          },
          {
            "code" : "MSG_RESOURCE_TYPE_MISMATCH",
            "display" : "Resource type mismatch"
          },
          {
            "code" : "MSG_TRANSACTION_DUPLICATE_ID",
            "display" : "Duplicate Identifier in transaction: %s"
          },
          {
            "code" : "MSG_TRANSACTION_MISSING_ID",
            "display" : "Missing Identifier in transaction - an entry.id must be provided"
          },
          {
            "code" : "MSG_UNKNOWN_TYPE",
            "display" : "Resource type %s not recognised"
          },
          {
            "code" : "MSG_VERSION_AWARE",
            "display" : "Version aware updates are required for this resource"
          },
          {
            "code" : "MSG_VERSION_AWARE_CONFLICT",
            "display" : "Update Conflict (server current version = %s, client version referenced =%s)"
          },
          {
            "code" : "MSG_VERSION_AWARE_URL",
            "display" : "Version specific URL not recognised"
          },
          {
            "code" : "MSG_WRONG_NS",
            "display" : "This does not appear to be a FHIR element or resource (wrong namespace %s)"
          }
        ]
      },
      {
        "system" : "http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-acknowledgement-error-codes",
        "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"
          }
        ]
      }
    ]
  }
}