FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.xver-r4.r4b.r4b
Resource TypeValueSet
IdValueSet-R4-resource-security-category-for-R4B.json
FHIR VersionR4B

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet R4-resource-security-category-for-R4B

This value set expansion contains 3 concepts.

CodeSystemDisplayDefinition
  anonymoushttp://terminology.hl7.org/CodeSystem/resource-security-categoryAnonymous READ Access ResourceThese resources tend to not contain any individual data, or business sensitive data. Most often these Resources will be available for anonymous access, meaning there is no access control based on the user or system requesting. However these Resources do tend to contain important information that must be authenticated back to the source publishing them, and protected from integrity failures in communication. For this reason server authenticated https (TLS) is recommended to provide authentication of the server and integrity protection in transit. This is normal web-server use of https.
  individualhttp://terminology.hl7.org/CodeSystem/resource-security-categoryIndividual Sensitive ResourceThese Resources do NOT contain Patient data, but do contain individual information about other participants. These other individuals are Practitioners, PractionerRole, CareTeam, or other users. These identities are needed to enable the practice of healthcare. These identities are identities under general privacy regulations, and thus must consider Privacy risk. Often access to these other identities are covered by business relationships. For this purpose access to these Resources will tend to be Role specific using methods such as RBAC or ABAC.
  not-classifiedhttp://terminology.hl7.org/CodeSystem/resource-security-categoryNot classifiedSome Resources can be used for a wide scope of use-cases that span very sensitive to very non-sensitive. These Resources do not fall into any of the above classifications, as their sensitivity is highly variable. These Resources will need special handling. These Resources often contain metadata that describes the content in a way that can be used for Access Control decisions.

Source1

{
  "resourceType": "ValueSet",
  "id": "R4-resource-security-category-for-R4B",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    },
    {
      "extension": [
        {
          "url": "packageId",
          "valueId": "hl7.fhir.uv.xver-r4.r4b"
        },
        {
          "url": "version",
          "valueString": "0.0.1-snapshot-2"
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/package-source"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 0,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/4.0/ImplementationGuide/hl7.fhir.uv.xver-r4.r4b"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/4.0/ImplementationGuide/hl7.fhir.uv.xver-r4.r4b"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/4.0/ValueSet/R4-resource-security-category-for-R4B",
  "version": "0.0.1-snapshot-2",
  "name": "R4_resource_security_category_for_R4B",
  "title": "Cross-version VS for R4.ResourceSecurityCategory for use in FHIR R4B",
  "status": "active",
  "experimental": false,
  "date": "2025-09-01T22:36:17.037718+10:00",
  "publisher": "FHIR Infrastructure",
  "contact": [
    {
      "name": "FHIR Infrastructure",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "description": "This cross-version ValueSet represents concepts from http://hl7.org/fhir/ValueSet/resource-security-category|4.0.1 for use in FHIR R4B. Concepts not present here have direct `equivalent` mappings crossing all versions from R4 to R4B.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/resource-security-category",
        "version": "4.0.1",
        "concept": [
          {
            "code": "anonymous",
            "display": "Anonymous READ Access Resource"
          },
          {
            "code": "individual",
            "display": "Individual Sensitive Resource"
          },
          {
            "code": "not-classified",
            "display": "Not classified"
          }
        ]
      }
    ]
  },
  "expansion": {
    "timestamp": "2025-09-01T22:36:17.037719+10:00",
    "contains": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/resource-security-category",
        "version": "4.0.1",
        "code": "anonymous",
        "display": "Anonymous READ Access Resource"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/resource-security-category",
        "version": "4.0.1",
        "code": "individual",
        "display": "Individual Sensitive Resource"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/resource-security-category",
        "version": "4.0.1",
        "code": "not-classified",
        "display": "Not classified"
      }
    ]
  }
}