FHIR IG analytics| Package | ca.on.pubsub.r4 |
| Resource Type | StructureDefinition |
| Id | SubscriptionManagingEntityExtension.json |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=ca.on.pubsub.r4@1.0.0-ballot1&canonical=http://ontariohealth.ca/fhir/pubsub/StructureDefinition/ext-subscriptionManagingEntity |
| URL | http://ontariohealth.ca/fhir/pubsub/StructureDefinition/ext-subscriptionManagingEntity |
| Version | 1.0.1 |
| Status | draft |
| Name | SubscriptionManagingEntityExtension |
| Title | OH Subscription Managing Entity (R4 Backport) |
| Realm | ca |
| Description | Backport of the R5 Subscription.managingEntity element. This extension identifies the entity responsible for managing the subscription, constrained to be a Device. |
| Type | Extension |
| Kind | complex-type |
| StructureDefinition | |
| profile-Subscription | OntarioBackportSubscription |
| profile-PubSubGroup | Ontario Health Publish-Subscribe Group Profile |
No resources found
No extension usage examples found
No narrative content found in resource
{
"resourceType": "StructureDefinition",
"id": "ext-subscriptionManagingEntity",
"url": "http://ontariohealth.ca/fhir/pubsub/StructureDefinition/ext-subscriptionManagingEntity",
"version": "1.0.1",
"name": "SubscriptionManagingEntityExtension",
"title": "OH Subscription Managing Entity (R4 Backport)",
"status": "draft",
"description": "Backport of the R5 Subscription.managingEntity element. This extension identifies the entity responsible for managing the subscription, constrained to be a Device.",
"fhirVersion": "4.0.1",
"kind": "complex-type",
"abstract": false,
"context": [
{
"type": "element",
"expression": "Subscription"
}
],
"type": "Extension",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Extension",
"path": "Extension",
"short": "Entity managing the subscription",
"definition": "The entity responsible for managing the subscription. Backported from R5 Subscription.managingEntity."
},
{
"id": "Extension.url",
"path": "Extension.url",
"fixedUri": "http://ontariohealth.ca/fhir/ehr/StructureDefinition/ext-subscriptionManagingEntity"
},
{
"id": "Extension.value[x]",
"path": "Extension.value[x]",
"short": "Managing entity (Device)",
"definition": "A reference to the managing Device.",
"min": 1,
"max": "1",
"type": [
{
"code": "Reference",
"targetProfile": [
"http://hl7.org/fhir/StructureDefinition/Device"
]
}
],
"mustSupport": true
},
{
"id": "Extension.value[x].reference",
"path": "Extension.value[x].reference",
"mustSupport": true
},
{
"id": "Extension.value[x].identifier",
"path": "Extension.value[x].identifier",
"short": "Logical identifier for the managing Device",
"definition": "The logical identifier for the managing Device.",
"min": 1,
"max": "1",
"mustSupport": true
},
{
"id": "Extension.value[x].identifier.system",
"path": "Extension.value[x].identifier.system",
"short": "Identifier namespace",
"definition": "Namespace for the Device's identifier (e.g., an OID or URI).",
"min": 1,
"mustSupport": true
},
{
"id": "Extension.value[x].identifier.value",
"path": "Extension.value[x].identifier.value",
"short": "Identifier value",
"definition": "The value of the Device's identifier.",
"min": 1,
"mustSupport": true
}
]
}
}