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

FHIR IG analytics

Packageca.on.pubsub.r4
Resource TypeStructureDefinition
IdSubscriptionManagingEntityExtension.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "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
      }
    ]
  }
}