FHIR IG analytics| Package | org.dhin-hie.sandbox |
| Resource Type | CodeSystem |
| Id | CodeSystem-ng-provenance-activity-cs.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/Nigeria-FHIR-Community/2025Connectathon/CodeSystem-ng-provenance-activity-cs.html |
| URL | https://sandbox.dhin-hie.org/ig/CodeSystem/ng-provenance-activity-cs |
| Version | 0.2.0 |
| Status | active |
| Date | 2025-11-25T07:48:54+00:00 |
| Name | NgProvenanceActivityCS |
| Title | NG Provenance Activity Codes |
| Description | 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. |
| Content | complete |
| ValueSet | |
| ng-provenance-activity-vs | NG Provenance Activity Codes |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem ng-provenance-activity-cs
This case-insensitive code system https://sandbox.dhin-hie.org/ig/CodeSystem/ng-provenance-activity-cs defines the following codes in a Grouped By hierarchy:
{
"resourceType": "CodeSystem",
"id": "ng-provenance-activity-cs",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://sandbox.dhin-hie.org/ig/CodeSystem/ng-provenance-activity-cs",
"version": "0.2.0",
"name": "NgProvenanceActivityCS",
"title": "NG Provenance Activity Codes",
"status": "active",
"experimental": false,
"date": "2025-11-25T07:48:54+00:00",
"publisher": "DHIN",
"contact": [
{
"name": "DHIN",
"telecom": [
{
"system": "url",
"value": "https://www.dhin-hie.org"
},
{
"system": "email",
"value": "info@dhin-hie.org"
}
]
},
{
"name": "Digital Health Interoperability Network.",
"telecom": [
{
"system": "email",
"value": "info@dhin-hie.org",
"use": "work"
}
]
}
],
"description": "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.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "NG",
"display": "Nigeria"
}
]
}
],
"caseSensitive": false,
"hierarchyMeaning": "grouped-by",
"content": "complete",
"count": 10,
"concept": [
{
"code": "ANONY",
"display": "Anonymize",
"definition": "Activity that removes all personally identifiable information (PII) to prevent re-identification."
},
{
"code": "DEID",
"display": "De-identify",
"definition": "Activity that removes or obfuscates personal identifiers while retaining data usability."
},
{
"code": "MASK",
"display": "Mask",
"definition": "Activity that hides or replaces specific data elements with placeholder values."
},
{
"code": "LABEL",
"display": "Assign Security Label",
"definition": "Activity that applies confidentiality, sensitivity, or purpose-of-use labels to data."
},
{
"code": "PSEUD",
"display": "Pseudonymize",
"definition": "Activity that replaces direct identifiers with pseudonyms that can be re-linked under controlled conditions."
},
{
"code": "CREATE",
"display": "Create",
"definition": "Activity representing the creation of new data or resource instance."
},
{
"code": "DELETE",
"display": "Delete",
"definition": "Activity representing deletion or removal of a data record."
},
{
"code": "APPEND",
"display": "Append",
"definition": "Activity representing addition of new information to an existing resource or record."
},
{
"code": "NULLIFY",
"display": "Nullify",
"definition": "Activity that invalidates or renders data non-usable without deleting the record."
},
{
"code": "LA",
"display": "Legally Authenticated",
"definition": "Activity confirming legal authentication of a record (e.g., signed or witnessed by authorized person)."
}
]
}