Bangladesh Core FHIR Implementation Guide
0.2.0 - Published by MoHFW Bangladesh flag

Bangladesh Core FHIR Implementation Guide - Published by Ministry of Health and Family Welfare. See the Directory of published versions

: Bangladesh Identifier Types - JSON Representation

Page standards status: Informative Maturity Level: 1

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "bd-identifier-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><div xml:lang=\"en\" lang=\"en\"><hr/><p><b>English</b></p><hr/><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem bd-identifier-type</b></p><a name=\"bd-identifier-type\"> </a><a name=\"hcbd-identifier-type\"> </a><p>This case-sensitive code system <code>https://fhir.dghs.gov.bd/core/CodeSystem/bd-identifier-type</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">NID<a name=\"bd-identifier-type-NID\"> </a></td><td>National ID</td></tr><tr><td style=\"white-space:nowrap\">BRN<a name=\"bd-identifier-type-BRN\"> </a></td><td>Birth Registration Number</td></tr><tr><td style=\"white-space:nowrap\">UHID<a name=\"bd-identifier-type-UHID\"> </a></td><td>Unique Health ID</td></tr></table></div><div xml:lang=\"de\" lang=\"de\"><hr/><p><b>German</b></p><hr/><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem bd-identifier-type</b></p><a name=\"de-bd-identifier-type\"> </a><a name=\"de-hcbd-identifier-type\"> </a><p>This case-sensitive code system <code>https://fhir.dghs.gov.bd/core/CodeSystem/bd-identifier-type</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">NID<a name=\"de-bd-identifier-type-NID\"> </a></td><td>National ID</td></tr><tr><td style=\"white-space:nowrap\">BRN<a name=\"de-bd-identifier-type-BRN\"> </a></td><td>Birth Registration Number</td></tr><tr><td style=\"white-space:nowrap\">UHID<a name=\"de-bd-identifier-type-UHID\"> </a></td><td>Unique Health ID</td></tr></table></div><div xml:lang=\"fr\" lang=\"fr\"><hr/><p><b>French</b></p><hr/><p class=\"res-header-id\"><b>Narratif généré : CodeSystem bd-identifier-type</b></p><a name=\"fr-bd-identifier-type\"> </a><a name=\"fr-hcbd-identifier-type\"> </a><p>This case-sensitive code system <code>https://fhir.dghs.gov.bd/core/CodeSystem/bd-identifier-type</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">NID<a name=\"fr-bd-identifier-type-NID\"> </a></td><td>National ID</td></tr><tr><td style=\"white-space:nowrap\">BRN<a name=\"fr-bd-identifier-type-BRN\"> </a></td><td>Birth Registration Number</td></tr><tr><td style=\"white-space:nowrap\">UHID<a name=\"fr-bd-identifier-type-UHID\"> </a></td><td>Unique Health ID</td></tr></table></div></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 1,
      "_valueInteger" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical" : "https://fhir.dghs.gov.bd/core/ImplementationGuide/bd.fhir.core"
          }
        ]
      }
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "informative",
      "_valueCode" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical" : "https://fhir.dghs.gov.bd/core/ImplementationGuide/bd.fhir.core"
          }
        ]
      }
    }
  ],
  "url" : "https://fhir.dghs.gov.bd/core/CodeSystem/bd-identifier-type",
  "version" : "0.2.0",
  "name" : "BangladeshIdentifierType",
  "title" : "Bangladesh Identifier Types",
  "status" : "draft",
  "experimental" : false,
  "date" : "2025-10-06T15:46:52+00:00",
  "publisher" : "Directorate General of Health Services (DGHS), Bangladesh",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://dghs.gov.bd"
        }
      ]
    }
  ],
  "description" : "Codes identifying the type of identifiers used in Bangladesh.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "050"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "NID",
      "display" : "National ID"
    },
    {
      "code" : "BRN",
      "display" : "Birth Registration Number"
    },
    {
      "code" : "UHID",
      "display" : "Unique Health ID"
    }
  ]
}