LK NEHR Sri Lanka Patient Summary (IPS based) Implementation Guide
0.1.0 - STU1 Sri Lanka flag

LK NEHR Sri Lanka Patient Summary (IPS based) Implementation Guide, published by Ministry of Health, Sri Lanka. 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/lk-gov-health-hiu/lk-nehr-fhir-ips/ and changes regularly. See the Directory of published versions

: Patient Business Identifier Types - JSON Representation

Active as of 2024-09-10

Raw json | Download


{
  "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><a name=\"cs-identifier-types-en-US\"> </a><p>This case-sensitive code system <code>http://fhir.health.gov.lk/ips/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><tr><td style=\"white-space:nowrap\">PLOC<a name=\"cs-identifier-types-PLOC\"> </a></td><td>Provider Location</td><td>Needs definition</td></tr></table></div>"
  },
  "url" : "http://fhir.health.gov.lk/ips/CodeSystem/cs-identifier-types",
  "version" : "0.1.0",
  "name" : "CSIdentifierTypes",
  "title" : "Patient Business Identifier Types",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-09-10T11:02:03+00:00",
  "publisher" : "Ministry of Health, Sri Lanka",
  "contact" : [
    {
      "name" : "Ministry of Health, Sri Lanka",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.health.gov.lk/"
        },
        {
          "system" : "email",
          "value" : "digitalhealth@health.gov.lk"
        }
      ]
    },
    {
      "name" : "Director, Health Information",
      "telecom" : [
        {
          "system" : "email",
          "value" : "digitalhealth@health.gov.lk",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Patient Business Identifier Types",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "LK",
          "display" : "Sri Lanka"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 4,
  "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"
    },
    {
      "code" : "PLOC",
      "display" : "Provider Location",
      "definition" : "Needs definition"
    }
  ]
}