FHIR IG analytics| Package | io.health-samurai.core.r4b |
| Resource Type | StructureDefinition |
| Id | StructureDefinition-subs-subscription.json |
| FHIR Version | R4B |
| Source | https://simplifier.net/resolve?scope=io.health-samurai.core.r4b@0.2602.2&canonical=http://health-samurai.io/fhir/core/StructureDefinition/SubsSubscription |
| URL | http://health-samurai.io/fhir/core/StructureDefinition/SubsSubscription |
| Version | 0.2602.2 |
| Status | active |
| Name | SubsSubscription |
| Description | Topic-based subscription resource for event notifications. |
| Type | SubsSubscription |
| Kind | resource |
| StructureDefinition | ||
| io.health-samurai.core.r4b#0.2602.2 | SubsNotification | SubsNotification |
No resources found
No narrative content found in resource
{
"description": "Topic-based subscription resource for event notifications.",
"derivation": "specialization",
"fhirVersion": "4.3.0",
"name": "SubsSubscription",
"abstract": false,
"type": "SubsSubscription",
"resourceType": "StructureDefinition",
"status": "active",
"id": "SubsSubscription",
"kind": "resource",
"url": "http://health-samurai.io/fhir/core/StructureDefinition/SubsSubscription",
"version": "0.2602.2",
"differential": {
"element": [
{
"id": "SubsSubscription",
"path": "SubsSubscription",
"min": 0,
"max": "*"
},
{
"id": "SubsSubscription._source",
"path": "SubsSubscription._source",
"short": "System Property. DO NOT USE IT.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "SubsSubscription.status",
"path": "SubsSubscription.status",
"short": "Current status of the subscription.",
"min": 0,
"max": "1",
"type": [
{
"code": "code"
}
],
"constraint": [
{
"key": "enum-50",
"severity": "error",
"expression": "%context.subsetOf('active' | 'off')",
"human": "Status must be one of: active, off"
}
]
},
{
"id": "SubsSubscription.identifier",
"path": "SubsSubscription.identifier",
"short": "Business identifiers for the subscription.",
"min": 0,
"max": "*",
"type": [
{
"code": "Identifier"
}
]
},
{
"id": "SubsSubscription.trigger",
"path": "SubsSubscription.trigger",
"short": "Events that trigger this subscription.",
"min": 0,
"max": "1",
"extension": [
{
"url": "http://health-samurai.io/fhir/core/StructureDefinition/additional-properties-custom-type",
"valueCode": "any"
}
]
},
{
"id": "SubsSubscription.channel",
"path": "SubsSubscription.channel",
"short": "Channel configuration for delivering notifications.",
"min": 1,
"max": "1",
"type": [
{
"code": "BackboneElement"
}
]
},
{
"id": "SubsSubscription.channel.type",
"path": "SubsSubscription.channel.type",
"short": "Type of channel for notifications.",
"min": 1,
"max": "1",
"type": [
{
"code": "code"
}
],
"constraint": [
{
"key": "enum-49",
"severity": "error",
"expression": "%context.subsetOf('rest-hook')",
"human": "Channel type must be: rest-hook"
}
]
},
{
"id": "SubsSubscription.channel.endpoint",
"path": "SubsSubscription.channel.endpoint",
"short": "URL endpoint where notifications are sent.",
"min": 1,
"max": "1",
"type": [
{
"code": "url"
}
]
},
{
"id": "SubsSubscription.channel.timeout",
"path": "SubsSubscription.channel.timeout",
"short": "Timeout in milliseconds for notification delivery.",
"min": 0,
"max": "1",
"type": [
{
"code": "integer"
}
]
},
{
"id": "SubsSubscription.channel.heartbeatPeriod",
"path": "SubsSubscription.channel.heartbeatPeriod",
"short": "Period in milliseconds for sending heartbeat notifications.",
"min": 0,
"max": "1",
"type": [
{
"code": "integer"
}
]
},
{
"id": "SubsSubscription.channel.headers",
"path": "SubsSubscription.channel.headers",
"short": "HTTP headers to include with notifications.",
"min": 0,
"max": "1",
"extension": [
{
"url": "http://health-samurai.io/fhir/core/StructureDefinition/additional-properties-custom-type",
"valueCode": "any"
}
]
},
{
"id": "SubsSubscription.channel.payload",
"path": "SubsSubscription.channel.payload",
"short": "Content to be sent in the notification.",
"min": 0,
"max": "1",
"type": [
{
"code": "BackboneElement"
}
]
},
{
"id": "SubsSubscription.channel.payload.content",
"path": "SubsSubscription.channel.payload.content",
"short": "Content type for payload.",
"min": 0,
"max": "1",
"type": [
{
"code": "code"
}
],
"constraint": [
{
"key": "payload-content",
"severity": "error",
"expression": "%context.subsetOf('id-only' | 'full-resource')",
"human": "Payload content must be one of: id-only, full-resource"
}
]
},
{
"id": "SubsSubscription.channel.payload.contentType",
"path": "SubsSubscription.channel.payload.contentType",
"short": "MIME type of the payload.",
"min": 0,
"max": "1",
"type": [
{
"code": "code"
}
],
"constraint": [
{
"key": "payload-contenttype",
"severity": "error",
"expression": "%context.subsetOf('json' | 'fhir+json')",
"human": "Payload content type must be one of: json, fhir+json"
}
]
},
{
"id": "SubsSubscription.channel.payload.context",
"path": "SubsSubscription.channel.payload.context",
"short": "Additional context for the payload.",
"extension": [
{
"url": "http://health-samurai.io/fhir/core/StructureDefinition/custom-type",
"valueCode": "any"
}
]
}
]
},
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource"
}