{ "description": "State values for FHIR Subscriptions.", "_filename": "CodeSystem-subscription-state.json", "package_name": "hl7.fhir.r5.core", "date": null, "meta": { "profile": [ "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ], "lastUpdated": "2020-08-20T17:41:31.970+10:00" }, "publisher": "HL7 (FHIR Project)", "content": "complete", "name": "SubscriptionState", "type": null, "experimental": "false", "resourceType": "CodeSystem", "title": "Subscription State", "package_version": "4.5.0", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "fhir" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", "valueCode": "trial-use" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", "valueInteger": 0 } ], "status": "active", "id": "78a82047-f8f6-409d-8837-8ea1b145e38d", "valueSet": "http://hl7.org/fhir/ValueSet/subscription-state", "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." } ], "caseSensitive": true, "version": "4.5.0", "contact": [ { "telecom": [ { "value": "http://hl7.org/fhir", "system": "url" } ] } ] }