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) Outcome Valueset - JSON Representation

Active as of 2023-09-01

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "ehmi-delivery-status-outcome-valueset",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet ehmi-delivery-status-outcome-valueset</b></p><a name=\"ehmi-delivery-status-outcome-valueset\"> </a><a name=\"hcehmi-delivery-status-outcome-valueset\"> </a><a name=\"ehmi-delivery-status-outcome-valueset-da-DK\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-audit-event-outcome.html\"><code>http://hl7.org/fhir/audit-event-outcome</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-audit-event-outcome.html#audit-event-outcome-0\">0</a></td><td style=\"color: #cccccc\">Success</td><td>The operation completed successfully (whether with warnings or not).</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-audit-event-outcome.html#audit-event-outcome-8\">8</a></td><td style=\"color: #cccccc\">Serious failure</td><td>The action was not successful due to some kind of unexpected error (often equivalent to an HTTP 500 response).</td></tr></table></li></ul><p>This value set excludes codes based on the following rules:</p><ul><li>Exclude these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-audit-event-outcome.html\"><code>http://hl7.org/fhir/audit-event-outcome</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-audit-event-outcome.html#audit-event-outcome-4\">4</a></td><td style=\"color: #cccccc\">Minor failure</td><td>The action was not successful due to some kind of minor failure (often equivalent to an HTTP 400 response).</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-audit-event-outcome.html#audit-event-outcome-12\">12</a></td><td style=\"color: #cccccc\">Major failure</td><td>An error of such magnitude occurred that the system is no longer available for use (i.e. the system died).</td></tr></table></li></ul></div>"
  },
  "url" : "http://medcomehmi.dk/ig/dk-ehmi-terminology/ValueSet/ehmi-delivery-status-outcome-valueset",
  "version" : "0.8.0",
  "name" : "EhmiDeliveryStatusOutcomeValueset",
  "title" : "EHMI Delivery Status (EDS) Outcome Valueset",
  "status" : "active",
  "experimental" : false,
  "date" : "2023-09-01",
  "publisher" : "MedCom",
  "contact" : [
    {
      "name" : "MedCom",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://medcom.dk"
        }
      ]
    }
  ],
  "description" : "ValueSet containing codes for EHMI Delivery Status (EDS) SubTypes",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "DK",
          "display" : "Denmark"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/audit-event-outcome",
        "concept" : [
          {
            "code" : "0"
          },
          {
            "code" : "8"
          }
        ]
      }
    ],
    "exclude" : [
      {
        "system" : "http://hl7.org/fhir/audit-event-outcome",
        "concept" : [
          {
            "code" : "4"
          },
          {
            "code" : "12"
          }
        ]
      }
    ]
  }
}