Cross-Version Extension for SubscriptionStatus.notificationEvent.eventNumber in R5

URLhttp://hl7.org/fhir/5.0/StructureDefinition/extension-SubscriptionStatus.notificationEvent.eventNumber
Version
Statusactive
Description

Cross-Version Extension for SubscriptionStatus.notificationEvent.eventNumber. Valid in versions R2, R3, R4, R4B

This is a valid extension because it has the types integer64

Context of Use

This extension may be used in the following contexts:


NameFlagsCard.TypeDescription & Constraintsdoco
.. Extension 1..1ExtensionSequencing index of this event
... extension ..0
... value[x] 1..integer64
... url "http://hl7.org/fhir/5.0/StructureDefinition/extension-SubscriptionStatus.notificationEvent.eventNumber"

doco Documentation for this format

{
  "resourceType" : "StructureDefinition",
  "id" : "xv-r5-scrs.not.eventNumber",
  "url" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-SubscriptionStatus.notificationEvent.eventNumber",
  "name" : "XVerExtensionSubscriptionStatus.notificationEvent.eventNumberR5",
  "title" : "Cross-Version Extension for SubscriptionStatus.notificationEvent.eventNumber in R5",
  "status" : "active",
  "experimental" : false,
  "publisher" : "Health Level Seven International (FHIR Infrastructure)",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://hl7.org/fhir"
    }]
  },
  {
    "telecom" : [{
      "system" : "url",
      "value" : "http://www.hl7.org/Special/committees/fiwg/index.cfm"
    }]
  }],
  "description" : "Cross-Version Extension for SubscriptionStatus.notificationEvent.eventNumber. Valid in versions R2, R3, R4, R4B\r\n\r\nThis is a valid extension because it has the types integer64",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001"
    }]
  }],
  "fhirVersion" : "5.0.0",
  "kind" : "complex-type",
  "abstract" : false,
  "context" : [{
    "extension" : [{
      "extension" : [{
        "url" : "startFhirVersion",
        "valueCode" : "4.3"
      },
      {
        "url" : "endFhirVersion",
        "valueCode" : "4.3"
      }],
      "url" : "http://hl7.org/fhir/StructureDefinition/version-specific-use"
    }],
    "type" : "element",
    "expression" : "SubscriptionStatus.notificationEvent"
  },
  {
    "type" : "extension",
    "expression" : "http://hl7.org/fhir/4.3/StructureDefinition/extension-SubscriptionStatus.notificationEvent"
  },
  {
    "type" : "extension",
    "expression" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-SubscriptionStatus.notificationEvent"
  },
  {
    "type" : "extension",
    "expression" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-SubscriptionStatus.notificationEvent"
  },
  {
    "type" : "extension",
    "expression" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-SubscriptionStatus.notificationEvent"
  }],
  "type" : "Extension",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation" : "constraint",
  "differential" : {
    "element" : [{
      "path" : "Extension",
      "short" : "Sequencing index of this event",
      "definition" : "Either the sequential number of this event in this subscription context or a relative event number for this notification.",
      "comment" : "In subscriptions where delivery of notifications IS NOT guaranteed (e.g., REST-Hook), this number is a unique and monotonically-increasing event number for a subscription. In channels where delivery of notifications IS guaranteed, this number is a relative index for the events present in the notification (e.g., 1, 2, etc.).",
      "min" : 1,
      "max" : "1",
      "isModifier" : false
    },
    {
      "path" : "Extension.extension",
      "max" : "0"
    },
    {
      "path" : "Extension.value[x]",
      "min" : 1,
      "type" : [{
        "code" : "integer64"
      }]
    },
    {
      "path" : "Extension.url",
      "fixedUri" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-SubscriptionStatus.notificationEvent.eventNumber"
    }]
  }
}