FHIR Cross-Version Extensions package for FHIR R4 from FHIR R4B
0.0.1-snapshot-2 - informative International flag

FHIR Cross-Version Extensions package for FHIR R4 from FHIR R4B - Version 0.0.1-snapshot-2. See the Directory of published versions

: ContributorSummarySource - JSON Representation

Page standards status: Informative Maturity Level: 0

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "contributor-summary-source",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      \n      \n            <p>This code system http://terminology.hl7.org/CodeSystem/contributor-summary-source defines the following codes:</p>\n      \n      \n            <table class=\"codes\">\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">\n            \n            \n                  <b>Code</b>\n          \n          \n                </td>\n          \n          \n                <td>\n            \n            \n                  <b>Display</b>\n          \n          \n                </td>\n          \n          \n                <td>\n            \n            \n                  <b>Definition</b>\n          \n          \n                </td>\n        \n        \n              </tr>\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">publisher-data\n            \n            \n                  <a name=\"contributor-summary-source-publisher-data\"> </a>\n          \n          \n                </td>\n          \n          \n                <td>Publisher provided</td>\n          \n          \n                <td>Data copied by machine from publisher data.</td>\n        \n        \n              </tr>\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">article-copy\n            \n            \n                  <a name=\"contributor-summary-source-article-copy\"> </a>\n          \n          \n                </td>\n          \n          \n                <td>Copied from article</td>\n          \n          \n                <td>Data copied by human from article text.</td>\n        \n        \n              </tr>\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">citation-manager\n            \n            \n                  <a name=\"contributor-summary-source-citation-manager\"> </a>\n          \n          \n                </td>\n          \n          \n                <td>Reported by citation manager</td>\n          \n          \n                <td>Data copied by machine from citation manager data.</td>\n        \n        \n              </tr>\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">custom\n            \n            \n                  <a name=\"contributor-summary-source-custom\"> </a>\n          \n          \n                </td>\n          \n          \n                <td>custom format</td>\n          \n          \n                <td>Custom format (may be described in text note).</td>\n        \n        \n              </tr>\n      \n      \n            </table>\n    \n    \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-r4b.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://terminology.hl7.org/CodeSystem/contributor-summary-source",
  "version" : "4.3.0",
  "name" : "ContributorSummarySource",
  "title" : "ContributorSummarySource",
  "status" : "draft",
  "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 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)."
    }
  ]
}