@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 -------------------------------------------------------------------

<https://profiles.ihe.net/ITI/DeId/ValueSet/IHE.BasicAudit.DeIdentification.Subtype> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "IHE.BasicAudit.DeIdentification.Subtype"] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet IHE.BasicAudit.DeIdentification.Subtype</b></p><a name=\"IHE.BasicAudit.DeIdentification.Subtype\"> </a><a name=\"hcIHE.BasicAudit.DeIdentification.Subtype\"> </a><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-iso-21089-lifecycle.html\"><code>http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle</code></a><span title=\"Version is not explicitly stated, which means it is fixed to null, the version found through the package references\"> version ?</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-iso-21089-lifecycle.html#iso-21089-lifecycle-deidentify\">deidentify</a></td><td style=\"color: #cccccc\">De-Identify (Anononymize) Record Lifecycle Event</td><td>Occurs when an agent causes the system to scrub record entry content to reduce the association between a set of identifying data and the data subject in a way that might or might not be reversible.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-iso-21089-lifecycle.html#iso-21089-lifecycle-pseudonymize\">pseudonymize</a></td><td style=\"color: #cccccc\">Pseudonymize Record Lifecycle Event</td><td>Occurs when an agent causes the system to remove record entry content to reduce the association between a set of identifying data and the data subject in a way that may be reversible.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-iso-21089-lifecycle.html#iso-21089-lifecycle-reidentify\">reidentify</a></td><td style=\"color: #cccccc\">Re-identify Record Lifecycle Event</td><td>Occurs when an agent causes the system to restore information to data that allows identification of information source and/or information subject.</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://profiles.ihe.net/ITI/DeId/ValueSet/IHE.BasicAudit.DeIdentification.Subtype"^^xsd:anyURI ;
     fhir:l <https://profiles.ihe.net/ITI/DeId/ValueSet/IHE.BasicAudit.DeIdentification.Subtype>
  ] ; # 
  fhir:version [ fhir:v "2.0.0-comment"] ; # 
  fhir:name [ fhir:v "AuditEventSubtypeDeidentify"] ; # 
  fhir:title [ fhir:v "Audit Event Subtype for De-Identification"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-06-12T10:54:51-05:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "IHE IT Infrastructure Technical Committee"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://www.ihe.net/ihe_domains/it_infrastructure/" ]
     ] )
  ] [
     fhir:telecom ( [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "iti@ihe.net" ]
     ] )
  ] [
     fhir:name [ fhir:v "IHE IT Infrastructure Technical Committee" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "iti@ihe.net" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Defines the AuditEvent Subtype for De-Identification events.\nThis is used to indicate that the AuditEvent is specifically for a De-Identification event.\nThe code is based on the ISO 21089 lifecycle code for de-identification."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ]
     ] )
  ] ) ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle>
       ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "deidentify" ]
       ] [
         fhir:code [ fhir:v "pseudonymize" ]
       ] [
         fhir:code [ fhir:v "reidentify" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

