FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/neir-clinical-status

Packagefhir.nigeriaImmunization
Resource TypeCodeSystem
Idneir-clinical-status
FHIR VersionR4
Sourcehttp://nhin.example.ng/https://build.fhir.org/ig/IntelliSOFT-Consulting/Nigeria-Immunization-FHIR-IG/CodeSystem-neir-clinical-status.html
URLhttp://nhin.example.ng/CodeSystem/neir-clinical-status
Version0.1.0
Statusactive
Date2025-08-11T12:02:23+00:00
NameNEIRClinicalStatusCS
TitleNEIR CodeSystem for Clinical Status
Realmus
Authorityhl7
DescriptionCodeSystem for NEIR clinical status
Contentcomplete

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem neir-clinical-status

This case-sensitive code system http://nhin.example.ng/CodeSystem/neir-clinical-status defines the following codes:

CodeDisplay
active Active
inactive Inactive
resolved Resolved

Source

{
  "resourceType": "CodeSystem",
  "id": "neir-clinical-status",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://nhin.example.ng/CodeSystem/neir-clinical-status",
  "version": "0.1.0",
  "name": "NEIRClinicalStatusCS",
  "title": "NEIR CodeSystem for Clinical Status",
  "status": "active",
  "experimental": false,
  "date": "2025-08-11T12:02:23+00:00",
  "publisher": "intellisoftkenya.com",
  "contact": [
    {
      "name": "intellisoftkenya.com",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.intellisoftkenya.com/"
        }
      ]
    },
    {
      "name": "IntelliSOFT Consulting Kenya.",
      "telecom": [
        {
          "system": "email",
          "value": "info@intellisoftkenya.com",
          "use": "work"
        }
      ]
    }
  ],
  "description": "CodeSystem for NEIR clinical status",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "NG",
          "display": "Nigeria"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "count": 3,
  "concept": [
    {
      "code": "active",
      "display": "Active"
    },
    {
      "code": "inactive",
      "display": "Inactive"
    },
    {
      "code": "resolved",
      "display": "Resolved"
    }
  ]
}