PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.tools.r5@0.4.0
    http://hl7.org/fhir/tools/StructureDefinition/implementationguide-resource-uri
description: A URI defined in the IG that is (or may be) the target of an element with type URI. A typical use is for consent policies.
package_name: hl7.fhir.uv.tools.r5
derivation: constraint
name: DefinedUri
type: Extension
elements:
  extension:
    index: 0
    slicing:
      slices:
        uri:
          match: {}
          schema:
            short: URI Value
            _required: true
            index: 1
            extensions: {}
            elements:
              extension: {index: 2}
              url:
                pattern: {type: Uri, value: uri}
                index: 3
              value:
                choices: [valueUri]
                index: 5
              valueUri: {type: uri, choiceOf: value, index: 6}
            required: [valueUri, value]
        target:
          match: {}
          schema:
            short: Relative URL to link to for the URI
            index: 7
            extensions: {}
            elements:
              extension: {index: 8}
              url:
                pattern: {type: Uri, value: target}
                index: 9
              value:
                choices: [valueUrl]
                index: 11
              valueUrl: {type: url, choiceOf: value, index: 12}
            required: [value, valueUrl]
        use:
          match: {}
          schema:
            short: A text description of the intended usage for the URI
            index: 13
            extensions: {}
            elements:
              extension: {index: 14}
              url:
                pattern: {type: Uri, value: use}
                index: 15
              value:
                choices: [valueString]
                index: 17
              valueString: {type: string, choiceOf: value, index: 18}
            required: [valueString, value]
  url:
    pattern: {type: Uri, value: 'http://hl7.org/fhir/tools/StructureDefinition/implementationguide-resource-uri'}
    index: 19
  value:
    choices: []
    index: 21
package_version: 0.4.0
extensions:
  uri:
    url: null
    short: URI Value
    _required: true
    index: 1
    extensions: {}
    elements:
      extension: {index: 2}
      url:
        pattern: {type: Uri, value: uri}
        index: 3
      value:
        choices: [valueUri]
        index: 5
      valueUri: {type: uri, choiceOf: value, index: 6}
    required: [valueUri, value]
  target:
    url: null
    short: Relative URL to link to for the URI
    index: 7
    extensions: {}
    elements:
      extension: {index: 8}
      url:
        pattern: {type: Uri, value: target}
        index: 9
      value:
        choices: [valueUrl]
        index: 11
      valueUrl: {type: url, choiceOf: value, index: 12}
    required: [value, valueUrl]
  use:
    url: null
    short: A text description of the intended usage for the URI
    index: 13
    extensions: {}
    elements:
      extension: {index: 14}
      url:
        pattern: {type: Uri, value: use}
        index: 15
      value:
        choices: [valueString]
        index: 17
      valueString: {type: string, choiceOf: value, index: 18}
    required: [valueString, value]
class: extension
kind: complex-type
url: http://hl7.org/fhir/tools/StructureDefinition/implementationguide-resource-uri
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 0.4.0
required: [extension]