PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.xver@r5.r4b-0.0.1-snapshot-2
    http://hl7.org/fhir/subscription-status
{
  "description": "This codesystem defines a set of codes that can be used to filter Subscription triggers.",
  "_filename": "CodeSystem-subscription-status.json",
  "package_name": "hl7.fhir.uv.xver",
  "date": "2025-09-13T17:27:08-04:00",
  "publisher": "FHIR Infrastructure",
  "jurisdiction": [ {
    "coding": [ {
      "code": "001",
      "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "display": "World"
    } ]
  } ],
  "content": "complete",
  "name": "SubscriptionStatus",
  "type": null,
  "experimental": "false",
  "resourceType": "CodeSystem",
  "title": "Subscription Status",
  "package_version": "r5.r4b-0.0.1-snapshot-2",
  "extension": [ {
    "url": "http://hl7.org/fhir/StructureDefinition/package-source",
    "extension": [ {
      "url": "packageId",
      "valueId": "hl7.fhir.uv.xver-r5.r4b"
    }, {
      "url": "version",
      "valueString": "0.0.1-snapshot-2"
    } ]
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode": "fhir"
  } ],
  "status": "active",
  "id": "e7c1e04f-a39d-4aeb-a0a4-8fcbf8f9c5c9",
  "kind": null,
  "url": "http://hl7.org/fhir/subscription-status",
  "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."
  }, {
    "code": "entered-in-error",
    "display": "Entered in Error",
    "definition": "This subscription has been flagged as incorrect."
  } ],
  "caseSensitive": true,
  "version": "5.0.0",
  "contact": [ {
    "name": "FHIR Infrastructure",
    "telecom": [ {
      "value": "http://www.hl7.org/Special/committees/fiwg",
      "system": "url"
    } ]
  } ]
}