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 Mark - XML Representation

(back to description)

Raw xml

Source view


<ValueSet xmlns="http://hl7.org/fhir">
  <id value="valueset-security-label-mark"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h2>Security Label Mark ValueSet</h2><div><p>Security label metadata that 'segments' an IT resource by conveying a displayed mark rendered as specified.</p>
</div><ul><li>Include these codes as defined in <a href="http://hl7.org/fhir/R4/v3/ActCode/cs.html"><code>http://terminology.hl7.org/CodeSystem/v3-ActCode</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/v3/ActCode/cs.html#v3-ActCode-ConfidentialMark">ConfidentialMark</a></td><td>confidential mark</td><td/></tr><tr><td><a href="http://hl7.org/fhir/R4/v3/ActCode/cs.html#v3-ActCode-COPYMark">COPYMark</a></td><td>copy of original mark</td><td/></tr><tr><td><a href="http://hl7.org/fhir/R4/v3/ActCode/cs.html#v3-ActCode-DeliverToAddresseeOnlyMark">DeliverToAddresseeOnlyMark</a></td><td>deliver only to addressee mark</td><td/></tr><tr><td><a href="http://hl7.org/fhir/R4/v3/ActCode/cs.html#v3-ActCode-RedisclosureProhibitionMark">RedisclosureProhibitionMark</a></td><td>prohibition against redisclosure mark</td><td/></tr><tr><td><a href="http://hl7.org/fhir/R4/v3/ActCode/cs.html#v3-ActCode-RestrictedConfidentialityMark">RestrictedConfidentialityMark</a></td><td>restricted confidentiality mark</td><td/></tr><tr><td><a href="http://hl7.org/fhir/R4/v3/ActCode/cs.html#v3-ActCode-DRAFTMark">DRAFTMark</a></td><td>draft mark</td><td/></tr></table></li></ul></div>
  </text>
  <url
       value="http://hl7.org/fhir/uv/security-label-ds4p/ValueSet/valueset-security-label-mark"/>
  <version value="0.2.0"/>
  <name value="ValueSetSecurityLabelMark"/>
  <title value="Security Label Mark ValueSet"/>
  <status value="draft"/>
  <date value="2020-03-30T00:00:00+00:00"/>
  <publisher value="HL7 International - Security Work Group"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://hl7.org/Special/committees/secure"/>
    </telecom>
  </contact>
  <description
               value="Security label metadata that &#39;segments&#39; an IT resource by conveying a displayed mark rendered as specified."/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
    </coding>
  </jurisdiction>
  <compose>
    <include>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
      <concept>
        <code value="ConfidentialMark"/>
        <display value="confidential mark"/>
      </concept>
      <concept>
        <code value="COPYMark"/>
        <display value="copy of original mark"/>
      </concept>
      <concept>
        <code value="DeliverToAddresseeOnlyMark"/>
        <display value="deliver only to addressee mark"/>
      </concept>
      <concept>
        <code value="RedisclosureProhibitionMark"/>
        <display value="prohibition against redisclosure mark"/>
      </concept>
      <concept>
        <code value="RestrictedConfidentialityMark"/>
        <display value="restricted confidentiality mark"/>
      </concept>
      <concept>
        <code value="DRAFTMark"/>
        <display value="draft mark"/>
      </concept>
    </include>
  </compose>
</ValueSet>