PackagesCanonicalsLogsProblems
    Packages
    ihe.rad.mado@1.0.0
    https://profiles.ihe.net/RAD/MADO/StructureDefinition/MadoWadoEndpoint
description: This profile defines a WADO endpoint for accessing imaging study content. [MADO WADO Endpoint](Endpoint-wado-endpoint-with-url.html) holds an example of a endpoint with a \n`RetrieveLocationUid` and an address.
package_name: ihe.rad.mado
derivation: constraint
name: MadoWadoEndpoint
type: Endpoint
elements:
  extension:
    index: 0
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: url, type: value}
      min: 1
      slices:
        retrieve-location-uid:
          match: {url: null}
          schema: {type: Extension, mustSupport: true, url: 'https://profiles.ihe.net/RAD/MADO/StructureDefinition/MadoRetrieveLocationUIDExtension', index: 1}
          min: 1
          max: 1
  status:
    pattern: {type: Code, value: active}
    index: 2
  connectionType:
    elements:
      system:
        pattern: {type: Uri, value: 'http://terminology.hl7.org/CodeSystem/endpoint-connection-type'}
        index: 3
      code:
        pattern: {type: Code, value: dicom-wado-rs}
        index: 4
  payloadType:
    index: 5
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: coding.code, type: value}
      - {path: coding.system, type: value}
      min: null
      slices:
        text-wado:
          match:
            coding: {code: null, system: null}
          schema:
            _required: true
            index: 6
            elements:
              coding:
                index: 7
                slicing:
                  rules: open
                  ordered: false
                  discriminator:
                  - {path: code, type: value}
                  - {path: system, type: value}
                  min: 1
                  slices:
                    none:
                      match: {code: none, system: 'http://terminology.hl7.org/CodeSystem/endpoint-payload-type'}
                      schema:
                        _required: true
                        index: 8
                        elements:
                          system:
                            pattern: {type: Uri, value: 'http://terminology.hl7.org/CodeSystem/endpoint-payload-type'}
                            index: 9
                          code:
                            pattern: {type: Code, value: none}
                            index: 10
              text:
                pattern: {type: String, value: DICOM WADO-RS}
                index: 11
            required: [coding]
  address:
    short: The base URL of the WADO service. When unknown it SHALL be set to "http://notspecified"
    mustSupport: true
    index: 12
    extensions:
      data-absent-reason:
        url: http://hl7.org/fhir/StructureDefinition/data-absent-reason|5.3.0
        type: Extension
        index: 14
        elements:
          value:
            pattern: {type: Code, value: unknown}
            choices: []
            index: 16
    elements:
      extension:
        short: This extension is present when the address value is a placeholder and should not be used (a RetrieveLocationUID lookup is needed).
        index: 13
        slicing:
          rules: open
          ordered: false
          discriminator:
          - {path: url, type: value}
          min: null
          slices:
            data-absent-reason:
              match: {url: null}
              schema:
                type: Extension
                url: http://hl7.org/fhir/StructureDefinition/data-absent-reason|5.3.0
                index: 14
                elements:
                  value:
                    pattern: {type: Code, value: unknown}
                    choices: []
                    index: 16
package_version: 1.0.0
extensions:
  retrieve-location-uid: {url: 'https://profiles.ihe.net/RAD/MADO/StructureDefinition/MadoRetrieveLocationUIDExtension', min: 1, max: 1, type: Extension, mustSupport: true, index: 1}
class: profile
kind: resource
url: https://profiles.ihe.net/RAD/MADO/StructureDefinition/MadoWadoEndpoint
base: http://hl7.org/fhir/StructureDefinition/Endpoint
version: 1.0.0
required: [extension]