DHIN 2025Connectathon FHIR IG
0.1.0 - draft

DHIN 2025Connectathon FHIR IG, published by DHIN. This guide is not an authorized publication; it is the continuous build for version 0.1.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/2025Connectathon/ and changes regularly. See the Directory of published versions

: NG Client Identifier CS - JSON Representation

Active as of 2025-10-02

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "patient-identifier-cs",
  "text" : {
    "status" : "generated",
    "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>https://sandbox.dhin-hie.org/ig/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>"
  },
  "url" : "https://sandbox.dhin-hie.org/ig/CodeSystem/patient-identifier-cs",
  "version" : "0.1.0",
  "name" : "NGIdentifierCS",
  "title" : "NG Client Identifier CS",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-10-02T06:43:53+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",
  "caseSensitive" : false,
  "hierarchyMeaning" : "is-a",
  "content" : "complete",
  "count" : 6,
  "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"
    }
  ]
}