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

FHIR IG Statistics: CodeSystem/contributor-role

Packagehl7.terminology
Resource TypeCodeSystem
Idcontributor-role
FHIR VersionR5
Sourcehttp://terminology.hl7.org/https://build.fhir.org/ig/HL7/UTG/CodeSystem-contributor-role.html
URLhttp://terminology.hl7.org/CodeSystem/contributor-role
Version1.0.0
Statusactive
Date2025-01-20T16:55:11+11:00
NameContributorRole
TitleContributor Role
Realmuv
Authorityhl7
DescriptionUsed to code the format of the display string.
Contentcomplete

Resources that use this resource

ValueSet
contributor-roleContributor Role

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem contributor-role

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

CodeDisplayDefinition
publisher PublisherEntity that makes the content available for public use
author Author/CreatorAn entity primarily responsible for making the resource, often called author or creator
reviewer ReviewerEntity that examines the content, formally or informally, and suggests revisions or comments
endorser EndorserEntity that supports, approves, or advocates for the content
editor EditorEntity that revises or has authority to control the content
informant InformantEntity that supplies information
funder FunderEntity that supplies financial support
recorder RecorderEntity that entered the data into the Resource instance, if different than the author or creator of the intellectual property contained within the Resource instance

Source

{
  "resourceType": "CodeSystem",
  "id": "contributor-role",
  "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-role",
  "version": "1.0.0",
  "name": "ContributorRole",
  "title": "Contributor Role",
  "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 the format of the display string.",
  "caseSensitive": true,
  "valueSet": "http://terminology.hl7.org/ValueSet/contributor-role",
  "content": "complete",
  "concept": [
    {
      "code": "publisher",
      "display": "Publisher",
      "definition": "Entity that makes the content available for public use"
    },
    {
      "code": "author",
      "display": "Author/Creator",
      "definition": "An entity primarily responsible for making the resource, often called author or creator"
    },
    {
      "code": "reviewer",
      "display": "Reviewer",
      "definition": "Entity that examines the content, formally or informally, and suggests revisions or comments"
    },
    {
      "code": "endorser",
      "display": "Endorser",
      "definition": "Entity that supports, approves, or advocates for the content"
    },
    {
      "code": "editor",
      "display": "Editor",
      "definition": "Entity that revises or has authority to control the content"
    },
    {
      "code": "informant",
      "display": "Informant",
      "definition": "Entity that supplies information"
    },
    {
      "code": "funder",
      "display": "Funder",
      "definition": "Entity that supplies financial support"
    },
    {
      "code": "recorder",
      "display": "Recorder",
      "definition": "Entity that entered the data into the Resource instance, if different than the author or creator of the intellectual property contained within the Resource instance"
    }
  ]
}