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

FHIR IG analytics

Packagefhir.kenyaCoreIG
Resource TypeCodeSystem
IdCodeSystem-encounter-status-cs.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/IntelliSOFT-Consulting/Kenya-core-FHIR-IG/CodeSystem-encounter-status-cs.html
URLhttp://example.org/CodeSystem/encounter-status-cs
Version0.1.0
Statusactive
Date2026-01-27T07:25:10+00:00
NameEncounterStatusCS
TitleEncounter Status Code System
Realmus
Authorityhl7
DescriptionA code system that defines the status of an encounter.
Contentcomplete

Resources that use this resource

ValueSet
encounter-statusEncounter Status Value Set

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem encounter-status-cs

This case-insensitive code system http://example.org/CodeSystem/encounter-status-cs defines the following codes:

CodeDisplayDefinition
IN-PROGRESS In ProgressThe encounter is currently in progress.
FINISHED FinishedThe encounter has been finished.

Source1

{
  "resourceType": "CodeSystem",
  "id": "encounter-status-cs",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://example.org/CodeSystem/encounter-status-cs",
  "version": "0.1.0",
  "name": "EncounterStatusCS",
  "title": "Encounter Status Code System",
  "status": "active",
  "experimental": false,
  "date": "2026-01-27T07:25:10+00:00",
  "publisher": "IntelliSOFT Consulting",
  "contact": [
    {
      "name": "IntelliSOFT Consulting",
      "telecom": [
        {
          "system": "url",
          "value": "https://.com/fhir/example-publisher"
        }
      ]
    }
  ],
  "description": "A code system that defines the status of an encounter.",
  "caseSensitive": false,
  "content": "complete",
  "count": 2,
  "concept": [
    {
      "code": "IN-PROGRESS",
      "display": "In Progress",
      "definition": "The encounter is currently in progress."
    },
    {
      "code": "FINISHED",
      "display": "Finished",
      "definition": "The encounter has been finished."
    }
  ]
}