{
"description": "Backport of the R5 Subscription.managingEntity element. This extension identifies the entity responsible for managing the subscription, constrained to be a Device.",
"_filename": "SubscriptionManagingEntityExtension.json",
"package_name": "ca.on.pubsub.r4",
"date": null,
"derivation": "constraint",
"publisher": null,
"fhirVersion": "4.0.1",
"name": "SubscriptionManagingEntityExtension",
"abstract": false,
"type": "Extension",
"experimental": null,
"resourceType": "StructureDefinition",
"title": "OH Subscription Managing Entity (R4 Backport)",
"package_version": "1.0.0-BallotedDraft",
"status": "draft",
"id": "5d69f28e-d8ad-4290-a49b-b64c41d56e4e",
"kind": "complex-type",
"url": "http://ontariohealth.ca/fhir/pubsub/StructureDefinition/ext-subscriptionManagingEntity",
"context": [ {
"type": "element",
"expression": "Subscription"
} ],
"version": "1.0.1",
"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]",
"max": "1",
"min": 1,
"path": "Extension.value[x]",
"type": [ {
"code": "Reference",
"targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Device" ]
} ],
"short": "Managing entity (Device)",
"definition": "A reference to the managing Device.",
"mustSupport": true
}, {
"id": "Extension.value[x].reference",
"path": "Extension.value[x].reference",
"mustSupport": true
}, {
"id": "Extension.value[x].identifier",
"max": "1",
"min": 1,
"path": "Extension.value[x].identifier",
"short": "Logical identifier for the managing Device",
"definition": "The logical identifier for the managing Device.",
"mustSupport": true
}, {
"id": "Extension.value[x].identifier.system",
"min": 1,
"path": "Extension.value[x].identifier.system",
"short": "Identifier namespace",
"definition": "Namespace for the Device's identifier (e.g., an OID or URI).",
"mustSupport": true
}, {
"id": "Extension.value[x].identifier.value",
"min": 1,
"path": "Extension.value[x].identifier.value",
"short": "Identifier value",
"definition": "The value of the Device's identifier.",
"mustSupport": true
} ]
},
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension"
}