FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagedk.ehmi.terminology
Resource TypeValueSet
IdValueSet-ehmi-delivery-status-outcome-valueset.json
FHIR VersionR4
Sourcehttps://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

CodeSystem
audit-event-outcomeAuditEventOutcome

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 version 📦4.0.1
    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 version 📦4.0.1
    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).

Source1

{
  "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"
        },
        {
          "system": "email",
          "value": "ehmi@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"
          }
        ]
      }
    ]
  }
}