De-Identification, Anonymization, Redaction Toolkit Services
0.1.0 - STU1 Release 1 - Standard for Trial-Use United States of America flag

De-Identification, Anonymization, Redaction Toolkit Services, published by HL7 International / Cross Group Projects. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-darts/ and changes regularly. See the Directory of published versions

: DARTS Policy Identifiers - TTL Representation

Page standards status: Informative

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "darts-policy-identifiers"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem darts-policy-identifiers</b></p><a name=\"darts-policy-identifiers\"> </a><a name=\"hcdarts-policy-identifiers\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/us/darts/CodeSystem/darts-policy-identifiers</code> defines the following code:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">HHS_SAFE_HARBOR_DETERMINISTIC_METHOD<a name=\"darts-policy-identifiers-HHS_SAFE_HARBOR_DETERMINISTIC_METHOD\"> </a></td><td>Apply HHS Safe Harbor deterministic guidance for Deidentification</td><td>HHS Safe Harbor deterministic guidance removes 18 different attributes from PII/PHI data to create deidentifiable data</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-wg>     ] ;
fhir:value [
a fhir:Code ;
fhir:v "cgp"     ]
  ] [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status>     ] ;
fhir:value [
a fhir:Code ;
fhir:v "informative" ;
      ( fhir:extension [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom>         ] ;
fhir:value [
a fhir:Canonical ;
fhir:v "http://hl7.org/fhir/us/darts/ImplementationGuide/darts"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/darts/ImplementationGuide/darts>         ]       ] )     ]
  ] ) ; # 
  fhir:url [
fhir:v "http://hl7.org/fhir/us/darts/CodeSystem/darts-policy-identifiers"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/darts/CodeSystem/darts-policy-identifiers>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "DARTSPolicyIdentifiers"] ; # 
  fhir:title [ fhir:v "DARTS Policy Identifiers"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v true] ; # 
  fhir:date [ fhir:v "2026-03-27"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "HL7 International / Cross Group Projects"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/cgp" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The DARTS Policy Identifiers CodeSystem contains a set  of codes that will be used for DARTS services to indicate the deidentification policies."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [
fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
fhir:l <urn:iso:std:iso:3166>       ] ;
fhir:code [ fhir:v "US" ]     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:valueSet [
fhir:v "http://hl7.org/fhir/us/darts/ValueSet/darts-policy-identifier-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/darts/ValueSet/darts-policy-identifier-codes>
  ] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "1"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "HHS_SAFE_HARBOR_DETERMINISTIC_METHOD" ] ;
fhir:display [ fhir:v "Apply HHS Safe Harbor deterministic guidance for Deidentification" ] ;
fhir:definition [ fhir:v "HHS Safe Harbor deterministic guidance removes 18 different attributes from PII/PHI data to create deidentifiable data" ]
  ] ) . #