PackagesCanonicalsLogsProblems
    Packages
    rs/hl7.fhir.r5.core@4.4.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.r5.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
              value:
                choices: [valueCode]
                index: 10
              valueCode: {type: code, choiceOf: value, index: 11}
            required: [value, valueCode]
        priority:
          match: {}
          schema:
            type: Extension
            short: Priority of goal for individual
            index: 12
            extensions: {}
            elements:
              extension: {index: 13}
              url:
                type: uri
                pattern: {type: uri, value: priority}
                index: 14
              value:
                choices: [valueCodeableConcept]
                index: 16
              valueCodeableConcept: {type: CodeableConcept, choiceOf: value, index: 17}
            required: [value, valueCodeableConcept]
  url:
    pattern: {type: uri, value: 'http://hl7.org/fhir/StructureDefinition/goal-acceptance'}
    type: uri
    index: 18
  value:
    choices: []
    index: 20
package_version: 4.4.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
      value:
        choices: [valueCode]
        index: 10
      valueCode: {type: code, choiceOf: value, index: 11}
    required: [value, valueCode]
  priority:
    url: null
    type: Extension
    short: Priority of goal for individual
    index: 12
    extensions: {}
    elements:
      extension: {index: 13}
      url:
        type: uri
        pattern: {type: uri, value: priority}
        index: 14
      value:
        choices: [valueCodeableConcept]
        index: 16
      valueCodeableConcept: {type: CodeableConcept, choiceOf: value, index: 17}
    required: [value, valueCodeableConcept]
class: extension
kind: complex-type
url: http://hl7.org/fhir/StructureDefinition/goal-acceptance
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 4.4.0
required: [extension]