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

FHIR IG Statistics: ValueSet/ehmi-delivery-status-outcome-valueset

Packagedk.ehmi.terminology
TypeValueSet
Idehmi-delivery-status-outcome-valueset
FHIR VersionR4
Sourcehttp://medcomehmi.dk/ig/terminology/https://build.fhir.org/ig/medcomdk/dk-ehmi-terminology/ValueSet-ehmi-delivery-status-outcome-valueset.html
URLhttp://medcomehmi.dk/ig/terminology/ValueSet/ehmi-delivery-status-outcome-valueset
Version1.0.0
Statusactive
Date2025-02-01
NameEhmiDeliveryStatusOutcomeValueset
TitleEHMI Delivery Status (EDS) - Outcome Valueset
Realmdk
DescriptionValueSet containing codes for EHMI Delivery Status (EDS) SubTypes

Resources that use this resource

StructureDefinition
EdsBasicDeliveryStatusEdsBasicDeliveryStatus

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: ValueSet ehmi-delivery-status-outcome-valueset

This value set includes codes based on the following rules:

  • Include these codes as defined in http://hl7.org/fhir/audit-event-outcome
    CodeDisplayDefinition
    0SuccessThe operation completed successfully (whether with warnings or not).
    8Serious failureThe action was not successful due to some kind of unexpected error (often equivalent to an HTTP 500 response).

This value set excludes codes based on the following rules:

  • Exclude these codes as defined in http://hl7.org/fhir/audit-event-outcome
    CodeDisplayDefinition
    4Minor failureThe action was not successful due to some kind of minor failure (often equivalent to an HTTP 400 response).
    12Major failureAn error of such magnitude occurred that the system is no longer available for use (i.e. the system died).

Source

{
  "resourceType": "ValueSet",
  "id": "ehmi-delivery-status-outcome-valueset",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://medcomehmi.dk/ig/terminology/ValueSet/ehmi-delivery-status-outcome-valueset",
  "version": "1.0.0",
  "name": "EhmiDeliveryStatusOutcomeValueset",
  "title": "EHMI Delivery Status (EDS) - Outcome Valueset",
  "status": "active",
  "experimental": false,
  "date": "2025-02-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"
          }
        ]
      }
    ]
  }
}