DK MedCom Terminology
2.0.0 - release Denmark flag

DK MedCom Terminology, published by MedCom. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/medcomdk/dk-medcom-terminology/ and changes regularly. See the Directory of published versions

: MedComMessagingEventCodes - JSON Representation

Active as of 2025-09-22

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "medcom-messaging-eventCodes",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem medcom-messaging-eventCodes</b></p><a name=\"medcom-messaging-eventCodes\"> </a><a name=\"hcmedcom-messaging-eventCodes\"> </a><p><b>Properties</b></p><p><b>This code system defines the following properties for its concepts</b></p><table class=\"grid\"><tr><td><b>Name</b></td><td><b>Code</b></td><td><b>URI</b></td><td><b>Type</b></td><td><b>Description</b></td></tr><tr><td>status</td><td>status</td><td>http://hl7.org/fhir/concept-properties#status</td><td>code</td><td>A property that indicates the status of the concept. One of active, experimental, deprecated, or retired.</td></tr><tr><td>effectiveDate</td><td>effectiveDate</td><td>http://hl7.org/fhir/concept-properties#effectiveDate</td><td>dateTime</td><td>The date at which the concept status was last changed.</td></tr></table><p><b>Concepts</b></p><p>This case-insensitive code system <code>http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-messaging-eventCodes</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>status</b></td><td><b>effectiveDate</b></td></tr><tr><td style=\"white-space:nowrap\">empty-message<a name=\"medcom-messaging-eventCodes-empty-message\"> </a></td><td>Message with no content</td><td>active</td><td>2022-10-05</td></tr><tr><td style=\"white-space:nowrap\">care-communication-message<a name=\"medcom-messaging-eventCodes-care-communication-message\"> </a></td><td>Care Communication Message</td><td>active</td><td>2024-11-07</td></tr><tr><td style=\"white-space:nowrap\">hospital-notification-message<a name=\"medcom-messaging-eventCodes-hospital-notification-message\"> </a></td><td>Hospital Notification Message</td><td>active</td><td>2022-10-05</td></tr><tr><td style=\"white-space:nowrap\">acknowledgement-message<a name=\"medcom-messaging-eventCodes-acknowledgement-message\"> </a></td><td>Acknowledgement Message</td><td>active</td><td>2022-10-05</td></tr><tr><td style=\"white-space:nowrap\">homecareobservation-message<a name=\"medcom-messaging-eventCodes-homecareobservation-message\"> </a></td><td>HomeCare Observation Message</td><td>active</td><td>2022-10-05</td></tr></table></div>"
  },
  "url" : "http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-messaging-eventCodes",
  "version" : "1.1.1",
  "name" : "MedComMessageEventCodes",
  "title" : "MedComMessagingEventCodes",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-09-22",
  "publisher" : "MedCom",
  "contact" : [
    {
      "name" : "MedCom",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.medcom.dk"
        }
      ]
    }
  ],
  "description" : "CodeSystem including all types of MedCom messages",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "DK",
          "display" : "Denmark"
        }
      ]
    }
  ],
  "caseSensitive" : false,
  "content" : "complete",
  "count" : 5,
  "property" : [
    {
      "code" : "status",
      "uri" : "http://hl7.org/fhir/concept-properties#status",
      "description" : "A property that indicates the status of the concept. One of active, experimental, deprecated, or retired.",
      "type" : "code"
    },
    {
      "code" : "effectiveDate",
      "uri" : "http://hl7.org/fhir/concept-properties#effectiveDate",
      "description" : "The date at which the concept status was last changed.",
      "type" : "dateTime"
    }
  ],
  "concept" : [
    {
      "code" : "empty-message",
      "display" : "Message with no content",
      "property" : [
        {
          "code" : "status",
          "valueCode" : "active"
        },
        {
          "code" : "effectiveDate",
          "valueDateTime" : "2022-10-05"
        }
      ]
    },
    {
      "code" : "care-communication-message",
      "display" : "Care Communication Message",
      "property" : [
        {
          "code" : "status",
          "valueCode" : "active"
        },
        {
          "code" : "effectiveDate",
          "valueDateTime" : "2024-11-07"
        }
      ]
    },
    {
      "code" : "hospital-notification-message",
      "display" : "Hospital Notification Message",
      "property" : [
        {
          "code" : "status",
          "valueCode" : "active"
        },
        {
          "code" : "effectiveDate",
          "valueDateTime" : "2022-10-05"
        }
      ]
    },
    {
      "code" : "acknowledgement-message",
      "display" : "Acknowledgement Message",
      "property" : [
        {
          "code" : "status",
          "valueCode" : "active"
        },
        {
          "code" : "effectiveDate",
          "valueDateTime" : "2022-10-05"
        }
      ]
    },
    {
      "code" : "homecareobservation-message",
      "display" : "HomeCare Observation Message",
      "property" : [
        {
          "code" : "status",
          "valueCode" : "active"
        },
        {
          "code" : "effectiveDate",
          "valueDateTime" : "2022-10-05"
        }
      ]
    }
  ]
}