PackagesCanonicalsLogsProblems
    Packages
    navify.fhir.r5.rdc@1.1.0
    https://roche.com/fhir/iop/StructureDefinition/rdc-Subscription
description: RDC Subscription profile describes custom rules how to create a valid Subscription resource to be able to subscribe to receive notifications about created/updated resources from Roche.
package_name: navify.fhir.r5.rdc
derivation: constraint
name: RdcSubscription
type: Subscription
elements:
  maxCount: {index: 18}
  content:
    pattern: {type: code, value: id-only}
    type: code
    index: 17
  name: {index: 0}
  reason: {index: 4}
  heartbeatPeriod: {index: 14}
  contentType: {index: 16}
  timeout: {index: 15}
  managingEntity: {index: 3}
  end: {index: 2}
  filterBy:
    index: 5
    elements:
      filterParameter: {index: 6}
      value: {short: ID of the resource, index: 7}
  endpoint: {index: 13}
  contact: {index: 1}
  channelType:
    pattern:
      type: Coding
      value: {code: rest-hook}
    type: Coding
    index: 8
    elements:
      system: {index: 9}
      version: {index: 10}
      display: {index: 11}
      userSelected: {index: 12}
package_version: 1.1.0
class: profile
kind: resource
url: https://roche.com/fhir/iop/StructureDefinition/rdc-Subscription
base: http://hl7.org/fhir/StructureDefinition/Subscription
version: null
required: [content, contentType, endpoint, filterBy]