FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/contributor-summary-type

Packagehl7.terminology
Resource TypeCodeSystem
Idcontributor-summary-type
FHIR VersionR5
Sourcehttp://terminology.hl7.org/https://build.fhir.org/ig/HL7/UTG/CodeSystem-contributor-summary-type.html
URLhttp://terminology.hl7.org/CodeSystem/contributor-summary-type
Version1.0.0
Statusactive
Date2025-01-20T16:55:11+11:00
NameContributorSummaryType
TitleContributor Summary Type
Realmuv
Authorityhl7
DescriptionUsed to code author list statement, contributorship statement, and such.
Contentcomplete

Resources that use this resource

ValueSet
contributor-summary-typeContributor Summary Type

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

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.

Source

{
  "resourceType": "CodeSystem",
  "id": "contributor-summary-type",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "cds"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1
    }
  ],
  "url": "http://terminology.hl7.org/CodeSystem/contributor-summary-type",
  "version": "1.0.0",
  "name": "ContributorSummaryType",
  "title": "Contributor Summary Type",
  "status": "active",
  "experimental": false,
  "date": "2025-01-20T16:55:11+11:00",
  "publisher": "HL7 (FHIR Project)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        },
        {
          "system": "email",
          "value": "fhir@lists.hl7.org"
        }
      ]
    }
  ],
  "description": "Used to code author list statement, contributorship statement, and such.",
  "caseSensitive": true,
  "valueSet": "http://terminology.hl7.org/ValueSet/contributor-summary-type",
  "content": "complete",
  "concept": [
    {
      "code": "author-string",
      "display": "Author string",
      "definition": "Display of the author list as a complete string."
    },
    {
      "code": "contributorship-list",
      "display": "Contributorship list",
      "definition": "Display of the list of contributors as a complete string."
    },
    {
      "code": "contributorship-statement",
      "display": "Contributorship statement",
      "definition": "Compiled summary of contributions."
    },
    {
      "code": "acknowledgement-list",
      "display": "Acknowledgment list",
      "definition": "Display of the list of acknowledged parties as a complete string."
    },
    {
      "code": "acknowledgment-statement",
      "display": "Acknowledgment statement",
      "definition": "Statement of acknowledgment of contributions beyond those compiled for formal contributorship statements."
    },
    {
      "code": "funding-statement",
      "display": "Funding statement",
      "definition": "Statement of financial support for the creation of the cited artifact."
    },
    {
      "code": "competing-interests-statement",
      "display": "Competing interests statement",
      "definition": "Statement of completing interests related to the creation of the cited artifact. Also called conflicts of interest or declaration of interests."
    }
  ]
}