| Package | ng.gov.nphcda.immunization |
| Resource Type | CodeSystem |
| Id | nigeria-hiv-status |
| FHIR Version | R4 |
| Source | http://nphcda.gov.ng/ig/immunization/https://build.fhir.org/ig/Nigeria-FHIR-Community/ImmunizationIG/CodeSystem-nigeria-hiv-status.html |
| URL | http://nphcda.gov.ng/ig/immunization/CodeSystem/nigeria-hiv-status |
| Version | 1.0.0 |
| Status | active |
| Date | 2025-08-04T10:06:52+00:00 |
| Name | NGHivStatusCS |
| Title | NG-Imm Client HIV status CS |
| Description | This CodeSystem defines list of options for HIV status of a Client |
| Content | complete |
| ValueSet | |
| nigeria-hiv-status | NG-Imm Client HIV Status VS |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem nigeria-hiv-status
This case-sensitive code system http://nphcda.gov.ng/ig/immunization/CodeSystem/nigeria-hiv-status defines the following codes in a Is-A hierarchy:
| Code | Display | Definition |
| positive | Positive | The Client is HIV positive |
| negative | Negative | The Client is HIV Negative |
| unknown | Unknown | The Client does not know their HIV status |
{
"resourceType": "CodeSystem",
"id": "nigeria-hiv-status",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://nphcda.gov.ng/ig/immunization/CodeSystem/nigeria-hiv-status",
"version": "1.0.0",
"name": "NGHivStatusCS",
"title": "NG-Imm Client HIV status CS",
"status": "active",
"date": "2025-08-04T10:06:52+00:00",
"publisher": "https://nphcda.gov.ng",
"contact": [
{
"name": "https://nphcda.gov.ng",
"telecom": [
{
"system": "url",
"value": "https://nphcda.gov.ng"
},
{
"system": "email",
"value": "kasim.sani@nphcda.gov.ng"
}
]
},
{
"name": "Nigeria Primary Healthcare Development Agency.",
"telecom": [
{
"system": "email",
"value": "ig@nphcda.gov.ng",
"use": "work"
}
]
}
],
"description": "This CodeSystem defines list of options for HIV status of a Client",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "NG",
"display": "Nigeria"
}
]
}
],
"caseSensitive": true,
"hierarchyMeaning": "is-a",
"content": "complete",
"count": 3,
"concept": [
{
"code": "positive",
"display": "Positive",
"definition": "The Client is HIV positive"
},
{
"code": "negative",
"display": "Negative",
"definition": "The Client is HIV Negative"
},
{
"code": "unknown",
"display": "Unknown",
"definition": "The Client does not know their HIV status"
}
]
}