FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.kisumuhie
Resource TypeCodeSystem
IdCodeSystem-encounter-servicetype-cs.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/IntelliSOFT-Consulting/Kisumu-County-HIE-FHIR-IG/CodeSystem-encounter-servicetype-cs.html
URLhttp://fhir.kisumuhealth.co.ke/CodeSystem/encounter-servicetype-cs
Version0.1.0
Statusdraft
Date2026-06-16T20:08:11+00:00
NameEncounterServiceTypeCS
TitleEncounter Service Type
Realmus
Authorityhl7
DescriptionCode System for service types for a given encounter
Contentcomplete

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem encounter-servicetype-cs

This case-sensitive code system http://fhir.kisumuhealth.co.ke/CodeSystem/encounter-servicetype-cs defines the following codes:

CodeDisplay
1 Registration Encounter
2 Maternal Encounter
3 ANC Encounter

Source1

{
  "resourceType": "CodeSystem",
  "id": "encounter-servicetype-cs",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://fhir.kisumuhealth.co.ke/CodeSystem/encounter-servicetype-cs",
  "version": "0.1.0",
  "name": "EncounterServiceTypeCS",
  "title": "Encounter Service Type",
  "status": "draft",
  "experimental": false,
  "date": "2026-06-16T20:08:11+00:00",
  "publisher": "intellisoftkenya",
  "contact": [
    {
      "name": "intellisoftkenya",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.intellisoftkenya.com/"
        }
      ]
    }
  ],
  "description": "Code System for service types for a given encounter",
  "caseSensitive": true,
  "content": "complete",
  "count": 3,
  "concept": [
    {
      "code": "1",
      "display": "Registration Encounter"
    },
    {
      "code": "2",
      "display": "Maternal Encounter"
    },
    {
      "code": "3",
      "display": "ANC Encounter"
    }
  ]
}