FHIR Data Segmentation for Privacy
0.2.0 - STU 1 Ballot

This page is part of the FHIR Data Segmentation for Privacy (v0.1.0: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

Value set definition for Security Label Contributor Type - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "ValueSet",
  "id" : "valueset-sec-label-contributor-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Security Label Contributor Type ValueSet</h2><div><p>Type of security label contributor.</p>\n</div><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-contributor-type.html\"><code>http://hl7.org/fhir/contributor-type</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-contributor-type.html#contributor-type-author\">author</a></td><td>Author</td><td>An author of the content of the module.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-contributor-type.html#contributor-type-editor\">editor</a></td><td>Editor</td><td>An editor of the content of the module.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-contributor-type.html#contributor-type-reviewer\">reviewer</a></td><td>Reviewer</td><td>A reviewer of the content of the module.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-contributor-type.html#contributor-type-endorser\">endorser</a></td><td>Endorser</td><td>An endorser of the content of the module.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-contributor-type.html#contributor-type-CLASSIFIER\">CLASSIFIER</a></td><td>classifier</td><td/></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-contributor-type.html#contributor-type-DECLASSIFIER\">DECLASSIFIER</a></td><td>declassifier</td><td/></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-contributor-type.html#contributor-type-DOWNGRADER\">DOWNGRADER</a></td><td>downgrader</td><td/></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-contributor-type.html#contributor-type-DRIVCLASSIFIER\">DRIVCLASSIFIER</a></td><td>drivclassifier</td><td/></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-contributor-type.html#contributor-type-RECLASSIFIER\">RECLASSIFIER</a></td><td>reclassifier</td><td/></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-contributor-type.html#contributor-type-UPGRADER\">UPGRADER</a></td><td>upgrader</td><td/></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/uv/security-label-ds4p/ValueSet/valueset-sec-label-contributor-type",
  "version" : "0.2.0",
  "name" : "ValueSetSecurityLabelContributorType",
  "title" : "Security Label Contributor Type ValueSet",
  "status" : "draft",
  "date" : "2020-03-30T00:00:00+00:00",
  "publisher" : "HL7 International - Security Work Group",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/Special/committees/secure"
        }
      ]
    }
  ],
  "description" : "Type of security label contributor.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/contributor-type",
        "concept" : [
          {
            "code" : "author"
          },
          {
            "code" : "editor"
          },
          {
            "code" : "reviewer"
          },
          {
            "code" : "endorser"
          },
          {
            "code" : "CLASSIFIER",
            "display" : "classifier"
          },
          {
            "code" : "DECLASSIFIER",
            "display" : "declassifier"
          },
          {
            "code" : "DOWNGRADER",
            "display" : "downgrader"
          },
          {
            "code" : "DRIVCLASSIFIER",
            "display" : "drivclassifier"
          },
          {
            "code" : "RECLASSIFIER",
            "display" : "reclassifier"
          },
          {
            "code" : "UPGRADER",
            "display" : "upgrader"
          }
        ]
      }
    ]
  }
}