{ "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-12-21T15:26:20.831+11:00" }, "publisher": null, "content": "complete", "name": "SubscriptionState", "type": null, "experimental": "false", "resourceType": "CodeSystem", "title": null, "package_version": "5.0.0-snapshot1", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "fhir" } ], "status": "active", "id": "268038dc-3ca4-49a8-b52c-545ad9f710fb", "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": "5.0.0-snapshot1" }