DK MedCom Terminology
2.0.0 - release Denmark flag

This page is part of the MedCom Terminology (v2.0.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: MedComMessagingDestinationUse - JSON Representation

Active as of 2025-09-22

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "medcom-messaging-destinationUse",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem medcom-messaging-destinationUse</b></p><a name=\"medcom-messaging-destinationUse\"> </a><a name=\"hcmedcom-messaging-destinationUse\"> </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-destinationUse</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\">primary<a name=\"medcom-messaging-destinationUse-primary\"> </a></td><td>Primary destination</td><td>active</td><td>2022-10-05</td></tr><tr><td style=\"white-space:nowrap\">cc<a name=\"medcom-messaging-destinationUse-cc\"> </a></td><td>Carbon-copy destination</td><td>active</td><td>2022-10-05</td></tr></table></div>"
  },
  "url" : "http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-messaging-destinationUse",
  "version" : "1.0.1",
  "name" : "MedComMessagingDesinationUseCodes",
  "title" : "MedComMessagingDestinationUse",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-09-22",
  "publisher" : "MedCom",
  "contact" : [
    {
      "name" : "MedCom",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.medcom.dk"
        }
      ]
    }
  ],
  "description" : "Codes indicatin whether the use of a destination in a MedCom message header is as a primary or a carbon copy recipient of the message",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "DK",
          "display" : "Denmark"
        }
      ]
    }
  ],
  "caseSensitive" : false,
  "content" : "complete",
  "count" : 2,
  "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" : "primary",
      "display" : "Primary destination",
      "property" : [
        {
          "code" : "status",
          "valueCode" : "active"
        },
        {
          "code" : "effectiveDate",
          "valueDateTime" : "2022-10-05"
        }
      ]
    },
    {
      "code" : "cc",
      "display" : "Carbon-copy destination",
      "property" : [
        {
          "code" : "status",
          "valueCode" : "active"
        },
        {
          "code" : "effectiveDate",
          "valueDateTime" : "2022-10-05"
        }
      ]
    }
  ]
}