PackagesCanonicalsLogsProblems
    Packages
    rs/hl7.fhir.core@3.5.0
    http://hl7.org/fhir/StructureDefinition/goal-acceptance
description: Information about the acceptance and relative priority assigned to the goal by the patient, practitioners and other stake-holders.
package_name: rs/hl7.fhir.core
derivation: constraint
name: acceptance
type: Extension
elements:
  extension:
    type: Extension
    short: Individual whose acceptance is reflected
    index: 0
    slicing:
      slices:
        individual:
          match: {}
          schema:
            type: Extension
            short: Individual whose acceptance is reflected
            _required: true
            index: 0
            extensions: {}
            elements:
              extension: {index: 1}
              url:
                type: uri
                pattern: {type: uri, value: individual}
                index: 2
              value:
                choices: [valueReference]
                index: 4
              valueReference:
                type: Reference
                choiceOf: value
                refers: ['http://hl7.org/fhir/StructureDefinition/Patient', 'http://hl7.org/fhir/StructureDefinition/Practitioner', 'http://hl7.org/fhir/StructureDefinition/RelatedPerson']
                index: 5
            required: [value, valueReference]
        status:
          match: {}
          schema:
            type: Extension
            short: agree | disagree | pending
            index: 6
            extensions: {}
            elements:
              extension: {index: 7}
              url:
                type: uri
                pattern: {type: uri, value: status}
                index: 8
              valueCode:
                type: code
                binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/goal-acceptance-status', bindingName: GoalAcceptanceStatus}
                index: 9
        priority:
          match: {}
          schema:
            type: Extension
            short: Priority of goal for individual
            index: 10
            extensions: {}
            elements:
              extension: {index: 11}
              url:
                type: uri
                pattern: {type: uri, value: priority}
                index: 12
              valueCodeableConcept:
                type: CodeableConcept
                binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/goal-priority', bindingName: GoalAcceptancePriority}
                index: 13
  url:
    type: uri
    pattern: {type: uri, value: 'http://hl7.org/fhir/StructureDefinition/goal-acceptance'}
    index: 14
  value:
    choices: []
    index: 16
package_version: 3.5.0
extensions:
  individual:
    url: null
    type: Extension
    short: Individual whose acceptance is reflected
    _required: true
    index: 0
    extensions: {}
    elements:
      extension: {index: 1}
      url:
        type: uri
        pattern: {type: uri, value: individual}
        index: 2
      value:
        choices: [valueReference]
        index: 4
      valueReference:
        type: Reference
        choiceOf: value
        refers: ['http://hl7.org/fhir/StructureDefinition/Patient', 'http://hl7.org/fhir/StructureDefinition/Practitioner', 'http://hl7.org/fhir/StructureDefinition/RelatedPerson']
        index: 5
    required: [value, valueReference]
  status:
    url: null
    type: Extension
    short: agree | disagree | pending
    index: 6
    extensions: {}
    elements:
      extension: {index: 7}
      url:
        type: uri
        pattern: {type: uri, value: status}
        index: 8
      valueCode:
        type: code
        binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/goal-acceptance-status', bindingName: GoalAcceptanceStatus}
        index: 9
  priority:
    url: null
    type: Extension
    short: Priority of goal for individual
    index: 10
    extensions: {}
    elements:
      extension: {index: 11}
      url:
        type: uri
        pattern: {type: uri, value: priority}
        index: 12
      valueCodeableConcept:
        type: CodeableConcept
        binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/goal-priority', bindingName: GoalAcceptancePriority}
        index: 13
class: extension
kind: complex-type
url: http://hl7.org/fhir/StructureDefinition/goal-acceptance
base: http://hl7.org/fhir/StructureDefinition/Extension
version: null
required: [extension]