Client Registry Implementation Guide
0.1.0 - ci-build
Client Registry Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
| Draft as of 2025-10-23 |
{
"resourceType" : "CodeSystem",
"id" : "cs-identifier-types",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem cs-identifier-types</b></p><a name=\"cs-identifier-types\"> </a><a name=\"hccs-identifier-types\"> </a><p>This case-sensitive code system <code>http://ig.hiu.lk/fhir/clientregistry/CodeSystem/cs-identifier-types</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\">SCN<a name=\"cs-identifier-types-SCN\"> </a></td><td>Senior Citizen Number</td><td>Needs definition</td></tr><tr><td style=\"white-space:nowrap\">PHN<a name=\"cs-identifier-types-PHN\"> </a></td><td>Personal Health Number</td><td>Needs definition</td></tr><tr><td style=\"white-space:nowrap\">NIC<a name=\"cs-identifier-types-NIC\"> </a></td><td>National Identity Card</td><td>Needs definition</td></tr></table></div>"
},
"url" : "http://ig.hiu.lk/fhir/clientregistry/CodeSystem/cs-identifier-types",
"version" : "0.1.0",
"name" : "CSIdentifierTypes",
"title" : "Patient Business Identifier Types",
"status" : "draft",
"date" : "2025-10-23T17:43:42+00:00",
"publisher" : "Sir Lanka Ministry of Health",
"contact" : [
{
"name" : "Sir Lanka Ministry of Health",
"telecom" : [
{
"system" : "url",
"value" : "https://www.health.gov.lk"
}
]
}
],
"description" : "Patient Business Identifier Types",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "LKA",
"display" : "Sri Lanka"
}
]
}
],
"caseSensitive" : true,
"content" : "complete",
"count" : 3,
"concept" : [
{
"code" : "SCN",
"display" : "Senior Citizen Number",
"definition" : "Needs definition"
},
{
"code" : "PHN",
"display" : "Personal Health Number",
"definition" : "Needs definition"
},
{
"code" : "NIC",
"display" : "National Identity Card",
"definition" : "Needs definition"
}
]
}