{ "description": "This codesystem defines a set of codes that can be used to filter Subscription triggers.", "_filename": "codesystem-subscription-state.json", "package_name": "hl7.fhir.r5.examples", "date": null, "meta": { "profile": [ "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ], "lastUpdated": "2021-05-03T21:59:52.634+10:00" }, "publisher": null, "content": "complete", "name": "SubscriptionState", "type": null, "experimental": "false", "resourceType": "CodeSystem", "title": null, "package_version": "4.6.0", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "fhir" } ], "status": "active", "id": "7e02373f-9aab-4920-8250-a7142b84edf1", "kind": null, "url": "http://terminology.hl7.org/CodeSystem/subscription-state", "identifier": [ { "value": "urn:oid:2.16.840.1.113883.4.642.1.1522", "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": "4.6.0" }