PackagesCanonicalsLogsProblems
    Packages
    ihe.iti.dsubm@1.0.0
    https://profiles.ihe.net/ITI/DSUBm/CapabilityStatement/IHE.DSUBm.ResourceNotificationBroker.DocRef.MinUpd
{
  "description": "The DSUBm Resource Notification Broker Actor CapabilityStatement requirements expresses the requirements that SHALL be provided when implementing DocumentReference Subscription for Minimal Update Option.\\n\\n- Using FHIR R4\\n- SHALL support both json and xml encoding\\n- SHOULD use a security framework. Recommend [ATNA](https://profiles.ihe.net/ITI/TF/Volume1/ch-9.html), encouraged [IHE-IUA](https://profiles.ihe.net/ITI/IUA/index.html) or [SMART-app-launch](http://www.hl7.org/fhir/smart-app-launch/)\\n- SHALL support the ITI-110 transaction and support the basic type of Subscription and related SubscriptionTopic\\n- SHALL be able to support the Subscription defined in Section [2:3.110.4.1.2.1.1 Subscription with DocumentReference Subscription for Minimal Update option](ITI-110.html#2311041211-subscription-with-documentreference-subscription-for-minimal-update-option), and the related SubscriptionTopic\\n- MAY support the ITI-111 transaction\\n- SHALL support the ITI-112 transaction:\\n  - SHALL support Handshake Notification\\n  - SHOULD support Heartbeat Notification\\n  - SHALL support Event Notification\\n  - SHOULD support Subscription Deactivation Notification\\n- SHALL support the ITI-113 transaction: \\n    - SHALL support the following [Search Parameters](ITI-113.html#23113412-message-semantics)\\n      - _id\\n      - status\\n      - url\\n      - filter-criteria\\n      - topic\\n    - SHALL support the DSUBm $status operation  \\n    - SHOULD support the DSUBm $events operation  \\n- SHALL support the ITI-114 transaction:\\n    - SHALL support the following [Search Parameters](ITI-114.html#23114412-message-semantics)\\n      - code\\n      - _id\\n      - resource\\n      - derived-or-self\\n      - status\\n      - url\\n",
  "_filename": "CapabilityStatement-IHE.DSUBm.ResourceNotificationBroker.DocRef.MinUpd.json",
  "package_name": "ihe.iti.dsubm",
  "format": [ "application/fhir+xml", "application/fhir+json" ],
  "date": "2023-10-27",
  "publisher": "IHE IT Infrastructure Technical Committee",
  "fhirVersion": "4.0.1",
  "jurisdiction": [ {
    "coding": [ {
      "code": "001",
      "system": "http://unstats.un.org/unsd/methods/m49/m49.htm"
    } ]
  } ],
  "name": "IHE_DSUBm_ResourceNotificationBroker_DocRef_MinUpd",
  "type": null,
  "experimental": "false",
  "resourceType": "CapabilityStatement",
  "title": "IHE DSUBm ResourceNotificationBroker DocRef MinUpd",
  "package_version": "1.0.0",
  "status": "active",
  "id": "52857aa5-33a7-448b-8001-74332e236f8a",
  "kind": "requirements",
  "url": "https://profiles.ihe.net/ITI/DSUBm/CapabilityStatement/IHE.DSUBm.ResourceNotificationBroker.DocRef.MinUpd",
  "version": "1.0.0",
  "contact": [ {
    "telecom": [ {
      "value": "https://www.ihe.net/ihe_domains/it_infrastructure/",
      "system": "url"
    } ]
  }, {
    "telecom": [ {
      "value": "iti@ihe.net",
      "system": "email"
    } ]
  }, {
    "name": "IHE IT Infrastructure Technical Committee",
    "telecom": [ {
      "value": "iti@ihe.net",
      "system": "email"
    } ]
  } ],
  "rest": [ {
    "mode": "server",
    "resource": [ {
      "type": "Subscription",
      "operation": [ {
        "name": "events",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode": "SHOULD"
        } ],
        "definition": "http://hl7.org/fhir/uv/subscriptions-backport/OperationDefinition/backport-subscription-events",
        "documentation": "The Response Bundle SHALL be conformed with https://profiles.ihe.net/ITI/DSUBm/StructureDefinition/DSUBm-EventsOperation-Bundle "
      }, {
        "name": "status",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode": "SHALL"
        } ],
        "definition": "http://hl7.org/fhir/uv/subscriptions-backport/OperationDefinition/backport-subscription-status",
        "documentation": "The Response Bundle SHALL be conformed with https://profiles.ihe.net/ITI/DSUBm/StructureDefinition/DSUBm-StatusOperation-Bundle "
      } ],
      "interaction": [ {
        "code": "read"
      }, {
        "code": "create"
      }, {
        "code": "update"
      }, {
        "code": "search-type"
      } ],
      "searchParam": [ {
        "name": "code",
        "type": "token",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode": "SHALL"
        } ],
        "documentation": "Kind of Resource"
      }, {
        "name": "_id",
        "type": "string",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode": "SHALL"
        } ],
        "documentation": "The id of the Subscription"
      }, {
        "name": "status",
        "type": "token",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode": "SHALL"
        } ],
        "documentation": "The current state of the subscription"
      }, {
        "name": "url",
        "type": "uri",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode": "SHALL"
        } ],
        "documentation": "The URI that will receive the notifications"
      }, {
        "name": "filter-criteria",
        "type": "string",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode": "SHALL"
        } ],
        "definition": "http://hl7.org/fhir/uv/subscriptions-backport/SearchParameter/Subscription-filter-criteria",
        "documentation": "This SearchParameter enables query of subscriptions by filter criteria"
      }, {
        "name": "topic",
        "type": "uri",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode": "SHALL"
        } ],
        "definition": "http://hl7.org/fhir/uv/subscriptions-backport/SearchParameter/Subscription-topic",
        "documentation": "This SearchParameter enables query of subscriptions by canonical topic-url"
      } ],
      "documentation": "Resource Subscription [ITI-110](ITI-110.html) and Resource Subscription Search [ITI-113](ITI-113.html)",
      "supportedProfile": [ "https://profiles.ihe.net/ITI/DSUBm/StructureDefinition/DSUBm-DocumentReference-PatientDependent-Subscription", "https://profiles.ihe.net/ITI/DSUBm/StructureDefinition/DSUBm-DocumentReference-MultiPatient-Subscription", "https://profiles.ihe.net/ITI/DSUBm/StructureDefinition/DSUBm-SubmissionSet-PatientDependent-Subscription", "https://profiles.ihe.net/ITI/DSUBm/StructureDefinition/DSUBm-SubmissionSet-MultiPatient-Subscription", "https://profiles.ihe.net/ITI/DSUBm/StructureDefinition/DSUBm-DocumentReference-PatientDependent-Subscription-MinUpdate", "https://profiles.ihe.net/ITI/DSUBm/StructureDefinition/DSUBm-DocumentReference-MultiPatient-Subscription-MinUpdate" ]
    }, {
      "type": "Basic",
      "interaction": [ {
        "code": "read"
      }, {
        "code": "search-type"
      } ],
      "searchParam": [ {
        "name": "_id",
        "type": "string",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode": "SHALL"
        } ],
        "documentation": "The id of the SubscriptionTopic"
      }, {
        "name": "resource",
        "type": "uri",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode": "SHALL"
        } ],
        "documentation": "Allowed Data type or Resource (reference to definition) for this definition, searches resourceTrigger, eventTrigger, and notificationShape for matches."
      }, {
        "name": "derived-or-self",
        "type": "uri",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode": "SHALL"
        } ],
        "documentation": "A server defined search that matches either the url or derivedFrom"
      }, {
        "name": "status",
        "type": "token",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode": "SHALL"
        } ],
        "documentation": "SHOULD be valued with `active`"
      }, {
        "name": "url",
        "type": "uri",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode": "SHALL"
        } ],
        "documentation": "Logical canonical URL to reference this SubscriptionTopic (globally unique)"
      } ],
      "documentation": "Resource SubscriptionTopic Search [ITI-114](ITI-114.html):\nThe Resource Notification Broker Actor SHALL support the canonical instances of SubscriptionTopic presented in the DSUBm profile.\nSee [here](artifacts.html#canonical-subscriptiontopic)"
    } ],
    "security": {
      "description": "Recommend [ATNA](https://profiles.ihe.net/ITI/TF/Volume1/ch-9.html), encouraged [IHE-IUA](https://profiles.ihe.net/ITI/IUA/index.html) or [SMART-app-launch](http://www.hl7.org/fhir/smart-app-launch/)"
    },
    "interaction": [ {
      "code": "transaction",
      "documentation": "https://profiles.ihe.net/ITI/DSUBm/StructureDefinition-IHE.DSUBm.ResourceBundle.html"
    } ],
    "documentation": "DSUBm Resource Notification Broker provides capability to receive subscription, receive the stream of events, receive Subscription and SubscriptionTopic Resource search"
  }, {
    "mode": "client",
    "resource": [ {
      "type": "Bundle",
      "documentation": "Resource Notify [ITI-112](ITI-112.html)",
      "supportedProfile": [ "https://profiles.ihe.net/ITI/DSUBm/StructureDefinition/IHE.DSUBm.EventNotification", "https://profiles.ihe.net/ITI/DSUBm/StructureDefinition/IHE.DSUBm.HandshakeNotification", "https://profiles.ihe.net/ITI/DSUBm/StructureDefinition/IHE.DSUBm.HeartbeatNotification", "https://profiles.ihe.net/ITI/DSUBm/StructureDefinition/IHE.DSUBm.SubscriptionDeactivationNotification" ]
    } ],
    "security": {
      "description": "Recommend [ATNA](https://profiles.ihe.net/ITI/TF/Volume1/ch-9.html), encouraged [IHE-IUA](https://profiles.ihe.net/ITI/IUA/index.html) or [SMART-app-launch](http://www.hl7.org/fhir/smart-app-launch/)"
    },
    "documentation": "DSUBm Resource Notification Broker provides capability to send notification"
  } ]
}