DK EHMI Terminology
0.8.0 - ci-build Denmark flag

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

: EHMI Delivery Status (EDS) ParticipationRoleType CS - JSON Representation

Active as of 2023-09-01

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "ehmi-delivery-status-participationroletype",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem ehmi-delivery-status-participationroletype</b></p><a name=\"ehmi-delivery-status-participationroletype\"> </a><a name=\"hcehmi-delivery-status-participationroletype\"> </a><a name=\"ehmi-delivery-status-participationroletype-da-DK\"> </a><p>This case-sensitive code system <code>http://medcomehmi.dk/ig/dk-ehmi-terminology/CodeSystem/ehmi-delivery-status-participationroletype</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>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">ehmiSender<a name=\"ehmi-delivery-status-participationroletype-ehmiSender\"> </a></td><td>Sender</td><td>The application that creates a new message</td></tr><tr><td style=\"white-space:nowrap\">ehmiReceiver<a name=\"ehmi-delivery-status-participationroletype-ehmiReceiver\"> </a></td><td>Receiver</td><td>The application that receives the new message</td></tr><tr><td style=\"white-space:nowrap\">ehmiDevice<a name=\"ehmi-delivery-status-participationroletype-ehmiDevice\"> </a></td><td>Device</td><td>The Device that reports the AuditEvent</td></tr></table></div>"
  },
  "url" : "http://medcomehmi.dk/ig/dk-ehmi-terminology/CodeSystem/ehmi-delivery-status-participationroletype",
  "version" : "0.8.0",
  "name" : "EhmiDeliveryStatusParticipationRoleType",
  "title" : "EHMI Delivery Status (EDS) ParticipationRoleType CS",
  "status" : "active",
  "experimental" : false,
  "date" : "2023-09-01",
  "publisher" : "MedCom",
  "contact" : [
    {
      "name" : "MedCom",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://medcom.dk"
        }
      ]
    }
  ],
  "description" : "ehmi-delivery-status-participationroletype for the EHMI Messaging Infrastructure",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "DK",
          "display" : "Denmark"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "ehmiSender",
      "display" : "Sender",
      "definition" : "The application that creates a new message"
    },
    {
      "code" : "ehmiReceiver",
      "display" : "Receiver",
      "definition" : "The application that receives the new message"
    },
    {
      "code" : "ehmiDevice",
      "display" : "Device",
      "definition" : "The Device that reports the AuditEvent"
    }
  ]
}