FHIR Data Segmentation for Privacy
0.2.0 - 2021May Ballot

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

: Value set definition for CUI Mark - JSON Representation

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "valueset-cui-mark",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include codes from <a href=\"https://terminology.hl7.org/1.0.0//CodeSystem-v3-ActCode.html\"><code>http://terminology.hl7.org/CodeSystem/v3-ActCode</code></a> where concept  is-a  <a href=\"https://terminology.hl7.org/1.0.0//CodeSystem-v3-ActCode.html#v3-ActCode-ControlledUnclassifiedInformation\">ControlledUnclassifiedInformation</a></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/uv/security-label-ds4p/ValueSet/valueset-cui-mark",
  "version" : "0.2.0",
  "name" : "ValueSetCUIMark",
  "title" : "CUI Mark 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" : "Security label metadata that 'segments' an IT resource by conveying a displayed mark, required to be rendered to indicate that the electronic or hardcopy information is protected at the level of the subset of CUI for which the authorizing law, regulation, or Government-wide policy does not set out specific handling or dissemination controls.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "filter" : [
          {
            "property" : "concept",
            "op" : "is-a",
            "value" : "ControlledUnclassifiedInformation"
          }
        ]
      }
    ]
  }
}