Kenya Patient Summary FHIR IG
0.1.0 - ci-build Kenya flag

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

: Authorization Status - JSON Representation

Draft as of 2026-02-19

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "authorization-status",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem authorization-status</b></p><a name=\"authorization-status\"> </a><a name=\"hcauthorization-status\"> </a><p>This  code system <code>https://example.org/fhir/CodeSystem/authorization-status</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">AUTHORIZED<a name=\"authorization-status-AUTHORIZED\"> </a></td><td>Authorized</td></tr><tr><td style=\"white-space:nowrap\">EXPIRED<a name=\"authorization-status-EXPIRED\"> </a></td><td>Expired</td></tr><tr><td style=\"white-space:nowrap\">PENDING<a name=\"authorization-status-PENDING\"> </a></td><td>Pending</td></tr><tr><td style=\"white-space:nowrap\">AUTHORIZED_PENDING_VISIT<a name=\"authorization-status-AUTHORIZED_PENDING_VISIT\"> </a></td><td>Authorized pending visit</td></tr><tr><td style=\"white-space:nowrap\">AUTHORIZED_MULTISESSION<a name=\"authorization-status-AUTHORIZED_MULTISESSION\"> </a></td><td>Authorized multisession</td></tr><tr><td style=\"white-space:nowrap\">EMERGENCY_AUTHORIZED<a name=\"authorization-status-EMERGENCY_AUTHORIZED\"> </a></td><td>Emergency authorized</td></tr><tr><td style=\"white-space:nowrap\">REJECTED<a name=\"authorization-status-REJECTED\"> </a></td><td>Rejected</td></tr><tr><td style=\"white-space:nowrap\">CLOSED<a name=\"authorization-status-CLOSED\"> </a></td><td>Closed</td></tr><tr><td style=\"white-space:nowrap\">SUBMITTED_CLAIM<a name=\"authorization-status-SUBMITTED_CLAIM\"> </a></td><td>Submitted claim</td></tr></table></div>"
  },
  "url" : "https://example.org/fhir/CodeSystem/authorization-status",
  "version" : "0.1.0",
  "name" : "AuthorizationStatus",
  "title" : "Authorization Status",
  "status" : "draft",
  "date" : "2026-02-19T09:10:16+00:00",
  "publisher" : "IntelliSOFT Consulting",
  "contact" : [
    {
      "name" : "IntelliSOFT Consulting",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://.com/fhir/example-publisher"
        }
      ]
    },
    {
      "name" : "KPS Team Kenya.",
      "telecom" : [
        {
          "system" : "email",
          "value" : "info@example.com",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Locally defined status values for authorization workflows",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "KE",
          "display" : "Kenya"
        }
      ]
    }
  ],
  "content" : "complete",
  "count" : 9,
  "concept" : [
    {
      "code" : "AUTHORIZED",
      "display" : "Authorized"
    },
    {
      "code" : "EXPIRED",
      "display" : "Expired"
    },
    {
      "code" : "PENDING",
      "display" : "Pending"
    },
    {
      "code" : "AUTHORIZED_PENDING_VISIT",
      "display" : "Authorized pending visit"
    },
    {
      "code" : "AUTHORIZED_MULTISESSION",
      "display" : "Authorized multisession"
    },
    {
      "code" : "EMERGENCY_AUTHORIZED",
      "display" : "Emergency authorized"
    },
    {
      "code" : "REJECTED",
      "display" : "Rejected"
    },
    {
      "code" : "CLOSED",
      "display" : "Closed"
    },
    {
      "code" : "SUBMITTED_CLAIM",
      "display" : "Submitted claim"
    }
  ]
}