DHIN 2025Connectathon FHIR IG
0.1.0 - draft
DHIN 2025Connectathon FHIR IG, published by DHIN. 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/Nigeria-FHIR-Community/2025Connectathon/ and changes regularly. See the Directory of published versions
| Active as of 2025-10-21 |
@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 "ng-provenance-activity-cs"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem ng-provenance-activity-cs</b></p><a name=\"ng-provenance-activity-cs\"> </a><a name=\"hcng-provenance-activity-cs\"> </a><p>This case-insensitive code system <code>https://sandbox.dhin-hie.org/ig/CodeSystem/ng-provenance-activity-cs</code> defines the following codes in a Grouped By hierarchy:</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\">ANONY<a name=\"ng-provenance-activity-cs-ANONY\"> </a></td><td>Anonymize</td><td>Activity that removes all personally identifiable information (PII) to prevent re-identification.</td></tr><tr><td style=\"white-space:nowrap\">DEID<a name=\"ng-provenance-activity-cs-DEID\"> </a></td><td>De-identify</td><td>Activity that removes or obfuscates personal identifiers while retaining data usability.</td></tr><tr><td style=\"white-space:nowrap\">MASK<a name=\"ng-provenance-activity-cs-MASK\"> </a></td><td>Mask</td><td>Activity that hides or replaces specific data elements with placeholder values.</td></tr><tr><td style=\"white-space:nowrap\">LABEL<a name=\"ng-provenance-activity-cs-LABEL\"> </a></td><td>Assign Security Label</td><td>Activity that applies confidentiality, sensitivity, or purpose-of-use labels to data.</td></tr><tr><td style=\"white-space:nowrap\">PSEUD<a name=\"ng-provenance-activity-cs-PSEUD\"> </a></td><td>Pseudonymize</td><td>Activity that replaces direct identifiers with pseudonyms that can be re-linked under controlled conditions.</td></tr><tr><td style=\"white-space:nowrap\">CREATE<a name=\"ng-provenance-activity-cs-CREATE\"> </a></td><td>Create</td><td>Activity representing the creation of new data or resource instance.</td></tr><tr><td style=\"white-space:nowrap\">DELETE<a name=\"ng-provenance-activity-cs-DELETE\"> </a></td><td>Delete</td><td>Activity representing deletion or removal of a data record.</td></tr><tr><td style=\"white-space:nowrap\">APPEND<a name=\"ng-provenance-activity-cs-APPEND\"> </a></td><td>Append</td><td>Activity representing addition of new information to an existing resource or record.</td></tr><tr><td style=\"white-space:nowrap\">NULLIFY<a name=\"ng-provenance-activity-cs-NULLIFY\"> </a></td><td>Nullify</td><td>Activity that invalidates or renders data non-usable without deleting the record.</td></tr><tr><td style=\"white-space:nowrap\">LA<a name=\"ng-provenance-activity-cs-LA\"> </a></td><td>Legally Authenticated</td><td>Activity confirming legal authentication of a record (e.g., signed or witnessed by authorized person).</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "https://sandbox.dhin-hie.org/ig/CodeSystem/ng-provenance-activity-cs"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "NgProvenanceActivityCS"] ; #
fhir:title [ fhir:v "NG Provenance Activity Codes"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2025-10-21T10:55:54+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "DHIN"] ; #
fhir:contact ( [
fhir:name [ fhir:v "DHIN" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.dhin-hie.org" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "info@dhin-hie.org" ] ] )
] [
fhir:name [ fhir:v "Digital Health Interoperability Network." ] ;
( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "info@dhin-hie.org" ] ;
fhir:use [ fhir:v "work" ] ] )
] ) ; #
fhir:description [ fhir:v "Local CodeSystem defining provenance activity codes for data lifecycle operations such as anonymization, de-identification, labeling, creation, and deletion, aligned to DHIN 2025 Connectathon artifacts."] ; #
fhir:caseSensitive [ fhir:v false] ; #
fhir:hierarchyMeaning [ fhir:v "grouped-by"] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "10"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "ANONY" ] ;
fhir:display [ fhir:v "Anonymize" ] ;
fhir:definition [ fhir:v "Activity that removes all personally identifiable information (PII) to prevent re-identification." ]
] [
fhir:code [ fhir:v "DEID" ] ;
fhir:display [ fhir:v "De-identify" ] ;
fhir:definition [ fhir:v "Activity that removes or obfuscates personal identifiers while retaining data usability." ]
] [
fhir:code [ fhir:v "MASK" ] ;
fhir:display [ fhir:v "Mask" ] ;
fhir:definition [ fhir:v "Activity that hides or replaces specific data elements with placeholder values." ]
] [
fhir:code [ fhir:v "LABEL" ] ;
fhir:display [ fhir:v "Assign Security Label" ] ;
fhir:definition [ fhir:v "Activity that applies confidentiality, sensitivity, or purpose-of-use labels to data." ]
] [
fhir:code [ fhir:v "PSEUD" ] ;
fhir:display [ fhir:v "Pseudonymize" ] ;
fhir:definition [ fhir:v "Activity that replaces direct identifiers with pseudonyms that can be re-linked under controlled conditions." ]
] [
fhir:code [ fhir:v "CREATE" ] ;
fhir:display [ fhir:v "Create" ] ;
fhir:definition [ fhir:v "Activity representing the creation of new data or resource instance." ]
] [
fhir:code [ fhir:v "DELETE" ] ;
fhir:display [ fhir:v "Delete" ] ;
fhir:definition [ fhir:v "Activity representing deletion or removal of a data record." ]
] [
fhir:code [ fhir:v "APPEND" ] ;
fhir:display [ fhir:v "Append" ] ;
fhir:definition [ fhir:v "Activity representing addition of new information to an existing resource or record." ]
] [
fhir:code [ fhir:v "NULLIFY" ] ;
fhir:display [ fhir:v "Nullify" ] ;
fhir:definition [ fhir:v "Activity that invalidates or renders data non-usable without deleting the record." ]
] [
fhir:code [ fhir:v "LA" ] ;
fhir:display [ fhir:v "Legally Authenticated" ] ;
fhir:definition [ fhir:v "Activity confirming legal authentication of a record (e.g., signed or witnessed by authorized person)." ]
] ) . #
IG © 2025+ DHIN. Package 2025Connectathon#0.1.0 based on FHIR 4.0.1. Generated 2025-10-21
Links: Table of Contents |
QA Report