PackagesCanonicalsLogsProblems
    Packages
    rs/hl7.fhir.uv.fhir@clinical-document-1.0.0
    http://hl7.org/fhir/uv/fhir-clinical-document/StructureDefinition/ChangeMade
description: 'Change Made provides an annotation of a change that has been made to the Composition or Composition section. The extension is experimental and may overlap with other extensions, such as use of note in R6. The extension contains two parts: change - the description of the change, version-changed - the FHIR Clinical Document version that was changed. Note: Calculating a differential between versions is suggested for safely finding all changes as this annotation may not contain all changes between versions.'
package_name: rs/hl7.fhir.uv.fhir
derivation: constraint
name: ChangeMade
type: Extension
elements:
  extension:
    array: true
    min: 2
    index: 0
    slicing:
      slices:
        change:
          match: {}
          schema:
            short: Annotation of a change.
            _required: true
            index: 1
            extensions: {}
            elements:
              extension: {index: 2}
              url:
                pattern: {type: uri, value: change}
                type: uri
                index: 3
              value:
                choices: [valueAnnotation]
                index: 5
              valueAnnotation: {type: Annotation, choiceOf: value, index: 6}
            required: [value, valueAnnotation]
        version-changed:
          match: {}
          schema:
            short: Version of Document Bundle produced by preceeding version of Compsition. This points to the Document Bundle and not the Composition, as the Document Bundle represents a static document. Intermediate versioning changes to Composition are expected to be handled in a different manner.
            _required: true
            index: 7
            extensions: {}
            elements:
              extension: {index: 8}
              url:
                pattern: {type: uri, value: version-changed}
                type: uri
                index: 9
              value:
                choices: [valueReference]
                index: 11
              valueReference:
                type: Reference
                choiceOf: value
                refers: ['http://hl7.org/fhir/StructureDefinition/Bundle']
                index: 12
            required: [value, valueReference]
  url:
    pattern: {type: uri, value: 'http://hl7.org/fhir/uv/fhir-clinical-document/StructureDefinition/ChangeMade'}
    type: uri
    index: 13
  value:
    choices: []
    index: 15
package_version: clinical-document-1.0.0
extensions:
  change:
    url: null
    short: Annotation of a change.
    _required: true
    index: 1
    extensions: {}
    elements:
      extension: {index: 2}
      url:
        pattern: {type: uri, value: change}
        type: uri
        index: 3
      value:
        choices: [valueAnnotation]
        index: 5
      valueAnnotation: {type: Annotation, choiceOf: value, index: 6}
    required: [value, valueAnnotation]
  version-changed:
    url: null
    short: Version of Document Bundle produced by preceeding version of Compsition. This points to the Document Bundle and not the Composition, as the Document Bundle represents a static document. Intermediate versioning changes to Composition are expected to be handled in a different manner.
    _required: true
    index: 7
    extensions: {}
    elements:
      extension: {index: 8}
      url:
        pattern: {type: uri, value: version-changed}
        type: uri
        index: 9
      value:
        choices: [valueReference]
        index: 11
      valueReference:
        type: Reference
        choiceOf: value
        refers: ['http://hl7.org/fhir/StructureDefinition/Bundle']
        index: 12
    required: [value, valueReference]
class: extension
kind: complex-type
url: http://hl7.org/fhir/uv/fhir-clinical-document/StructureDefinition/ChangeMade
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 1.0.0