http://hl7.org/fhir/StructureDefinition/goal-relationship|4.0.1

Establishes a relationship between this goal and other goals.
description: Establishes a relationship between this goal and other goals.
derivation: constraint
name: relationship
type: Extension
elements:
  extension:
    short: predecessor | successor | replacement | other
    index: 0
    slicing:
      slices:
        type:
          match: {}
          schema:
            short: predecessor | successor | replacement | other
            _required: true
            index: 0
            extensions: {}
            elements:
              extension: {index: 1}
              url:
                pattern: {type: Uri, value: type}
                index: 2
              value:
                choices: []
                index: 4
            required: [value]
        target:
          match: {}
          schema:
            short: Related goal
            _required: true
            index: 5
            extensions: {}
            elements:
              extension: {index: 6}
              url:
                pattern: {type: Uri, value: target}
                index: 7
              value:
                choices: []
                index: 9
            required: [value]
  url:
    pattern: {type: Uri, value: 'http://hl7.org/fhir/StructureDefinition/goal-relationship'}
    index: 10
  value:
    choices: []
    index: 12
extensions:
  type:
    url: null
    short: predecessor | successor | replacement | other
    _required: true
    index: 0
    extensions: {}
    elements:
      extension: {index: 1}
      url:
        pattern: {type: Uri, value: type}
        index: 2
      value:
        choices: []
        index: 4
    required: [value]
  target:
    url: null
    short: Related goal
    _required: true
    index: 5
    extensions: {}
    elements:
      extension: {index: 6}
      url:
        pattern: {type: Uri, value: target}
        index: 7
      value:
        choices: []
        index: 9
    required: [value]
class: extension
kind: complex-type
url: http://hl7.org/fhir/StructureDefinition/goal-relationship
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 4.0.1
required: [extension]