Package | dk.ehmi.terminology |
Type | ValueSet |
Id | ehmi-delivery-status-outcome-valueset |
FHIR Version | R4 |
Source | http://medcomehmi.dk/ig/terminology/https://build.fhir.org/ig/medcomdk/dk-ehmi-terminology/ValueSet-ehmi-delivery-status-outcome-valueset.html |
URL | http://medcomehmi.dk/ig/terminology/ValueSet/ehmi-delivery-status-outcome-valueset |
Version | 1.0.0 |
Status | active |
Date | 2025-02-01 |
Name | EhmiDeliveryStatusOutcomeValueset |
Title | EHMI Delivery Status (EDS) - Outcome Valueset |
Realm | dk |
Description | ValueSet containing codes for EHMI Delivery Status (EDS) SubTypes |
StructureDefinition | |
EdsBasicDeliveryStatus | EdsBasicDeliveryStatus |
No resources found
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:
http://hl7.org/fhir/audit-event-outcome
Code | Display | Definition |
0 | Success | The operation completed successfully (whether with warnings or not). |
8 | Serious failure | The 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:
http://hl7.org/fhir/audit-event-outcome
Code | Display | Definition |
4 | Minor failure | The action was not successful due to some kind of minor failure (often equivalent to an HTTP 400 response). |
12 | Major failure | An error of such magnitude occurred that the system is no longer available for use (i.e. the system died). |
{ "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" } ] } ] } }