PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r6.examples@6.0.0-ballot1
    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.r6.examples",
  "date": null,
  "meta": {
    "profile": [ "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ],
    "lastUpdated": "2023-12-18T15:12:07.602+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",
  "type": null,
  "experimental": "false",
  "resourceType": "CodeSystem",
  "title": "Subscription Status",
  "package_version": "6.0.0-ballot1",
  "extension": [ {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode": "fhir"
  } ],
  "status": "active",
  "id": "7d705d38-e76d-43e0-939f-637a853d3b11",
  "kind": null,
  "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": "6.0.0-ballot1"
}