Stream: COVID-19 Knowledge Accelerator
Topic: Contributorship Datatype
Brian Alper (May 14 2020 at 17:00):
@Grahame Grieve @Bryn Rhodes We propose to simplify the Citation Resource to include Citation.authorList (0..1 Contributorship) and Citation.contributorList (0..1 Contributorship) and then add a Contributorship Datatype with:
Contributorship.complete 0..1 boolean
Contributorship.entry 0..* BackboneElement
Contributorship.entry.humanName 0..1 HumanName
Contributorship.entry.initials 0..1 string
Contributorship.entry.collectiveName 0..1 string
Contributorship.entry.identifier 0..* Idenfifier
Contributorship.entry.affiliationInfo 0..* BackboneElement
Contributorship.entry.affiliationInfo.affiliation 0..1 string
Contributorship.entry.affiliationInfo.role 0..1 string
Contributorship.entry.affiliationInfo.identifier 0..* Idenfifier
Contributorship.entry.address 0..* Address
Contributorship.entry.telecom 0..* ContactPoint
Contributorship.entry.contribution 0..* CodeableConcept
Contributorship.entry.correspondingAuthor 0..1 boolean
Contributorship.entry.listOrder 0..1 positiveInt
Contributorship.summary 0..* BackboneElement
Contributorship.summary.source 0..1 CodeableConcept
Contributorship.summary.value 1..1 string
Brian Alper (May 14 2020 at 17:01):
Contributor Datatype appears to only be used in FHIR in the Evidence Resource and can be handled within the Contributorship Datatype. I believe you were planning to remove Contributor Datatype anyway.
Grahame Grieve (May 14 2020 at 19:25):
don't know. let's talk about it after the connectathon
Brian Alper (May 14 2020 at 19:54):
We will try for now to simplify (combine the lists) within the Citation Resource by adding 2 more elements so it will become:
Citation.contributorship 0..1 BackboneElement
complete 0..1 boolean
entry 0..* BackboneElement
name 0..1 HumanName
initials 0..1 string
collectiveName 0..1 string
identifier 0..* Identifier
affiliationInfo 0..* BackboneElement
affiliation 0..1 string
role 0..1 string
identifier 0..* Identifier
address 0..* Address
telecom 0..* ContactPoint
contribution 0..* CodeableConcept
NotAnAuthor 0..1 boolean
correspondingAuthor 0..1 boolean
listOrder 0..1 positiveInt
summary 0..* BackboneElement
type 0..1 CodeableConcept
source 0..1 CodeableConcept
value 1..1 string
Melissa Haendel (Jan 15 2021 at 18:16):
you may be interested in our work on the Contributor Attribution Model: https://contributor-attribution-model.readthedocs.io/en/latest
Brian Alper (Jan 15 2021 at 19:00):
Yes. Have you developed the Contributor Role Value Set beyond the CRediT taxonomy? We should connect as we have identified several adjustments that would be useful for different purposes.
Last updated: Apr 12 2022 at 19:14 UTC