http://hl7.org/fhir/subscription-status|5.0.0

name
SubscriptionStatus
package
hl7.fhir.r5.core@5.0.0
content
complete
status
active

Subscription Status

This codesystem defines a set of codes that can be used to filter Subscription triggers.

{
  "description" : "This codesystem defines a set of codes that can be used to filter Subscription triggers.",
  "compose" : null,
  "package" : "hl7.fhir.r5.core@5.0.0",
  "date" : null,
  "meta" : {
    "profile" : [ "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ],
    "lastUpdated" : "2023-03-26T15:21:02.749+11:00"
  },
  "publisher" : "HL7 International",
  "jurisdiction" : [ {
    "coding" : [ {
      "code" : "001",
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "display" : "World"
    } ]
  } ],
  "content" : "complete",
  "name" : "SubscriptionStatus",
  "experimental" : false,
  "resourceType" : "CodeSystem",
  "title" : "Subscription Status",
  "supliment" : null,
  "extension" : [ {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "fhir"
  } ],
  "status" : "active",
  "id" : "6a165eb5-8532-5aba-aba2-564f549be2a1",
  "url" : "http://hl7.org/fhir/subscription-status",
  "identifier" : [ {
    "value" : "urn:oid:2.16.840.1.113883.4.642.4.2022",
    "system" : "urn:ietf:rfc:3986"
  } ],
  "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"
}