PackagesCanonicalsLogsProblems
    Packages
    ch.fhir.ig.ch-core@6.0.0
    http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-epr-dataenterer
description: Extension to define the information about the person and organization that entered data and the time of the data input. **Note:** This extension has its origin from CDA and is deprecated. It will be removed in a future version.
package_name: ch.fhir.ig.ch-core
derivation: constraint
name: EPRDataEnterer
type: Extension
elements:
  extension:
    index: 0
    slicing:
      slices:
        enterer:
          match: {}
          schema:
            short: Information about the person and organization that entered data
            _required: true
            index: 1
            extensions: {}
            elements:
              extension: {index: 2}
              url:
                pattern: {type: Uri, value: enterer}
                index: 3
              value:
                short: Person other than the author
                choices: [valueReference]
                index: 5
              valueReference:
                type: Reference
                short: Person other than the author
                choiceOf: value
                refers: ['http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitionerrole']
                index: 6
            required: [valueReference, value]
        timestamp:
          match: {}
          schema: {type: Extension, short: Timestamp of the authorship/data input, url: 'http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-epr-time', index: 7}
          min: 0
          max: 1
  url:
    pattern: {type: Uri, value: 'http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-epr-dataenterer'}
    index: 8
  value:
    choices: []
    index: 10
package_version: 6.0.0
extensions:
  enterer:
    url: null
    short: Information about the person and organization that entered data
    _required: true
    index: 1
    extensions: {}
    elements:
      extension: {index: 2}
      url:
        pattern: {type: Uri, value: enterer}
        index: 3
      value:
        short: Person other than the author
        choices: [valueReference]
        index: 5
      valueReference:
        type: Reference
        short: Person other than the author
        choiceOf: value
        refers: ['http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitionerrole']
        index: 6
    required: [valueReference, value]
  timestamp: {url: 'http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-epr-time', min: 0, max: 1, type: Extension, short: Timestamp of the authorship/data input, index: 7}
class: extension
kind: complex-type
url: http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-epr-dataenterer
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 6.0.0
required: [extension]