This page is part of the FHIR Data Segmentation for Privacy (v0.2.0: STU 1 Ballot 2) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
{
"resourceType" : "ValueSet",
"id" : "valueset-sec-label-contributor-type",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><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><td><b>Definition</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></table></li><li>Include these codes as defined in <a href=\"https://terminology.hl7.org/1.0.0//CodeSystem-v3-RoleCode.html\"><code>http://terminology.hl7.org/CodeSystem/v3-RoleCode</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"https://terminology.hl7.org/1.0.0//CodeSystem-v3-RoleCode.html#v3-RoleCode-CLASSIFIER\">CLASSIFIER</a></td><td>classifier</td><td>An individual authorized to assign an original classification to information, including compilations of unclassified information, based on a determination that the information requires protection against unauthorized disclosure. The individual marks the information with immutable, computable, and human readable security labels in accordance with applicable security labeling policies. The labeling policies provide instructions on whether and if so how the security labels may be later reclassified \\[i.e., upgraded, downgraded, used in derivative classification, or declassified\\] in a manner that preserves the overridden original classification binding and provenance.</td></tr><tr><td><a href=\"https://terminology.hl7.org/1.0.0//CodeSystem-v3-RoleCode.html#v3-RoleCode-DECLASSIFIER\">DECLASSIFIER</a></td><td>declassifier</td><td>An individual which is authorized to declassify information based on a determination that the information no longer requires protection against unauthorized disclosure. The individual marks the information being declassified using computable and human readable security labels indicating that this is copy of previously classified information is unclassified in accordance with applicable security labeling policies. The labeling policies provide instructions on whether and if so how the security labels may be later reclassified \\[i.e., upgraded or used in derivative classification\\] in a manner that preserves the overridden original classification binding and provenance.</td></tr><tr><td><a href=\"https://terminology.hl7.org/1.0.0//CodeSystem-v3-RoleCode.html#v3-RoleCode-DOWNGRDER\">DOWNGRDER</a></td><td>downgrader</td><td>An individual authorized to lower the classification level of labeled content and provide rationale for doing so as directed by a classification guide.</td></tr><tr><td><a href=\"https://terminology.hl7.org/1.0.0//CodeSystem-v3-RoleCode.html#v3-RoleCode-DRIVCLASSIFIER\">DRIVCLASSIFIER</a></td><td>derivative classifier</td><td>An individual who is only authorized to classify reproduced, extracted, or summarized classified information, or compile classified and unclassified information by applying classification markings derived from source material or as directed by a classification guide.</td></tr><tr><td><a href=\"https://terminology.hl7.org/1.0.0//CodeSystem-v3-RoleCode.html#v3-RoleCode-UPGRDER\">UPGRDER</a></td><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-30",
"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"
}
]
},
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"concept" : [
{
"code" : "CLASSIFIER"
},
{
"code" : "DECLASSIFIER"
},
{
"code" : "DOWNGRDER"
},
{
"code" : "DRIVCLASSIFIER"
},
{
"code" : "UPGRDER"
}
]
}
]
}
}