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

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

: Contributor Summary Source - 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            <p>This code system \n              <code>http://hl7.org/fhir/contributor-summary-source</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\">publisher-data\n                  <a name=\"contributor-summary-source-publisher-data\"> </a>\n                </td>\n                <td>Publisher provided</td>\n                <td>Data copied by machine from publisher data.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">article-copy\n                  <a name=\"contributor-summary-source-article-copy\"> </a>\n                </td>\n                <td>Copied from article</td>\n                <td>Data copied by human from article text.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">citation-manager\n                  <a name=\"contributor-summary-source-citation-manager\"> </a>\n                </td>\n                <td>Reported by citation manager</td>\n                <td>Data copied by machine from citation manager data.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">custom\n                  <a name=\"contributor-summary-source-custom\"> </a>\n                </td>\n                <td>custom format</td>\n                <td>Custom format (may be described in text note).</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-source",
  "version" : "5.0.0",
  "name" : "ContributorSummarySource",
  "title" : "Contributor Summary Source",
  "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 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)."
    }
  ]
}