FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/IHE.BasicAudit.DeIdentification.Subtype

Packageihe.iti.deid
TypeValueSet
IdIHE.BasicAudit.DeIdentification.Subtype
FHIR VersionR4
Sourcehttps://profiles.ihe.net/ITI/DeId/https://build.fhir.org/ig/IHE/ITI.DeIdHandbook/ValueSet-IHE.BasicAudit.DeIdentification.Subtype.html
URLhttps://profiles.ihe.net/ITI/DeId/ValueSet/IHE.BasicAudit.DeIdentification.Subtype
Version0.0.1-current
Statusdraft
Date2025-07-10T13:15:43+00:00
NameAuditEventSubtypeDeidentify
TitleAudit Event Subtype for De-Identification
Realmuv
Authorityihe
DescriptionDefines the AuditEvent Subtype for De-Identification events. This is used to indicate that the AuditEvent is specifically for a De-Identification event. The code is based on the ISO 21089 lifecycle code for de-identification.

Resources that use this resource

StructureDefinition
IHE.BasicAudit.DeIdentification.SourceAudit Event for De-Identification at Source

Resources that this resource uses

CodeSystem
iso-21089-lifecycleISO 21089 2017 Health Record Lifecycle Events
iso-21089-lifecycleISO 21089 2017 Health Record Lifecycle Events

Narrative

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

Generated Narrative: ValueSet IHE.BasicAudit.DeIdentification.Subtype

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle
    CodeDisplayDefinition
    deidentifyDe-Identify (Anononymize) Record Lifecycle EventOccurs 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.
    pseudonymizePseudonymize Record Lifecycle EventOccurs 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.
    reidentifyRe-identify Record Lifecycle EventOccurs when an agent causes the system to restore information to data that allows identification of information source and/or information subject.

Source

{
  "resourceType": "ValueSet",
  "id": "IHE.BasicAudit.DeIdentification.Subtype",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://profiles.ihe.net/ITI/DeId/ValueSet/IHE.BasicAudit.DeIdentification.Subtype",
  "version": "0.0.1-current",
  "name": "AuditEventSubtypeDeidentify",
  "title": "Audit Event Subtype for De-Identification",
  "status": "draft",
  "experimental": false,
  "date": "2025-07-10T13:15:43+00:00",
  "publisher": "IHE IT Infrastructure Technical Committee",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://www.ihe.net/ihe_domains/it_infrastructure/"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "email",
          "value": "iti@ihe.net"
        }
      ]
    },
    {
      "name": "IHE IT Infrastructure Technical Committee",
      "telecom": [
        {
          "system": "email",
          "value": "iti@ihe.net"
        }
      ]
    }
  ],
  "description": "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.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle",
        "concept": [
          {
            "code": "deidentify"
          },
          {
            "code": "pseudonymize"
          },
          {
            "code": "reidentify"
          }
        ]
      }
    ]
  }
}