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

FHIR IG Statistics: CodeSystem/medcom-messaging-cancellation-reason

Packagemedcom.fhir.dk.terminology
TypeCodeSystem
Idmedcom-messaging-cancellation-reason
FHIR VersionR4
Sourcehttp://medcomfhir.dk/ig/terminology/https://build.fhir.org/ig/medcomdk/dk-medcom-terminology/CodeSystem-medcom-messaging-cancellation-reason.html
URLhttp://medcomfhir.dk/ig/terminology/CodeSystem/medcom-messaging-cancellation-reason
Version2.0.0-draft
Statusdraft
Date2023-03-30
NameMedComMessagingCancellationReason
TitleMedComMessagingCancellationReason
Realmdk
DescriptionCodeSystem including text that describes the reason for cancelling a message.
Contentcomplete

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem medcom-messaging-cancellation-reason

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

CodeDisplayDansk (Danish, da)
incorrect-cpr Cancellation due to incorrect CPR-numberAnnullering grundet forkert CPR-nr.
incorrect-receiver Cancellation due to incorrect receiverAnnullering grundet forkert modtager
incorrect-attachment Cancellation due to attachment with content concerning a incorrect CPR-numberAnnullering grundet vedhæftet fil med indhold på forkert CPR-nr.

Source

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