PackagesCanonicalsLogsProblems
    Packages
    uk.nhsdigital.r4@2.0.18-dev
    https://fhir.nhs.uk/StructureDefinition/SDS-Endpoint
description: Defines the constraints and extensions on the Endpoint resource to register a locally hosted, regional, or  national service with the Spine Directory Service for the delivery/retrieval of information.
package_name: uk.nhsdigital.r4
derivation: constraint
name: SDSEndpoint
type: Endpoint
elements:
  extension:
    index: 0
    slicing:
      rules: open
      discriminator:
      - {path: url, type: value}
      min: null
      slices:
        ExtensionSDSReliabilityConfiguration:
          match: {url: null}
          schema: {type: Extension, mustSupport: true, url: 'https://fhir.nhs.uk/StructureDefinition/Extension-SDS-ReliabilityConfiguration', index: 1}
        nhsServiceInterationId:
          match: {url: null}
          schema: {type: Extension, short: Service Interation Id, url: 'https://fhir.nhs.uk/StructureDefinition/Extension-SDS-NhsServiceInteractionId', index: 2}
          min: 1
  identifier:
    mustSupport: true
    index: 3
    slicing:
      rules: open
      discriminator:
      - {path: system, type: value}
      min: null
      slices:
        NhsMhsFQDN:
          match: {system: null}
          schema:
            short: NHS Message Handling Service Fully Qualified Domain Name
            pattern:
              type: Identifier
              value: {value: 'https://fhir.nhs.uk/Id/nhsMhsFQDN'}
            _required: true
            index: 4
          min: 1
          max: 1
        NhsMhsEndPoint:
          match: {system: null}
          schema:
            short: NHS Message Handling Service End Point
            pattern:
              type: Identifier
              value: {value: 'https://fhir.nhs.uk/Id/nhsMhsEndPoint'}
            _required: true
            index: 5
          min: 1
        NhsMhsPartyKey:
          match: {system: null}
          schema:
            short: NHS Message Handling Service Party Key
            pattern:
              type: Identifier
              value: {value: 'https://fhir.nhs.uk/Id/nhsMhsPartyKey'}
            _required: true
            index: 6
          min: 1
          max: 1
        NhsMhsCPAId:
          match: {system: null}
          schema:
            short: NHS Message Handling Service CPA Identifier
            pattern:
              type: Identifier
              value: {value: 'https://fhir.nhs.uk/Id/nhsMhsCPAId'}
            _required: true
            index: 7
          min: 1
          max: 1
        NhsMHSID:
          match: {system: null}
          schema:
            short: NHS Message Handling System Identifier
            pattern:
              type: Identifier
              value: {value: 'https://fhir.nhs.uk/Id/nhsMHSID'}
            _required: true
            index: 8
          min: 1
  status: {mustSupport: true, index: 9}
  connectionType: {mustSupport: true, index: 10}
  managingOrganization: {mustSupport: true, index: 11}
  payloadType:
    mustSupport: true
    index: 12
    elements:
      coding:
        index: 13
        elements:
          system:
            pattern: {type: Uri, value: 'http://terminology.hl7.org/CodeSystem/endpoint-payload-type'}
            index: 14
          code:
            pattern: {type: Code, value: any}
            index: 15
          display:
            pattern: {type: String, value: Any}
            index: 16
        required: [display, system, code]
    required: [coding]
  address: {mustSupport: true, index: 17}
package_version: 2.0.18-dev
extensions:
  ExtensionSDSReliabilityConfiguration: {url: 'https://fhir.nhs.uk/StructureDefinition/Extension-SDS-ReliabilityConfiguration', type: Extension, mustSupport: true, index: 1}
  nhsServiceInterationId: {url: 'https://fhir.nhs.uk/StructureDefinition/Extension-SDS-NhsServiceInteractionId', min: 1, type: Extension, short: Service Interation Id, index: 2}
class: profile
kind: resource
url: https://fhir.nhs.uk/StructureDefinition/SDS-Endpoint
base: http://hl7.org/fhir/StructureDefinition/Endpoint
version: 1.0.0
required: [managingOrganization]