http://hl7.org/fhir/StructureDefinition/Contributor|4.0.1

Base StructureDefinition for Contributor Type: A contributor to the content of a knowledge asset, including authors, editors, reviewers, and endorsers.
description: 'Base StructureDefinition for Contributor Type: A contributor to the content of a knowledge asset, including authors, editors, reviewers, and endorsers.'
derivation: specialization
name: Contributor
type: Contributor
elements:
  type:
    short: author | editor | reviewer | endorser
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/contributor-type|4.0.1'}
    isSummary: true
    index: 0
  name: {short: Who contributed the content, isSummary: true, index: 1}
  contact: {short: Contact details of the contributor, array: true, isSummary: true, index: 2}
class: complex-type
kind: complex-type
url: http://hl7.org/fhir/StructureDefinition/Contributor
base: http://hl7.org/fhir/StructureDefinition/Element
version: 4.0.1
required: [name, type]