SubscriptionStatus

The status of a subscription.

This code system http://hl7.org/fhir/subscription-status defines the following codes:

Code Display Definition
requested Requested The client has requested the subscription, and the server has not yet set it up.
active Active The subscription is active.
error Error The server has an error executing the notification.
off Off Too many errors have occurred or the subscription has expired.
<status value="draft"/> <experimental value="false"/> <date value="2019-11-01T09:29:23+11:00"/> <publisher value="HL7 (FHIR Project)"/> <contact> <telecom> <system value="url"/> <value value="http://hl7.org/fhir"/> </telecom> <telecom> <system value="email"/> <value value="fhir@lists.hl7.org"/> </telecom> </contact> <description value="The status of a subscription."/> <caseSensitive value="true"/> <valueSet value="http://hl7.org/fhir/ValueSet/subscription-status"/> <content value="complete"/> <concept> <code value="requested"/> <display value="Requested"/> <definition value="The client has requested the subscription, and the server has not yet set it up."/> </concept> <concept> <code value="active"/> <display value="Active"/> <definition value="The subscription is active."/> </concept> <concept> <code value="error"/> <display value="Error"/> <definition value="The server has an error executing the notification."/> </concept> <concept> <code value="off"/> <display value="Off"/> <definition value="Too many errors have occurred or the subscription has expired."/> </concept> </CodeSystem>