FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5 - Version 0.0.1-snapshot-2. See the Directory of published versions
Page standards status: Informative | Maturity Level: 0 |
{
"resourceType" : "CodeSystem",
"id" : "contributor-summary-type",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>This code system \n <code>http://hl7.org/fhir/contributor-summary-type</code> defines the following codes:\n </p>\n <table class=\"codes\">\n <tr>\n <td style=\"white-space:nowrap\">\n <b>Code</b>\n </td>\n <td>\n <b>Display</b>\n </td>\n <td>\n <b>Definition</b>\n </td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">author-string\n <a name=\"contributor-summary-type-author-string\"> </a>\n </td>\n <td>Author string</td>\n <td>Display of the author list as a complete string.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">contributorship-list\n <a name=\"contributor-summary-type-contributorship-list\"> </a>\n </td>\n <td>Contributorship list</td>\n <td>Display of the list of contributors as a complete string.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">contributorship-statement\n <a name=\"contributor-summary-type-contributorship-statement\"> </a>\n </td>\n <td>Contributorship statement</td>\n <td>Compiled summary of contributions.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">acknowledgement-list\n <a name=\"contributor-summary-type-acknowledgement-list\"> </a>\n </td>\n <td>Acknowledgment list</td>\n <td>Display of the list of acknowledged parties as a complete string.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">acknowledgment-statement\n <a name=\"contributor-summary-type-acknowledgment-statement\"> </a>\n </td>\n <td>Acknowledgment statement</td>\n <td>Statement of acknowledgment of contributions beyond those compiled for formal contributorship statements.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">funding-statement\n <a name=\"contributor-summary-type-funding-statement\"> </a>\n </td>\n <td>Funding statement</td>\n <td>Statement of financial support for the creation of the cited artifact.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">competing-interests-statement\n <a name=\"contributor-summary-type-competing-interests-statement\"> </a>\n </td>\n <td>Competing interests statement</td>\n <td>Statement of completing interests related to the creation of the cited artifact. Also called conflicts of interest or declaration of interests.</td>\n </tr>\n </table>\n </div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "informative"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger" : 0
},
{
"extension" : [
{
"url" : "packageId",
"valueId" : "hl7.fhir.uv.xver-r5.r4"
},
{
"url" : "version",
"valueString" : "0.0.1-snapshot-2"
}
],
"url" : "http://hl7.org/fhir/StructureDefinition/package-source"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "cds"
}
],
"url" : "http://hl7.org/fhir/contributor-summary-type",
"version" : "5.0.0",
"name" : "ContributorSummaryType",
"title" : "Contributor Summary Type",
"status" : "active",
"experimental" : false,
"date" : "2020-12-28T15:55:11+10:00",
"publisher" : "Clinical Decision Support",
"contact" : [
{
"name" : "Clinical Decision Support",
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/dss"
}
]
}
],
"description" : "Used to code author list statement, contributorship statement, and such.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}
]
}
],
"caseSensitive" : true,
"valueSet" : "http://hl7.org/fhir/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."
}
]
}