FHIR IG analytics| Package | hl7.fhir.uv.xver-r5.r4b |
| Resource Type | CodeSystem |
| Id | CodeSystem-subscription-error.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
This code system http://terminology.hl7.org/CodeSystem/subscription-error defines the following codes:
{
"resourceType": "CodeSystem",
"id": "subscription-error",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 1
},
{
"extension": [
{
"url": "packageId",
"valueId": "hl7.fhir.uv.xver-r5.r4b"
},
{
"url": "version",
"valueString": "0.0.1-snapshot-2"
}
],
"url": "http://hl7.org/fhir/StructureDefinition/package-source"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "fhir"
}
],
"url": "http://terminology.hl7.org/CodeSystem/subscription-error",
"version": "0.1.0",
"name": "SubscriptionErrorCodes",
"title": "Subscription Error Codes",
"status": "draft",
"experimental": false,
"date": "2023-02-26T04:07:30+10:00",
"publisher": "FHIR Infrastructure",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://hl7.org/fhir"
},
{
"system": "email",
"value": "fhir@lists.hl7.org"
}
]
},
{
"telecom": [
{
"system": "url",
"value": "http://hl7.org/fhir"
},
{
"system": "email",
"value": "fhir@lists.hl7.org"
}
]
}
],
"description": "Codes to represent subscription error details",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001",
"display": "World"
}
]
}
],
"caseSensitive": true,
"valueSet": "http://terminology.hl7.org/ValueSet/subscription-error|1.0.1",
"content": "complete",
"concept": [
{
"code": "dns-resolution-error",
"display": "DNS resolution error",
"definition": "DNS resolution error for client rest-hook endpoint."
},
{
"code": "no-response",
"display": "No response",
"definition": "No response for client rest-hook endpoint."
},
{
"code": "error-response",
"display": "Error response",
"definition": "Error response from client rest-hook endpoint. Recommended practice: convey the actual HTTP error in an adjacent Coding or in text"
}
]
}