FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageorg.dhin-hie.sandbox
Resource TypeCodeSystem
IdCodeSystem-nigeria-hiv-status.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/Nigeria-FHIR-Community/2025Connectathon/CodeSystem-nigeria-hiv-status.html
URLhttps://sandbox.dhin-hie.org/ig/CodeSystem/nigeria-hiv-status
Version0.2.0
Statusactive
Date2025-11-25T07:48:54+00:00
NameNGHivStatusCS
TitleNG Client HIV status CS
DescriptionThis CodeSystem IMMZ.C.DE31 defines list of options for HIV status of a Client
Contentcomplete

Resources that use this resource

ValueSet
nigeria-hiv-statusNG Client HIV Status VS

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem nigeria-hiv-status

This case-sensitive code system https://sandbox.dhin-hie.org/ig/CodeSystem/nigeria-hiv-status defines the following codes:

CodeDisplayDefinition
positive PositiveThe Client is HIV positive
negative NegativeThe Client is HIV Negative
unknown UnknownThe Client does not know their HIV status

Source1

{
  "resourceType": "CodeSystem",
  "id": "nigeria-hiv-status",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://sandbox.dhin-hie.org/ig/CodeSystem/nigeria-hiv-status",
  "version": "0.2.0",
  "name": "NGHivStatusCS",
  "title": "NG Client HIV status CS",
  "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": "This CodeSystem IMMZ.C.DE31 defines list of options for HIV status of a Client",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "NG",
          "display": "Nigeria"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "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"
    }
  ]
}