IContributor
No description
interface IContributor {
id: String
extension: [Extension]
type: code
_type: ElementBase
name: String
_name: ElementBase
contact: [ContactDetail]
}
No description
interface IContributor {
id: String
extension: [Extension]
type: code
_type: ElementBase
name: String
_name: ElementBase
contact: [ContactDetail]
}
IContributor.id ● String scalarIContributor.extension ● [Extension] list objectIContributor.type ● code scalarIContributor._type ● ElementBase objectIContributor.name ● String scalarIContributor._name ● ElementBase objectIContributor.contact ● [ContactDetail] list object