FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
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| 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:
- Exclude these codes as defined in
http://hl7.org/fhir/audit-event-outcome version 📦4.0.1| 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). |
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"
}
]
}
]
}
}