Kenya eClaims FHIR IG
0.1.0 - ci-build Kenya flag

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

: Admit Source - JSON Representation

Active as of 2025-12-09

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "admit-source-vs",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet admit-source-vs</b></p><a name=\"admit-source-vs\"> </a><a name=\"hcadmit-source-vs\"> </a><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/7.0.0/CodeSystem-admit-source.html\"><code>http://terminology.hl7.org/CodeSystem/admit-source</code></a><span title=\"Version is not explicitly stated, which means it is fixed to 1.0.1, the version found through the package references\"> version &#x1F4E6;1.0.1</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/7.0.0/CodeSystem-admit-source.html#admit-source-hosp-trans\">hosp-trans</a></td><td>Transferred from other hospital</td><td>The Patient has been transferred from another hospital for this encounter.</td></tr><tr><td><a href=\"http://terminology.hl7.org/7.0.0/CodeSystem-admit-source.html#admit-source-emd\">emd</a></td><td>From accident/emergency department</td><td>The patient has been transferred from the emergency department within the hospital. This is typically used in the transition to an inpatient encounter</td></tr><tr><td><a href=\"http://terminology.hl7.org/7.0.0/CodeSystem-admit-source.html#admit-source-outp\">outp</a></td><td>From outpatient department</td><td>The patient has been transferred from an outpatient department within the hospital.</td></tr></table></li></ul></div>"
  },
  "url" : "https://example.com/fhir/ValueSet/admit-source-vs",
  "version" : "0.1.0",
  "name" : "AdmitSourceVS",
  "title" : "Admit Source",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-12-09T10:36:33+00:00",
  "publisher" : "iclKenya",
  "contact" : [
    {
      "name" : "iclKenya",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://example.org/example-publisher"
        }
      ]
    },
    {
      "name" : "eClaims Team Kenya.",
      "telecom" : [
        {
          "system" : "email",
          "value" : "bobsmith@example.org",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "A set of SNOMED CT codes for patient admission sources.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "KE",
          "display" : "Kenya"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/admit-source",
        "concept" : [
          {
            "code" : "hosp-trans",
            "display" : "Transferred from other hospital"
          },
          {
            "code" : "emd",
            "display" : "From accident/emergency department"
          },
          {
            "code" : "outp",
            "display" : "From outpatient department"
          }
        ]
      }
    ]
  }
}