This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Definition for Code SystemContributorSummarySource
{
"resourceType" : "CodeSystem",
"id" : "contributor-summary-source",
"meta" : {
"lastUpdated" : "2024-11-12T02:57:08.856+00:00",
"profile" : ["http://hl7.org/fhir/StructureDefinition/shareablecodesystem"]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem contributor-summary-source</b></p><a name=\"contributor-summary-source\"> </a><a name=\"hccontributor-summary-source\"> </a><a name=\"contributor-summary-source-en-US\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/contributor-summary-source</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">publisher-data<a name=\"contributor-summary-source-publisher-data\"> </a></td><td>Publisher provided</td><td>Data copied by machine from publisher data.</td></tr><tr><td style=\"white-space:nowrap\">article-copy<a name=\"contributor-summary-source-article-copy\"> </a></td><td>Copied from article</td><td>Data copied by human from article text.</td></tr><tr><td style=\"white-space:nowrap\">citation-manager<a name=\"contributor-summary-source-citation-manager\"> </a></td><td>Reported by citation manager</td><td>Data copied by machine from citation manager data.</td></tr><tr><td style=\"white-space:nowrap\">custom<a name=\"contributor-summary-source-custom\"> </a></td><td>custom format</td><td>Custom format (may be described in text note).</td></tr></table></div>"
},
"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" : 0
}],
"url" : "http://hl7.org/fhir/contributor-summary-source",
"identifier" : [{
"system" : "urn:ietf:rfc:3986",
"value" : "urn:oid:2.16.840.1.113883.4.642.4.1886"
}],
"version" : "6.0.0-ballot2",
"name" : "ContributorSummarySource",
"title" : "Contributor Summary Source",
"status" : "active",
"experimental" : false,
"date" : "2020-12-28T16: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 producer or rule for creating the display string.",
"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-source",
"content" : "complete",
"concept" : [{
"code" : "publisher-data",
"display" : "Publisher provided",
"definition" : "Data copied by machine from publisher data."
},
{
"code" : "article-copy",
"display" : "Copied from article",
"definition" : "Data copied by human from article text."
},
{
"code" : "citation-manager",
"display" : "Reported by citation manager",
"definition" : "Data copied by machine from citation manager data."
},
{
"code" : "custom",
"display" : "custom format",
"definition" : "Custom format (may be described in text note)."
}]
}
Usage note: every effort has been made to ensure that the
examples are correct and useful, but they are not a normative part
of the specification.