FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/medcom-acknowledgement-error-codes

Packagemedcom.fhir.dk.terminology
TypeCodeSystem
Idmedcom-acknowledgement-error-codes
FHIR VersionR4
Sourcehttp://medcomfhir.dk/ig/terminology/https://build.fhir.org/ig/medcomdk/dk-medcom-terminology/CodeSystem-medcom-acknowledgement-error-codes.html
URLhttp://medcomfhir.dk/ig/terminology/CodeSystem/medcom-acknowledgement-error-codes
Version2.0.0-draft
Statusactive
Date2023-06-29
NameMedComAcknowledgementErrorCodes
TitleMedComAcknowledgementErrorCodes
Realmdk
DescriptionCodeSystem including detailed error codes describtions.
Contentcomplete

Resources that use this resource

ValueSet
medcom-acknowledgement-issue-detailsMedComAcknowledgementIssueDetailValues

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem medcom-acknowledgement-error-codes

This case-insensitive code system http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-acknowledgement-error-codes defines the following codes:

CodeDisplay
MSG_Receiver_Identifier_UNKNOWN Receiver identifier unknown
MSG_Receiver_Identifier_MISSING Receiver identifier missing
MSG_RECEIVER_UNABLE_TO_RECEIVE_MSG_TYPE Receiver unable to receive this message type
MSG_VALUESET_VALUE_UNKNOWN The value provided is not in the valueSet
MSG_CodeSystem_VALUE_UNKNOWN The value provided is not in the CodeSystem
MSG_Element_To_Long The value of the element is to long
MSG_Datatype_Wrong The data type is wrong
MSG_Mailbox_Out_Of_Operation The mailbox is temporary out of operation
MSG_Damaged_durin_transport The message has been damaged during trasport

Source

{
  "resourceType": "CodeSystem",
  "id": "medcom-acknowledgement-error-codes",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-acknowledgement-error-codes",
  "version": "2.0.0-draft",
  "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"
    }
  ]
}