Amakomaya Nepal FHIR Implementation Guide
2.0.0 - ci-build Nepal

Amakomaya Nepal FHIR Implementation Guide - Local Development build (v2.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Amakomaya Identifier Types - JSON Representation

Active as of 2026-08-21

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "identifier-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem identifier-type</b></p><a name=\"identifier-type\"> </a><a name=\"hcidentifier-type\"> </a><p>This case-sensitive code system <code>https://fhir.amakomaya.com/CodeSystem/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><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">PHONE<a name=\"identifier-type-PHONE\"> </a></td><td>Mobile phone number</td><td>The subscriber's mobile phone number, used as the primary identifier for a person in the Amakomaya platform.</td></tr><tr><td style=\"white-space:nowrap\">HFID<a name=\"identifier-type-HFID\"> </a></td><td>Health facility identifier</td><td>Identifier assigned to a person by the health facility that registered them.</td></tr><tr><td style=\"white-space:nowrap\">KCUID<a name=\"identifier-type-KCUID\"> </a></td><td>Keycloak user identifier</td><td>Identifier of the person's user account in the Amakomaya Keycloak identity provider.</td></tr></table></div>"
  },
  "url" : "https://fhir.amakomaya.com/CodeSystem/identifier-type",
  "version" : "2.0.0",
  "name" : "IdentifierTypeCS",
  "title" : "Amakomaya Identifier Types",
  "status" : "active",
  "date" : "2026-08-21T17:27:40+05:45",
  "publisher" : "Amakomaya Nepal",
  "contact" : [
    {
      "name" : "Amakomaya Nepal",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://amakomaya.com"
        },
        {
          "system" : "email",
          "value" : "info@amakomaya.com"
        }
      ]
    },
    {
      "name" : "RC Poudel",
      "telecom" : [
        {
          "system" : "email",
          "value" : "rcpoudel@amakomaya.com"
        },
        {
          "system" : "email",
          "value" : "rmchndrapdl@gmail.com"
        },
        {
          "system" : "phone",
          "value" : "+977-9851341921"
        }
      ]
    }
  ],
  "description" : "Identifier types used by Amakomaya that have no equivalent in the HL7 v2-0203 identifier type code system.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "NP"
        }
      ]
    }
  ],
  "copyright" : "Used by permission of HL7 International, all rights reserved Creative Commons License",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "PHONE",
      "display" : "Mobile phone number",
      "definition" : "The subscriber's mobile phone number, used as the primary identifier for a person in the Amakomaya platform."
    },
    {
      "code" : "HFID",
      "display" : "Health facility identifier",
      "definition" : "Identifier assigned to a person by the health facility that registered them."
    },
    {
      "code" : "KCUID",
      "display" : "Keycloak user identifier",
      "definition" : "Identifier of the person's user account in the Amakomaya Keycloak identity provider."
    }
  ]
}