PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.darts@1.0.0-ballot
    http://hl7.org/fhir/us/darts/StructureDefinition/darts-operation-data-urls-parameter
description: The DARTS profile is based on the **Parameters FHIR Resource and establishes the core elements, extensions, vocabularies and value sets for representing the data for sending input and receiving output for the DARTS psuedonymize, de-identify and anonymize operations.
package_name: hl7.fhir.us.darts
derivation: constraint
name: DARTSOperationDataUrlsParameter
type: Parameters
elements:
  parameter:
    mustSupport: true
    array: true
    min: 1
    index: 0
    slicing:
      rules: open
      discriminator:
      - {path: $this.name, type: value}
      min: 1
      slices:
        format:
          match:
            $this: {name: null}
          schema:
            mustSupport: true
            _required: true
            index: 1
            elements:
              name:
                pattern: {type: String, value: format}
                mustSupport: true
                index: 2
              value:
                mustSupport: true
                choices: [valueCode]
                index: 4
              valueCode: {type: code, mustSupport: true, choiceOf: value, index: 5}
            required: [valueCode, name, value]
        data:
          match:
            $this: {name: null}
          schema:
            mustSupport: true
            array: true
            index: 6
            elements:
              name:
                pattern: {type: String, value: data}
                mustSupport: true
                index: 7
              part:
                mustSupport: true
                array: true
                index: 8
                slicing:
                  rules: open
                  discriminator:
                  - {path: $this.name, type: value}
                  min: 0
                  slices:
                    resourceType:
                      match:
                        $this: {name: null}
                      schema:
                        mustSupport: true
                        _required: true
                        index: 9
                        elements:
                          name:
                            pattern: {type: String, value: resourceType}
                            mustSupport: true
                            index: 10
                          value:
                            mustSupport: true
                            choices: [valueCode]
                            index: 12
                          valueCode: {type: code, mustSupport: true, choiceOf: value, index: 13}
                        required: [valueCode, name, value]
                    resourceUrl:
                      match:
                        $this: {name: null}
                      schema:
                        mustSupport: true
                        _required: true
                        index: 14
                        elements:
                          name:
                            pattern: {type: String, value: resourceUrl}
                            mustSupport: true
                            index: 15
                          value:
                            mustSupport: true
                            choices: [valueUrl]
                            index: 17
                          valueUrl: {type: url, mustSupport: true, choiceOf: value, index: 18}
                        required: [name, value, valueUrl]
            required: [name]
package_version: 1.0.0-ballot
class: profile
kind: resource
url: http://hl7.org/fhir/us/darts/StructureDefinition/darts-operation-data-urls-parameter
base: http://hl7.org/fhir/StructureDefinition/Parameters
version: 1.0.0-ballot
required: [parameter]