DHIN 2025Connectathon FHIR IG
0.2.0 - ci-build
DHIN 2025Connectathon FHIR IG, published by DHIN. This guide is not an authorized publication; it is the continuous build for version 0.2.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 2026-09-17 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/CodeSystem/nigeria-clinical-status> a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "nigeria-clinical-status"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem nigeria-clinical-status</b></p><a name=\"nigeria-clinical-status\"> </a><a name=\"hcnigeria-clinical-status\"> </a><p>This case-insensitive code system <code>https://sandbox.dhin-hie.org/ig/CodeSystem/nigeria-clinical-status</code> defines the following codes:</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\">active<a name=\"nigeria-clinical-status-active\"> </a></td><td>Active</td><td>The clinical condition is currently present, ongoing, or requires active management or monitoring.</td></tr><tr><td style=\"white-space:nowrap\">inactive<a name=\"nigeria-clinical-status-inactive\"> </a></td><td>Inactive</td><td>The clinical condition is no longer present but is not considered resolved; it may recur or requires no current treatment.</td></tr><tr><td style=\"white-space:nowrap\">resolved<a name=\"nigeria-clinical-status-resolved\"> </a></td><td>Resolved</td><td>The clinical condition has completely resolved and is no longer impacting the patient's health or requiring further management.</td></tr><tr><td style=\"white-space:nowrap\">recovered<a name=\"nigeria-clinical-status-recovered\"> </a></td><td>Recovered</td><td>The individual has recovered fully from the adverse event without any long-term effects or sequelae.</td></tr><tr><td style=\"white-space:nowrap\">recovered-with-sequelae<a name=\"nigeria-clinical-status-recovered-with-sequelae\"> </a></td><td>Recovered with sequelae</td><td>The individual has recovered from the adverse event but with lasting effects, complications, or disabilities.</td></tr><tr><td style=\"white-space:nowrap\">death<a name=\"nigeria-clinical-status-death\"> </a></td><td>Death</td><td>The adverse event resulted in the death of the individual.</td></tr></table></div>"
] ;
fhir:CodeSystem.url [ fhir:value "https://sandbox.dhin-hie.org/ig/CodeSystem/nigeria-clinical-status"] ;
fhir:CodeSystem.version [ fhir:value "0.2.0"] ;
fhir:CodeSystem.name [ fhir:value "NGClinicalStatusCS"] ;
fhir:CodeSystem.title [ fhir:value "NG Adverse Event CS"] ;
fhir:CodeSystem.status [ fhir:value "active"] ;
fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
fhir:CodeSystem.date [ fhir:value "2026-09-17T08:02:10+00:00"^^xsd:dateTime] ;
fhir:CodeSystem.publisher [ fhir:value "DHIN"] ;
fhir:CodeSystem.contact [
fhir:index 0 ;
fhir:ContactDetail.name [ fhir:value "DHIN" ] ;
fhir:ContactDetail.telecom [
fhir:index 0 ;
fhir:ContactPoint.system [ fhir:value "url" ] ;
fhir:ContactPoint.value [ fhir:value "https://www.dhin-hie.org" ]
], [
fhir:index 1 ;
fhir:ContactPoint.system [ fhir:value "email" ] ;
fhir:ContactPoint.value [ fhir:value "info@dhin-hie.org" ]
]
], [
fhir:index 1 ;
fhir:ContactDetail.name [ fhir:value "Digital Health Interoperability Network." ] ;
fhir:ContactDetail.telecom [
fhir:index 0 ;
fhir:ContactPoint.system [ fhir:value "email" ] ;
fhir:ContactPoint.value [ fhir:value "info@dhin-hie.org" ] ;
fhir:ContactPoint.use [ fhir:value "work" ]
]
] ;
fhir:CodeSystem.description [ fhir:value "A classification system that represents the current clinical status of an individual who experienced an Adverse Event Following Immunization (AEFI), based on medical observation, investigation, or follow-up assessment."] ;
fhir:CodeSystem.jurisdiction [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ] ;
fhir:Coding.code [ fhir:value "NG" ] ;
fhir:Coding.display [ fhir:value "Nigeria" ]
]
] ;
fhir:CodeSystem.caseSensitive [ fhir:value "false"^^xsd:boolean] ;
fhir:CodeSystem.content [ fhir:value "complete"] ;
fhir:CodeSystem.count [ fhir:value "6"^^xsd:nonNegativeInteger] ;
fhir:CodeSystem.concept [
fhir:index 0 ;
fhir:CodeSystem.concept.code [ fhir:value "active" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Active" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "The clinical condition is currently present, ongoing, or requires active management or monitoring." ]
], [
fhir:index 1 ;
fhir:CodeSystem.concept.code [ fhir:value "inactive" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Inactive" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "The clinical condition is no longer present but is not considered resolved; it may recur or requires no current treatment." ]
], [
fhir:index 2 ;
fhir:CodeSystem.concept.code [ fhir:value "resolved" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Resolved" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "The clinical condition has completely resolved and is no longer impacting the patient's health or requiring further management." ]
], [
fhir:index 3 ;
fhir:CodeSystem.concept.code [ fhir:value "recovered" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Recovered" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "The individual has recovered fully from the adverse event without any long-term effects or sequelae." ]
], [
fhir:index 4 ;
fhir:CodeSystem.concept.code [ fhir:value "recovered-with-sequelae" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Recovered with sequelae" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "The individual has recovered from the adverse event but with lasting effects, complications, or disabilities." ]
], [
fhir:index 5 ;
fhir:CodeSystem.concept.code [ fhir:value "death" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Death" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "The adverse event resulted in the death of the individual." ]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/CodeSystem/nigeria-clinical-status.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/CodeSystem/nigeria-clinical-status.ttl> .
IG © 2025+ DHIN. Package org.dhin-hie.sandbox#0.2.0 based on FHIR 4.0.1. Generated 2026-09-17
Links: Table of Contents |
QA Report