0.1.0 - ci-build

kenyaClaimsIG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: KNHTS.CLMSTPS CodeSystem for claim types - JSON Representation

Draft as of 2024-09-06

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "KNHTS.CLMSTYPS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem KNHTS.CLMSTYPS</b></p><a name=\"KNHTS.CLMSTYPS\"> </a><a name=\"hcKNHTS.CLMSTYPS\"> </a><a name=\"KNHTS.CLMSTYPS-en-US\"> </a><p>This case-insensitive code system <code>https://shr.tiberbuapps.com/fhir/CodeSystem/KNHTS.CLMSTYPS</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\">CLMTPS01<a name=\"KNHTS.CLMSTYPS-CLMTPS01\"> </a></td><td>OUTPATIENT</td><td>Claim for outpatient services.</td></tr><tr><td style=\"white-space:nowrap\">CLMTPS02<a name=\"KNHTS.CLMSTYPS-CLMTPS02\"> </a></td><td>INPATIENT</td><td>Claim for in-patient services.</td></tr><tr><td style=\"white-space:nowrap\">CLMTPS03<a name=\"KNHTS.CLMSTYPS-CLMTPS03\"> </a></td><td>DAY_CASE</td><td>Claim for day case services e.g. day surgery.</td></tr></table></div>"
  },
  "url" : "https://shr.tiberbuapps.com/fhir/CodeSystem/KNHTS.CLMSTYPS",
  "version" : "0.1.0",
  "name" : "KNHTS_CLMS_TYPS",
  "title" : "KNHTS.CLMSTPS CodeSystem for claim types",
  "status" : "draft",
  "experimental" : false,
  "date" : "2024-09-06T09:59:02+00:00",
  "publisher" : "intellisoftkenya",
  "contact" : [
    {
      "name" : "intellisoftkenya",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://example.org/example-publisher"
        }
      ]
    }
  ],
  "description" : "CodeSystem for KNHTS Claim types",
  "caseSensitive" : false,
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "CLMTPS01",
      "display" : "OUTPATIENT",
      "definition" : "Claim for outpatient services."
    },
    {
      "code" : "CLMTPS02",
      "display" : "INPATIENT",
      "definition" : "Claim for in-patient services."
    },
    {
      "code" : "CLMTPS03",
      "display" : "DAY_CASE",
      "definition" : "Claim for day case services e.g. day surgery."
    }
  ]
}