{
"description": "Base StructureDefinition for Contributor Type: A contributor to the content of a knowledge asset, including authors, editors, reviewers, and endorsers.",
"_filename": "contributor.profile.json",
"package_name": "hl7.fhir.r5.examples",
"date": "2022-07-18T14:56:19+10:00",
"derivation": "specialization",
"publisher": "HL7 FHIR Standard",
"fhirVersion": "4.6.0",
"purpose": "Need to track contributor information in the same way across multiple resources.",
"name": "Contributor",
"mapping": [ {
"uri": "http://hl7.org/v3",
"name": "RIM Mapping",
"identity": "rim"
} ],
"abstract": false,
"type": "Contributor",
"experimental": "false",
"resourceType": "StructureDefinition",
"title": null,
"package_version": "5.0.0-snapshot2",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "trial-use"
} ],
"snapshot": {
"element": [ {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "Contributor",
"min": 0,
"definition": "A contributor to the content of a knowledge asset, including authors, editors, reviewers, and endorsers.",
"isModifier": false,
"short": "Contributor information",
"mapping": [ {
"map": "n/a",
"identity": "rim"
} ],
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "trial-use"
} ],
"max": "*",
"id": "Contributor",
"base": {
"max": "*",
"min": 0,
"path": "Contributor"
}
}, {
"path": "Contributor.id",
"min": 0,
"definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"isModifier": false,
"short": "Unique id for inter-element referencing",
"mapping": [ {
"map": "n/a",
"identity": "rim"
} ],
"type": [ {
"code": "http://hl7.org/fhirpath/System.String",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
"valueUrl": "id"
} ]
} ],
"representation": [ "xmlAttr" ],
"max": "1",
"id": "Contributor.id",
"base": {
"max": "1",
"min": 0,
"path": "Element.id"
},
"isSummary": false
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
}, {
"key": "ext-1",
"human": "Must have either extensions or value[x], not both",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension",
"severity": "error",
"expression": "extension.exists() != value.exists()"
} ],
"path": "Contributor.extension",
"min": 0,
"definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"isModifier": false,
"short": "Additional content defined by implementations",
"mapping": [ {
"map": "n/a",
"identity": "rim"
} ],
"slicing": {
"rules": "open",
"description": "Extensions are always sliced by (at least) url",
"discriminator": [ {
"path": "url",
"type": "value"
} ]
},
"type": [ {
"code": "Extension"
} ],
"alias": [ "extensions", "user content" ],
"max": "*",
"id": "Contributor.extension",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"base": {
"max": "*",
"min": 0,
"path": "Element.extension"
},
"isSummary": false
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "Contributor.type",
"min": 1,
"definition": "The type of contributor.",
"isModifier": false,
"short": "author | editor | reviewer | endorser",
"type": [ {
"code": "code"
} ],
"binding": {
"strength": "required",
"valueSet": "http://hl7.org/fhir/ValueSet/contributor-type|4.6.0",
"extension": [ {
"url": "http://hl7.org/fhir/build/StructureDefinition/binding-definition",
"valueString": "The type of contributor."
}, {
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "ContributorType"
} ]
},
"max": "1",
"id": "Contributor.type",
"base": {
"max": "1",
"min": 1,
"path": "Contributor.type"
},
"isSummary": true
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "Contributor.name",
"min": 1,
"definition": "The name of the individual or organization responsible for the contribution.",
"isModifier": false,
"short": "Who contributed the content",
"type": [ {
"code": "string"
} ],
"max": "1",
"id": "Contributor.name",
"base": {
"max": "1",
"min": 1,
"path": "Contributor.name"
},
"isSummary": true
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "Contributor.contact",
"min": 0,
"definition": "Contact details to assist a user in finding and communicating with the contributor.",
"isModifier": false,
"short": "Contact details of the contributor",
"type": [ {
"code": "ContactDetail"
} ],
"max": "*",
"id": "Contributor.contact",
"base": {
"max": "*",
"min": 0,
"path": "Contributor.contact"
},
"isSummary": true
} ]
},
"status": "draft",
"id": "d361ffaa-f7ed-4efe-864a-1043da074922",
"kind": "complex-type",
"url": "http://hl7.org/fhir/StructureDefinition/Contributor",
"version": "4.6.0",
"differential": {
"element": [ {
"id": "Contributor",
"max": "*",
"min": 0,
"path": "Contributor",
"short": "Contributor information",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "trial-use"
} ],
"definition": "A contributor to the content of a knowledge asset, including authors, editors, reviewers, and endorsers."
}, {
"path": "Contributor.type",
"min": 1,
"definition": "The type of contributor.",
"short": "author | editor | reviewer | endorser",
"type": [ {
"code": "code"
} ],
"binding": {
"strength": "required",
"valueSet": "http://hl7.org/fhir/ValueSet/contributor-type|4.6.0",
"extension": [ {
"url": "http://hl7.org/fhir/build/StructureDefinition/binding-definition",
"valueString": "The type of contributor."
}, {
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "ContributorType"
} ]
},
"max": "1",
"id": "Contributor.type",
"isSummary": true
}, {
"id": "Contributor.name",
"max": "1",
"min": 1,
"path": "Contributor.name",
"type": [ {
"code": "string"
} ],
"short": "Who contributed the content",
"isSummary": true,
"definition": "The name of the individual or organization responsible for the contribution."
}, {
"id": "Contributor.contact",
"max": "*",
"min": 0,
"path": "Contributor.contact",
"type": [ {
"code": "ContactDetail"
} ],
"short": "Contact details of the contributor",
"isSummary": true,
"definition": "Contact details to assist a user in finding and communicating with the contributor."
} ]
},
"contact": [ {
"telecom": [ {
"value": "http://hl7.org/fhir",
"system": "url"
} ]
} ],
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/DataType"
}