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

: CodeSystem for Employment Type - JSON Representation

Draft as of 2024-09-06

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "KNHTS.EMPLOYMENTTYPE",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem KNHTS.EMPLOYMENTTYPE</b></p><a name=\"KNHTS.EMPLOYMENTTYPE\"> </a><a name=\"hcKNHTS.EMPLOYMENTTYPE\"> </a><a name=\"KNHTS.EMPLOYMENTTYPE-en-US\"> </a><p>This case-insensitive code system <code>https://shr.tiberbuapps.com/fhir/CodeSystem/KNHTS.EMPLOYMENTTYPE</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\">employed<a name=\"KNHTS.EMPLOYMENTTYPE-employed\"> </a></td><td>Employed</td><td>Employed</td></tr><tr><td style=\"white-space:nowrap\">selfEmployed<a name=\"KNHTS.EMPLOYMENTTYPE-selfEmployed\"> </a></td><td>Self Employed</td><td>self Employed</td></tr><tr><td style=\"white-space:nowrap\">sponsored<a name=\"KNHTS.EMPLOYMENTTYPE-sponsored\"> </a></td><td>Sponsored</td><td>Sponsored</td></tr><tr><td style=\"white-space:nowrap\">organizingGroups<a name=\"KNHTS.EMPLOYMENTTYPE-organizingGroups\"> </a></td><td>Organizing Groups</td><td>Organizing Groups</td></tr></table></div>"
  },
  "url" : "https://shr.tiberbuapps.com/fhir/CodeSystem/KNHTS.EMPLOYMENTTYPE",
  "version" : "0.1.0",
  "name" : "EMPLOYMENTTYPE",
  "title" : "CodeSystem for Employment Type",
  "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 Employment Type",
  "caseSensitive" : false,
  "content" : "complete",
  "count" : 4,
  "concept" : [
    {
      "code" : "employed",
      "display" : "Employed",
      "definition" : "Employed"
    },
    {
      "code" : "selfEmployed",
      "display" : "Self Employed",
      "definition" : "self Employed"
    },
    {
      "code" : "sponsored",
      "display" : "Sponsored",
      "definition" : "Sponsored"
    },
    {
      "code" : "organizingGroups",
      "display" : "Organizing Groups",
      "definition" : "Organizing Groups"
    }
  ]
}