PackagesCanonicalsLogsProblems
    Packages
    uk.nhsdigital.r4@2.1.2-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}
  identifier:
    mustSupport: true
    index: 2
    slicing:
      rules: open
      discriminator:
      - {path: system, type: value}
      min: null
      slices:
        NhsEndpointServiceId:
          match: {system: 'https://fhir.nhs.uk/Id/nhsEndpointServiceId'}
          schema:
            short: NHS Endpoint Service Id
            _required: true
            index: 3
            elements:
              system:
                pattern: {type: Uri, value: 'https://fhir.nhs.uk/Id/nhsEndpointServiceId'}
                index: 4
        NhsMhsFQDN:
          match: {system: 'https://fhir.nhs.uk/Id/nhsMhsFQDN'}
          schema:
            short: NHS Message Handling Service Fully Qualified Domain Name
            _required: true
            index: 5
            elements:
              system:
                pattern: {type: Uri, value: 'https://fhir.nhs.uk/Id/nhsMhsFQDN'}
                index: 6
        NhsMhsPartyKey:
          match: {system: 'https://fhir.nhs.uk/Id/nhsMhsPartyKey'}
          schema:
            short: NHS Message Handling Service Party Key
            _required: true
            index: 7
            elements:
              system:
                pattern: {type: Uri, value: 'https://fhir.nhs.uk/Id/nhsMhsPartyKey'}
                index: 8
        NhsMhsCPAId:
          match: {system: 'https://fhir.nhs.uk/Id/nhsMhsCPAId'}
          schema:
            short: NHS Message Handling Service CPA Identifier
            _required: true
            index: 9
            elements:
              system:
                pattern: {type: Uri, value: 'https://fhir.nhs.uk/Id/nhsMhsCPAId'}
                index: 10
        NhsSpineASID:
          match: {system: 'https://fhir.nhs.uk/Id/nhsSpineASID'}
          schema:
            short: NHS Spine Accredited System Identifier
            _required: true
            index: 11
            elements:
              system:
                pattern: {type: Uri, value: 'https://fhir.nhs.uk/Id/nhsSpineASID'}
                index: 12
  status: {mustSupport: true, index: 13}
  connectionType: {mustSupport: true, index: 14}
  managingOrganization: {mustSupport: true, index: 15}
  payloadType:
    mustSupport: true
    index: 16
    elements:
      coding:
        index: 17
        elements:
          system:
            pattern: {type: Uri, value: 'http://terminology.hl7.org/CodeSystem/endpoint-payload-type'}
            index: 18
          code:
            pattern: {type: Code, value: any}
            index: 19
          display:
            pattern: {type: String, value: Any}
            index: 20
        required: [display, system, code]
    required: [coding]
  address: {short: 'The technical base address, NhsMhsEndPoint, for connecting to this endpoint', mustSupport: true, index: 21}
package_version: 2.1.2-dev
extensions:
  ExtensionSDSReliabilityConfiguration: {url: 'https://fhir.nhs.uk/StructureDefinition/Extension-SDS-ReliabilityConfiguration', type: Extension, mustSupport: true, index: 1}
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]