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

FHIR IG analytics

Packagehl7.fhir.us.darts
Resource TypeCodeSystem
IdCodeSystem-darts-policy-identifiers.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7/fhir-darts/CodeSystem-darts-policy-identifiers.html
URLhttp://hl7.org/fhir/us/darts/CodeSystem/darts-policy-identifiers
Version0.1.0
Statusactive
Date2026-03-27
NameDARTSPolicyIdentifiers
TitleDARTS Policy Identifiers
Realmus
Authorityhl7
DescriptionThe DARTS Policy Identifiers CodeSystem contains a set of codes that will be used for DARTS services to indicate the deidentification policies.
Contentcomplete

Resources that use this resource

ValueSet
hl7.fhir.us.darts#currentdarts-policy-identifier-codesDARTS Policy Identifer Codes

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem darts-policy-identifiers

This case-sensitive code system http://hl7.org/fhir/us/darts/CodeSystem/darts-policy-identifiers defines the following code:

CodeDisplayDefinition
HHS_SAFE_HARBOR_DETERMINISTIC_METHOD Apply HHS Safe Harbor deterministic guidance for DeidentificationHHS Safe Harbor deterministic guidance removes 18 different attributes from PII/PHI data to create deidentifiable data

Source1

{
  "resourceType": "CodeSystem",
  "id": "darts-policy-identifiers",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "cgp"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "informative",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/us/darts/ImplementationGuide/darts"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/us/darts/CodeSystem/darts-policy-identifiers",
  "version": "0.1.0",
  "name": "DARTSPolicyIdentifiers",
  "title": "DARTS Policy Identifiers",
  "status": "active",
  "experimental": true,
  "date": "2026-03-27",
  "publisher": "HL7 International / Cross Group Projects",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/cgp"
        }
      ]
    }
  ],
  "description": "The DARTS Policy Identifiers CodeSystem contains a set  of codes that will be used for DARTS services to indicate the deidentification policies.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/us/darts/ValueSet/darts-policy-identifier-codes",
  "content": "complete",
  "count": 1,
  "concept": [
    {
      "code": "HHS_SAFE_HARBOR_DETERMINISTIC_METHOD",
      "display": "Apply HHS Safe Harbor deterministic guidance for Deidentification",
      "definition": "HHS Safe Harbor deterministic guidance removes 18 different attributes from PII/PHI data to create deidentifiable data"
    }
  ]
}