PackagesCanonicalsLogsProblems
    Packages
    ehelse.fhir.no.grunndata@2.3.1
    http://ehelse.no/fhir/StructureDefinition/gd-changed-value
description: The values of a referenced elements that have changed. Contains both old and new values. The newValue will be empty if this is a create transaction. The oldValue will be empty if this is a delete transaction.
package_name: ehelse.fhir.no.grunndata
derivation: constraint
name: GdChangedValue
type: Extension
elements:
  extension:
    index: 0
    slicing:
      rules: open
      discriminator:
      - {path: url, type: value}
      min: null
      slices:
        oldValue:
          match: {url: oldValue}
          schema:
            short: The old value of the element
            meaningWhenMissing: If the oldValue is missing, this is the result of a transaction adding a value to an unpopulated element.
            index: 1
            elements:
              url:
                pattern: {type: Uri, value: oldValue}
                index: 2
              value:
                short: The old value of the element
                choices: []
                index: 4
        newValue:
          match: {url: newValue}
          schema:
            short: The new value of the element
            meaningWhenMissing: If the newValue is missing, this is the result of a transaction deleting a value from an element.
            index: 5
            elements:
              url:
                pattern: {type: Uri, value: newValue}
                index: 6
              value:
                short: The new value of the element
                choices: []
                index: 8
  url:
    pattern: {type: Uri, value: 'http://ehelse.no/fhir/StructureDefinition/gd-changed-value'}
    index: 9
  value:
    choices: []
    index: 11
package_version: 2.3.1
extensions:
  oldValue:
    url: oldValue
    short: The old value of the element
    meaningWhenMissing: If the oldValue is missing, this is the result of a transaction adding a value to an unpopulated element.
    index: 1
    elements:
      url:
        pattern: {type: Uri, value: oldValue}
        index: 2
      value:
        short: The old value of the element
        choices: []
        index: 4
  newValue:
    url: newValue
    short: The new value of the element
    meaningWhenMissing: If the newValue is missing, this is the result of a transaction deleting a value from an element.
    index: 5
    elements:
      url:
        pattern: {type: Uri, value: newValue}
        index: 6
      value:
        short: The new value of the element
        choices: []
        index: 8
class: extension
kind: complex-type
url: http://ehelse.no/fhir/StructureDefinition/gd-changed-value
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 2.0.2