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

FHIR IG analytics

Packageorg.dhin-hie.sandbox
Resource TypeCodeSystem
IdCodeSystem-patient-identifier-cs.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/Nigeria-FHIR-Community/2025Connectathon/CodeSystem-patient-identifier-cs.html
URLhttps://sandbox.dhin-hie.org/ig/CodeSystem/patient-identifier-cs
Version0.2.0
Statusactive
Date2025-11-25T07:48:54+00:00
NameNGPatientIdentifierTypeCS
TitleNG Patient Identifier Type CS
DescriptionThis CodeSystem defines list of options for uniquely Identifting a Client
Contentcomplete

Resources that use this resource

ValueSet
patient-identifier-vsNG Client Identifier VS

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem patient-identifier-cs

This case-insensitive code system https://sandbox.dhin-hie.org/ig/CodeSystem/patient-identifier-cs defines the following codes in a Is-A hierarchy:

CodeDisplayDefinition
MRN mrnMedical Record Number
NIN ninNational Identity Number
MOBILE mobilePhone Number
INSUR insurance noInsurance or HMO number
BIRTHCERT birthcertBirth certificate number
IMMNO immunizationoImmunization Number
PSEUDONYM Pseudonymized IdentifierPseudonymized patient data

Source1

{
  "resourceType": "CodeSystem",
  "id": "patient-identifier-cs",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://sandbox.dhin-hie.org/ig/CodeSystem/patient-identifier-cs",
  "version": "0.2.0",
  "name": "NGPatientIdentifierTypeCS",
  "title": "NG Patient Identifier Type 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 defines list of options for uniquely Identifting a Client",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "NG",
          "display": "Nigeria"
        }
      ]
    }
  ],
  "caseSensitive": false,
  "hierarchyMeaning": "is-a",
  "content": "complete",
  "count": 7,
  "concept": [
    {
      "code": "MRN",
      "display": "mrn",
      "definition": "Medical Record Number"
    },
    {
      "code": "NIN",
      "display": "nin",
      "definition": "National Identity Number"
    },
    {
      "code": "MOBILE",
      "display": "mobile",
      "definition": "Phone Number"
    },
    {
      "code": "INSUR",
      "display": "insurance no",
      "definition": "Insurance or HMO number"
    },
    {
      "code": "BIRTHCERT",
      "display": "birthcert",
      "definition": "Birth certificate number"
    },
    {
      "code": "IMMNO",
      "display": "immunizationo",
      "definition": "Immunization Number"
    },
    {
      "code": "PSEUDONYM",
      "display": "Pseudonymized Identifier",
      "definition": "Pseudonymized patient data"
    }
  ]
}