DK MedCom Terminology
1.7.0 - release Denmark flag

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

: MedComMessagingCancellationReason - JSON Representation

Draft as of 2023-03-30

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "medcom-messaging-cancellation-reason",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem medcom-messaging-cancellation-reason</b></p><a name=\"medcom-messaging-cancellation-reason\"> </a><a name=\"hcmedcom-messaging-cancellation-reason\"> </a><a name=\"hcmedcom-messaging-cancellation-reason-da-DK\"> </a><p>This case-insensitive code system <code>http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-messaging-cancellation-reason</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Dansk (Danish, da)</b></td></tr><tr><td style=\"white-space:nowrap\">incorrect-cpr<a name=\"medcom-messaging-cancellation-reason-incorrect-cpr\"> </a></td><td>Cancellation due to incorrect CPR-number</td><td>Annullering grundet forkert CPR-nr.</td></tr><tr><td style=\"white-space:nowrap\">incorrect-receiver<a name=\"medcom-messaging-cancellation-reason-incorrect-receiver\"> </a></td><td>Cancellation due to incorrect receiver</td><td>Annullering grundet forkert modtager</td></tr><tr><td style=\"white-space:nowrap\">incorrect-attachment<a name=\"medcom-messaging-cancellation-reason-incorrect-attachment\"> </a></td><td>Cancellation due to attachment with content concerning a incorrect CPR-number</td><td>Annullering grundet vedhæftet fil med indhold på forkert CPR-nr.</td></tr></table></div>"
  },
  "url" : "http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-messaging-cancellation-reason",
  "version" : "1.7.0",
  "name" : "MedComMessagingCancellationReason",
  "title" : "MedComMessagingCancellationReason",
  "status" : "draft",
  "experimental" : false,
  "date" : "2023-03-30",
  "publisher" : "MedCom",
  "contact" : [
    {
      "name" : "MedCom",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.medcom.dk"
        }
      ]
    }
  ],
  "description" : "CodeSystem including text that describes the reason for cancelling a message.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "DK",
          "display" : "Denmark"
        }
      ]
    }
  ],
  "caseSensitive" : false,
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "incorrect-cpr",
      "display" : "Cancellation due to incorrect CPR-number",
      "designation" : [
        {
          "language" : "da",
          "value" : "Annullering grundet forkert CPR-nr."
        }
      ]
    },
    {
      "code" : "incorrect-receiver",
      "display" : "Cancellation due to incorrect receiver",
      "designation" : [
        {
          "language" : "da",
          "value" : "Annullering grundet forkert modtager"
        }
      ]
    },
    {
      "code" : "incorrect-attachment",
      "display" : "Cancellation due to attachment with content concerning a incorrect CPR-number",
      "designation" : [
        {
          "language" : "da",
          "value" : "Annullering grundet vedhæftet fil med indhold på forkert CPR-nr."
        }
      ]
    }
  ]
}