PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.extensions.r3@5.1.0
    http://hl7.org/fhir/StructureDefinition/workflow-supportingInfo
description: Other resources *from the patient record* that may be relevant to the event.  The information from these resources was either used to create the instance or is provided to help with its interpretation.  This extension **should not** be used if more specific  inline elements  or extensions are available.  For example, use `Observation.hasMember`  instead of supportingInformation for  representing the members of an Observation panel.
package_name: hl7.fhir.uv.extensions.r3
derivation: constraint
name: SupportingInfo
type: Extension
elements:
  extension: {index: 0}
  url:
    pattern: {type: Uri, value: 'http://hl7.org/fhir/StructureDefinition/workflow-supportingInfo'}
    index: 1
  value:
    choices: [valueReference]
    index: 3
  valueReference:
    type: Reference
    choiceOf: value
    refers: ['http://hl7.org/fhir/StructureDefinition/Resource']
    index: 4
package_version: 5.1.0
extensions: {}
class: extension
kind: complex-type
url: http://hl7.org/fhir/StructureDefinition/workflow-supportingInfo
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 5.1.0
required: [valueReference, value]