PackagesCanonicalsLogsProblems
    Packages
    ch.fhir.ig.ch-core@6.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 \n    (e.g. an author of an eMedication document or a recorder of an immunization). \n    This extension is used to differentiate on entry level between the author of the content (represented with this extension) and \n    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-core
derivation: constraint
name: Author
type: Extension
elements:
  extension: {index: 0}
  url:
    pattern: {type: Uri, value: 'http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-author'}
    index: 1
  value:
    short: Author of the content
    choices: [valueReference]
    index: 3
  valueReference:
    type: Reference
    short: Author of the content
    choiceOf: value
    refers: ['http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient', 'http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitionerrole', 'http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-relatedperson']
    index: 4
  value[x]:
    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: 5}
    elements:
      extension:
        type: Extension
        short: Timestamp of the authorship/data input
        url: http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-epr-time
        index: 5
        slicing:
          slices:
            time:
              match: {}
              schema: {type: Extension, short: Timestamp of the authorship/data input, url: 'http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-epr-time', index: 5}
              min: 0
              max: 1
      reference: {index: 6}
    required: [reference]
package_version: 6.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: 6.0.0
required: [valueReference, value]