PackagesCanonicalsLogsProblems
    Packages
    ch.fhir.ig.ch@core-3.0.0
    http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-author
description: Extension to reference the person (and her/his organization) who is responsible for the content      (e.g. an author of an eMedication document or a recorder of an immunization).      This extension is used to differentiate on entry level between the author of the content (represented with this extension) and      the author of the medical decision or the performer of an event (represented e.g. with Resource.performer/informationSource).
package_name: ch.fhir.ig.ch
derivation: constraint
name: Author
type: Extension
elements:
  extension: {index: 0}
  url:
    type: uri
    pattern: {type: Uri, value: 'http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-author'}
    index: 1
  valueReference:
    type: Reference
    short: Author of the content
    refers: ['http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient', 'http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitionerrole', 'http://hl7.org/fhir/StructureDefinition/RelatedPerson']
    index: 2
    extensions:
      time: {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}
    elements:
      extension:
        index: 3
        slicing:
          rules: open
          discriminator:
          - {path: url, type: value}
          min: null
          slices:
            time:
              match: {url: null}
              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
      reference: {index: 5}
    required: [reference]
package_version: core-3.0.0
extensions: {}
class: extension
kind: complex-type
url: http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-author
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 3.0.0
required: [valueReference]