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 Trust - JSON Representation

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "valueset-trust",
  "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-ObservationValue.html\"><code>http://terminology.hl7.org/CodeSystem/v3-ObservationValue</code></a> where concept  is-a  <a href=\"https://terminology.hl7.org/1.0.0//CodeSystem-v3-ObservationValue.html#v3-ObservationValue-SECTRSTOBV\">SECTRSTOBV</a></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/uv/security-label-ds4p/ValueSet/valueset-trust",
  "version" : "0.2.0",
  "name" : "ValueSetTrust",
  "title" : "Trust 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 the basis for trusting the source.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ObservationValue",
        "filter" : [
          {
            "property" : "concept",
            "op" : "is-a",
            "value" : "SECTRSTOBV"
          }
        ]
      }
    ]
  }
}