FHIR Cross-Version Extensions package for FHIR R4 from FHIR R4B - Version 0.0.1-snapshot-2. See the Directory of published versions
| Page standards status: Informative | Maturity Level: 3 |
{
"resourceType" : "CodeSystem",
"id" : "subscription-status",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n \n <h2>SubscriptionStatus</h2>\n \n <div>\n \n <p>The status of a subscription.</p>\n \n </div>\n \n <p>This code system http://hl7.org/fhir/subscription-status defines the following codes:</p>\n \n <table class=\"codes\">\n \n <tr>\n \n <td style=\"white-space:nowrap\">\n \n <b>Code</b>\n \n </td>\n \n <td>\n \n <b>Display</b>\n \n </td>\n \n <td>\n \n <b>Definition</b>\n \n </td>\n \n </tr>\n \n <tr>\n \n <td style=\"white-space:nowrap\">requested\n \n <a name=\"subscription-status-requested\"> </a>\n \n </td>\n \n <td>Requested</td>\n \n <td>The client has requested the subscription, and the server has not yet set it up.</td>\n \n </tr>\n \n <tr>\n \n <td style=\"white-space:nowrap\">active\n \n <a name=\"subscription-status-active\"> </a>\n \n </td>\n \n <td>Active</td>\n \n <td>The subscription is active.</td>\n \n </tr>\n \n <tr>\n \n <td style=\"white-space:nowrap\">error\n \n <a name=\"subscription-status-error\"> </a>\n \n </td>\n \n <td>Error</td>\n \n <td>The server has an error executing the notification.</td>\n \n </tr>\n \n <tr>\n \n <td style=\"white-space:nowrap\">off\n \n <a name=\"subscription-status-off\"> </a>\n \n </td>\n \n <td>Off</td>\n \n <td>Too many errors have occurred or the subscription has expired.</td>\n \n </tr>\n \n </table>\n \n </div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "informative"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger" : 3
},
{
"extension" : [
{
"url" : "packageId",
"valueId" : "hl7.fhir.uv.xver-r4b.r4"
},
{
"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://hl7.org/fhir/subscription-status",
"version" : "4.3.0",
"name" : "SubscriptionStatus",
"title" : "SubscriptionStatus",
"status" : "draft",
"experimental" : false,
"date" : "2021-01-17T06:06:13+10:00",
"publisher" : "FHIR Infrastructure",
"contact" : [
{
"name" : "FHIR Infrastructure",
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/fiwg"
}
]
}
],
"description" : "The status of a subscription.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}
]
}
],
"caseSensitive" : true,
"valueSet" : "http://hl7.org/fhir/ValueSet/subscription-status|4.0.1",
"content" : "complete",
"concept" : [
{
"code" : "requested",
"display" : "Requested",
"definition" : "The client has requested the subscription, and the server has not yet set it up."
},
{
"code" : "active",
"display" : "Active",
"definition" : "The subscription is active."
},
{
"code" : "error",
"display" : "Error",
"definition" : "The server has an error executing the notification."
},
{
"code" : "off",
"display" : "Off",
"definition" : "Too many errors have occurred or the subscription has expired."
}
]
}