HL7 Terminology (THO)
6.3.0 - Continuous Process Integration (ci build) International flag

HL7 Terminology (THO) - Local Development build (v6.3.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Contributor Summary Source - JSON Representation

Page standards status: Trial-use Maturity Level: 1

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "contributor-summary-source",
  "meta" : {
    "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><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/R5/shareablecodesystem.html\">Shareable CodeSystem</a></p></div><p>This case-sensitive code system <code>http://terminology.hl7.org/CodeSystem/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" : 1
    }
  ],
  "url" : "http://terminology.hl7.org/CodeSystem/contributor-summary-source",
  "version" : "1.0.0",
  "name" : "ContributorSummarySource",
  "title" : "Contributor Summary Source",
  "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 producer or rule for creating the display string.",
  "caseSensitive" : true,
  "valueSet" : "http://terminology.hl7.org/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)."
    }
  ]
}