@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "contributor-summary-type"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: CodeSystem contributor-summary-type

This case-sensitive code system http://terminology.hl7.org/CodeSystem/contributor-summary-type defines the following codes:

CodeDisplayDefinition
author-string Author stringDisplay of the author list as a complete string.
contributorship-list Contributorship listDisplay of the list of contributors as a complete string.
contributorship-statement Contributorship statementCompiled summary of contributions.
acknowledgement-list Acknowledgment listDisplay of the list of acknowledged parties as a complete string.
acknowledgment-statement Acknowledgment statementStatement of acknowledgment of contributions beyond those compiled for formal contributorship statements.
funding-statement Funding statementStatement of financial support for the creation of the cited artifact.
competing-interests-statement Competing interests statementStatement of completing interests related to the creation of the cited artifact. Also called conflicts of interest or declaration of interests.
"^^rdf:XMLLiteral ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ; fhir:value [ a fhir:code ; fhir:v "cds" ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ; fhir:value [ a fhir:code ; fhir:v "trial-use" ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ; fhir:value [ a fhir:integer ; fhir:v 1 ] ] ) ; # fhir:url [ fhir:v "http://terminology.hl7.org/CodeSystem/contributor-summary-type"^^xsd:anyURI] ; # fhir:version [ fhir:v "1.0.0"] ; # fhir:name [ fhir:v "ContributorSummaryType"] ; # fhir:title [ fhir:v "Contributor Summary Type"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v false] ; # fhir:date [ fhir:v "2025-01-20T16:55:11+11:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # fhir:contact ( [ fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://hl7.org/fhir" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "fhir@lists.hl7.org" ] ] ) ] ) ; # fhir:description [ fhir:v "Used to code author list statement, contributorship statement, and such."] ; # fhir:caseSensitive [ fhir:v true] ; # fhir:valueSet [ fhir:v "http://terminology.hl7.org/ValueSet/contributor-summary-type"^^xsd:anyURI ; fhir:link ] ; # fhir:content [ fhir:v "complete"] ; # fhir:concept ( [ fhir:code [ fhir:v "author-string" ] ; fhir:display [ fhir:v "Author string" ] ; fhir:definition [ fhir:v "Display of the author list as a complete string." ] ] [ fhir:code [ fhir:v "contributorship-list" ] ; fhir:display [ fhir:v "Contributorship list" ] ; fhir:definition [ fhir:v "Display of the list of contributors as a complete string." ] ] [ fhir:code [ fhir:v "contributorship-statement" ] ; fhir:display [ fhir:v "Contributorship statement" ] ; fhir:definition [ fhir:v "Compiled summary of contributions." ] ] [ fhir:code [ fhir:v "acknowledgement-list" ] ; fhir:display [ fhir:v "Acknowledgment list" ] ; fhir:definition [ fhir:v "Display of the list of acknowledged parties as a complete string." ] ] [ fhir:code [ fhir:v "acknowledgment-statement" ] ; fhir:display [ fhir:v "Acknowledgment statement" ] ; fhir:definition [ fhir:v "Statement of acknowledgment of contributions beyond those compiled for formal contributorship statements." ] ] [ fhir:code [ fhir:v "funding-statement" ] ; fhir:display [ fhir:v "Funding statement" ] ; fhir:definition [ fhir:v "Statement of financial support for the creation of the cited artifact." ] ] [ fhir:code [ fhir:v "competing-interests-statement" ] ; fhir:display [ fhir:v "Competing interests statement" ] ; fhir:definition [ fhir:v "Statement of completing interests related to the creation of the cited artifact. Also called conflicts of interest or declaration of interests." ] ] ) . # # -------------------------------------------------------------------------------------