FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageio.health-samurai.core.r4b
Resource TypeStructureDefinition
IdStructureDefinition-subs-notification.json
FHIR VersionR4B
Sourcehttps://simplifier.net/resolve?scope=io.health-samurai.core.r4b@0.2602.2&canonical=http://health-samurai.io/fhir/core/StructureDefinition/SubsNotification
URLhttp://health-samurai.io/fhir/core/StructureDefinition/SubsNotification
Version0.2602.2
Statusactive
NameSubsNotification
DescriptionSubscription notification tracking resource.
TypeSubsNotification
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
io.health-samurai.core.r4b#0.2602.2SubsSubscriptionSubsSubscription

Narrative

No narrative content found in resource


Source1

{
  "description": "Subscription notification tracking resource.",
  "derivation": "specialization",
  "fhirVersion": "4.3.0",
  "name": "SubsNotification",
  "abstract": false,
  "type": "SubsNotification",
  "resourceType": "StructureDefinition",
  "status": "active",
  "id": "SubsNotification",
  "kind": "resource",
  "url": "http://health-samurai.io/fhir/core/StructureDefinition/SubsNotification",
  "version": "0.2602.2",
  "differential": {
    "element": [
      {
        "id": "SubsNotification",
        "path": "SubsNotification",
        "min": 0,
        "max": "*"
      },
      {
        "id": "SubsNotification._source",
        "path": "SubsNotification._source",
        "short": "System Property. DO NOT USE IT.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "SubsNotification.status",
        "path": "SubsNotification.status",
        "short": "Status of the notification delivery.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "constraint": [
          {
            "key": "enum-39",
            "severity": "error",
            "expression": "%context.subsetOf('success' | 'failed')",
            "human": "Status must be one of: success, failed"
          }
        ]
      },
      {
        "id": "SubsNotification.subscription",
        "path": "SubsNotification.subscription",
        "short": "Reference to the subscription that generated this notification.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://health-samurai.io/fhir/core/StructureDefinition/SubsSubscription"
            ]
          }
        ]
      },
      {
        "id": "SubsNotification.retried",
        "path": "SubsNotification.retried",
        "short": "Whether this notification is a retry.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ]
      },
      {
        "id": "SubsNotification.retryOf",
        "path": "SubsNotification.retryOf",
        "short": "Reference to the original notification this is retrying.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://health-samurai.io/fhir/core/StructureDefinition/SubsSubscription"
            ]
          }
        ]
      },
      {
        "id": "SubsNotification.retries",
        "path": "SubsNotification.retries",
        "short": "References to retry notifications.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://health-samurai.io/fhir/core/StructureDefinition/SubsSubscription"
            ]
          }
        ]
      },
      {
        "id": "SubsNotification.duration",
        "path": "SubsNotification.duration",
        "short": "Duration of the notification processing in milliseconds.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "integer"
          }
        ]
      },
      {
        "id": "SubsNotification.response",
        "path": "SubsNotification.response",
        "short": "Response received from the notification endpoint.",
        "min": 0,
        "max": "1",
        "extension": [
          {
            "url": "http://health-samurai.io/fhir/core/StructureDefinition/additional-properties-custom-type",
            "valueCode": "any"
          }
        ]
      },
      {
        "id": "SubsNotification.notification",
        "path": "SubsNotification.notification",
        "short": "Content of the notification that was sent.",
        "min": 0,
        "max": "1",
        "extension": [
          {
            "url": "http://health-samurai.io/fhir/core/StructureDefinition/additional-properties-custom-type",
            "valueCode": "any"
          }
        ]
      }
    ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource"
}