NPHCDA Immunization FHIR IG
0.7.0 - ci-build Nigeria flag

NPHCDA Immunization FHIR IG, published by https://nphcda.gov.ng. This guide is not an authorized publication; it is the continuous build for version 0.7.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/NPHCDA-ImmunizationIG/ and changes regularly. See the Directory of published versions

: IMMZ.C.DE1 Client Identifier CS - TTL Representation

Active as of 2025-09-26

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "patient-identifier-cs"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem patient-identifier-cs</b></p><a name=\"patient-identifier-cs\"> </a><a name=\"hcpatient-identifier-cs\"> </a><p>This case-insensitive code system <code>http://nphcda.gov.ng/ig/immunization/CodeSystem/patient-identifier-cs</code> defines the following codes in a Is-A hierarchy:</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\">MRN<a name=\"patient-identifier-cs-MRN\"> </a></td><td>mrn</td><td>Medical Record Number</td></tr><tr><td style=\"white-space:nowrap\">NIN<a name=\"patient-identifier-cs-NIN\"> </a></td><td>nin</td><td>National Identity Number</td></tr><tr><td style=\"white-space:nowrap\">MOBILE<a name=\"patient-identifier-cs-MOBILE\"> </a></td><td>mobile</td><td>Phone Number</td></tr><tr><td style=\"white-space:nowrap\">INSUR<a name=\"patient-identifier-cs-INSUR\"> </a></td><td>insurance no</td><td>Insurance or HMO number</td></tr><tr><td style=\"white-space:nowrap\">BIRTHCERT<a name=\"patient-identifier-cs-BIRTHCERT\"> </a></td><td>birthcert</td><td>Birth certificate number</td></tr><tr><td style=\"white-space:nowrap\">IMMNO<a name=\"patient-identifier-cs-IMMNO\"> </a></td><td>immunizationo</td><td>Immunization Number</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://nphcda.gov.ng/ig/immunization/CodeSystem/patient-identifier-cs"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.7.0"] ; # 
  fhir:name [ fhir:v "NGIdentifierCS"] ; # 
  fhir:title [ fhir:v "IMMZ.C.DE1 Client Identifier CS"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-09-26T08:59:42+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "https://nphcda.gov.ng"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "https://nphcda.gov.ng" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://nphcda.gov.ng" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "kasim.sani@nphcda.gov.ng" ]     ] )
  ] [
fhir:name [ fhir:v "Nigeria Primary Healthcare Development Agency." ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "kasim.sani@nphcda.gov.ng" ] ;
fhir:use [ fhir:v "work" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This CodeSystem defines list of options for uniquely Identifting a Client"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NG" ] ;
fhir:display [ fhir:v "Nigeria" ]     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v false] ; # 
  fhir:hierarchyMeaning [ fhir:v "is-a"] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "6"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "MRN" ] ;
fhir:display [ fhir:v "mrn" ] ;
fhir:definition [ fhir:v "Medical Record Number" ]
  ] [
fhir:code [ fhir:v "NIN" ] ;
fhir:display [ fhir:v "nin" ] ;
fhir:definition [ fhir:v "National Identity Number" ]
  ] [
fhir:code [ fhir:v "MOBILE" ] ;
fhir:display [ fhir:v "mobile" ] ;
fhir:definition [ fhir:v "Phone Number" ]
  ] [
fhir:code [ fhir:v "INSUR" ] ;
fhir:display [ fhir:v "insurance no" ] ;
fhir:definition [ fhir:v "Insurance or HMO number" ]
  ] [
fhir:code [ fhir:v "BIRTHCERT" ] ;
fhir:display [ fhir:v "birthcert" ] ;
fhir:definition [ fhir:v "Birth certificate number" ]
  ] [
fhir:code [ fhir:v "IMMNO" ] ;
fhir:display [ fhir:v "immunizationo" ] ;
fhir:definition [ fhir:v "Immunization Number" ]
  ] ) . #