FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example ValueSet/security-labels (JSON)

Terminology Infrastructure Work GroupMaturity Level: N/AStandards Status: Informative

Raw JSON (canonical form + also see JSON Format Specification)

Definition for Value SetAll Security Labels

{
  "resourceType" : "ValueSet",
  "id" : "security-labels",
  "meta" : {
    "lastUpdated" : "2024-04-22T14:44:42.841+00:00",
    "profile" : ["http://hl7.org/fhir/StructureDefinition/shareablevalueset"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Import all the codes that are contained in <a href=\"http://terminology.hl7.org/5.5.0/ValueSet-v3-Confidentiality.html\">Confidentiality</a></li><li>Import all the codes that are contained in <a href=\"http://terminology.hl7.org/5.5.0/ValueSet-v3-InformationSensitivityPolicy.html\">InformationSensitivityPolicy</a></li><li>Import all the codes that are contained in <a href=\"http://terminology.hl7.org/5.5.0/ValueSet-v3-Compartment.html\">Compartment</a></li><li>Import all the codes that are contained in <a href=\"http://terminology.hl7.org/5.5.0/ValueSet-v3-SecurityIntegrityObservationValue.html\">SecurityIntegrityObservationValue</a></li><li>Import all the codes that are contained in <a href=\"http://terminology.hl7.org/5.5.0/ValueSet-v3-SecurityControlObservationValue.html\">SecurityControlObservationValue</a></li><li>Import all the codes that are contained in <a href=\"http://terminology.hl7.org/5.5.0/ValueSet-v3-ActUSPrivacyLaw.html\">ActUSPrivacyLaw</a></li></ul></div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "fhir"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode" : "normative"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
    "valueCode" : "4.0.0"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 5
  }],
  "url" : "http://hl7.org/fhir/ValueSet/security-labels",
  "identifier" : [{
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.3.47"
  },
  {
    "use" : "old",
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.3.46"
  },
  {
    "use" : "old",
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.2.31"
  }],
  "version" : "6.0.0-cibuild",
  "name" : "AllSecurityLabels",
  "title" : "All Security Labels",
  "status" : "active",
  "experimental" : false,
  "date" : "2014-07-28",
  "publisher" : "HL7 International / FHIR Infrastructure",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://hl7.org/fhir"
    }]
  },
  {
    "telecom" : [{
      "system" : "url",
      "value" : "http://www.hl7.org/Special/committees/fiwg"
    }]
  }],
  "description" : "A single value set for all security labels defined by FHIR.",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001",
      "display" : "World"
    }]
  }],
  "compose" : {
    "include" : [{
      "valueSet" : ["http://terminology.hl7.org/ValueSet/v3-Confidentiality"]
    },
    {
      "valueSet" : ["http://terminology.hl7.org/ValueSet/v3-InformationSensitivityPolicy"]
    },
    {
      "valueSet" : ["http://terminology.hl7.org/ValueSet/v3-Compartment"]
    },
    {
      "valueSet" : ["http://terminology.hl7.org/ValueSet/v3-SecurityIntegrityObservationValue"]
    },
    {
      "valueSet" : ["http://terminology.hl7.org/ValueSet/v3-SecurityControlObservationValue"]
    },
    {
      "valueSet" : ["http://terminology.hl7.org/ValueSet/v3-ActUSPrivacyLaw"]
    }]
  }
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.