FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/kenyaCountiesVS

Packagefhir.kenyaPSIG
TypeValueSet
IdkenyaCountiesVS
FHIR VersionR4
Sourcehttps://example.org/fhir/https://build.fhir.org/ig/IntelliSOFT-Consulting/Kenya-Patient-Summary-FHIR-IG/ValueSet-kenyaCountiesVS.html
URLhttps://example.org/fhir/ValueSet/kenyaCountiesVS
Version0.1.0
Statusdraft
Date2025-07-15T09:30:53+00:00
NameKHTS1VS
TitleCounties in Kenya
Realmus
Authorityhl7
DescriptionCounties in Kenya

Resources that use this resource

StructureDefinition
patients-countyExtension for Patient's County
patients-sub-countyExtension for Patient's Sub-County
patients-wardExtension for Patient's Ward

Resources that this resource uses

CodeSystem
KHTS.AKHTS.A CodeSystem for Counties in Kenya

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet kenyaCountiesVS


Source

{
  "resourceType": "ValueSet",
  "id": "kenyaCountiesVS",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://example.org/fhir/ValueSet/kenyaCountiesVS",
  "version": "0.1.0",
  "name": "KHTS1VS",
  "title": "Counties in Kenya",
  "status": "draft",
  "experimental": false,
  "date": "2025-07-15T09:30:53+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": "Counties in Kenya",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "KE",
          "display": "Kenya"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "https://example.org/fhir/CodeSystem/KHTS.A",
        "concept": [
          {
            "code": "C-001"
          },
          {
            "code": "C-002"
          },
          {
            "code": "C-003"
          },
          {
            "code": "C-004"
          }
        ]
      }
    ]
  }
}