PackagesCanonicalsLogsProblems
    Packages
    ch.fhir.ig.ch-core@1.0.0
    http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-epr-dataenterer
description: Extension to define the information about the person that entered data and the time of the data input, equivalent to the dataEnterer from a CDA document
package_name: ch.fhir.ig.ch-core
derivation: constraint
name: EPRDataEnterer
type: Extension
elements:
  extension:
    type: Extension
    short: Information about the person that entered data
    index: 0
    slicing:
      slices:
        enterer:
          match: {}
          schema:
            type: Extension
            short: Information about the person that entered data
            _required: true
            index: 0
            extensions: {}
            elements:
              extension: {index: 1}
              url:
                type: uri
                pattern: {type: Uri, value: enterer}
                index: 2
              valueReference:
                type: Reference
                short: Person other than the author
                refers: ['http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitioner', 'http://hl7.org/fhir/StructureDefinition/Person']
                index: 3
            required: [valueReference]
        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: 4}
          min: 0
          max: 1
  url:
    type: uri
    pattern: {type: Uri, value: 'http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-epr-dataenterer'}
    index: 5
  value:
    choices: []
    index: 7
package_version: 1.0.0
extensions:
  enterer:
    url: null
    type: Extension
    short: Information about the person that entered data
    _required: true
    index: 0
    extensions: {}
    elements:
      extension: {index: 1}
      url:
        type: uri
        pattern: {type: Uri, value: enterer}
        index: 2
      valueReference:
        type: Reference
        short: Person other than the author
        refers: ['http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitioner', 'http://hl7.org/fhir/StructureDefinition/Person']
        index: 3
    required: [valueReference]
  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: 4}
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: 1.0.0
required: [extension]