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

: Body Site - JSON Representation

Active as of 2025-12-09

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "body-site-vs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet body-site-vs</b></p><a name=\"body-site-vs\"> </a><a name=\"hcbody-site-vs\"> </a><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/344001\">344001</a></td><td>Ankle</td></tr><tr><td><a href=\"http://snomed.info/id/774007\">774007</a></td><td>Head and neck</td></tr><tr><td><a href=\"http://snomed.info/id/5665001\">5665001</a></td><td>Retina</td></tr></table></li></ul></div>"
  },
  "url" : "https://example.com/fhir/ValueSet/body-site-vs",
  "version" : "0.1.0",
  "name" : "BodySiteVS",
  "title" : "Body Site",
  "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 body sites.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "KE",
          "display" : "Kenya"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "344001",
            "display" : "Ankle"
          },
          {
            "code" : "774007",
            "display" : "Head and neck"
          },
          {
            "code" : "5665001",
            "display" : "Retina"
          }
        ]
      }
    ]
  }
}