Patsientide üldandmete teenus / Master Patient Index
1.0.0 - ballot Estonia flag

Patsientide üldandmete teenus / Master Patient Index - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Category of Incapacity For Work - JSON Representation

Draft as of 2024-07-15

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "incapacity-for-work-category",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem incapacity-for-work-category</b></p><a name=\"incapacity-for-work-category\"> </a><a name=\"hcincapacity-for-work-category\"> </a><a name=\"incapacity-for-work-category-en-US\"> </a><p>This case-insensitive code system <code>https://fhir.ee/CodeSystem/incapacity-for-work-category</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>Estonian (et)</b></td></tr><tr><td style=\"white-space:nowrap\">puudub<a name=\"incapacity-for-work-category-puudub\"> </a></td><td>Puuduv töövõime</td><td>Puuduv töövõime</td></tr><tr><td style=\"white-space:nowrap\">osaline<a name=\"incapacity-for-work-category-osaline\"> </a></td><td>Osaline töövõime</td><td>Osaline töövõime</td></tr><tr><td style=\"white-space:nowrap\">taielik<a name=\"incapacity-for-work-category-taielik\"> </a></td><td>Töövõime ei ole vähenenud</td><td>Töövõime ei ole vähenenud</td></tr></table></div>"
  },
  "url" : "https://fhir.ee/CodeSystem/incapacity-for-work-category",
  "version" : "1.0.0",
  "name" : "EEMPIIncapacityForWorkCategory",
  "title" : "Category of Incapacity For Work",
  "status" : "draft",
  "experimental" : false,
  "date" : "2024-07-15T22:18:37+03:00",
  "publisher" : "TEHIK",
  "contact" : [
    {
      "name" : "TEHIK",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://tehik.ee"
        }
      ]
    }
  ],
  "description" : "Töövõimetuse määr",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "EE",
          "display" : "Estonia"
        }
      ]
    }
  ],
  "caseSensitive" : false,
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "puudub",
      "display" : "Puuduv töövõime",
      "designation" : [
        {
          "language" : "et",
          "value" : "Puuduv töövõime"
        }
      ]
    },
    {
      "code" : "osaline",
      "display" : "Osaline töövõime",
      "designation" : [
        {
          "language" : "et",
          "value" : "Osaline töövõime"
        }
      ]
    },
    {
      "code" : "taielik",
      "display" : "Töövõime ei ole vähenenud",
      "designation" : [
        {
          "language" : "et",
          "value" : "Töövõime ei ole vähenenud"
        }
      ]
    }
  ]
}